You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joshrcook edited this page Nov 3, 2014
·
3 revisions
<r:edit_mode_only />
This tag should wrap content that you only want to show when editing a page. Any content within this page will not be shown when the page is viewed outside the editor.
The content will not be hidden with CSS - the content will actually not be parsed by the server, which means it won't show up in the HTML source at all.
Example:
<r:edit_mode_only>
<p>I only want to see this when editing the page.</p>
</r:edit_mode_only>