One thing that hasn’t been mentioned yet is how the snippet calls are broken when copy pasted from documentation straight to RTE. This has caused some support requests for me allready and when more new users are coming in, i can see how it might come up the most usual problem..
If you copy paste for example the snippet call from
here straight to your manager RTE this is what happens:
At the documentation it shows up as:
[!ListGlobal?LGlob_node=[[SectionRoots?Sec_roots=106,107]]!]
But the underlying html is actually different because it’s needed to prevent the snippet from running. When pasted to RTE, the text shows all fine but when you look at the source, It has pasted the same source from documentation to there:
<pre class="repo_code">[<!-- -->!ListGlobal?LGlob_node=[<!-- -->[SectionRoots?Sec_roots=106,107]<!-- -->]!<!-- -->]</pre>
Don’t know how this can be fixed though.. Maybe if the text would be in a textarea, it would not copy like that to the clipboard.. not sure though.. if not, maybe there has to be some button to do the copying to clipboard through javascript what would take those html comment tags away..?