Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for <r:edit_mode_only /> #26

Closed
adamjohnson opened this issue Mar 25, 2015 · 0 comments
Closed

Add support for <r:edit_mode_only /> #26

adamjohnson opened this issue Mar 25, 2015 · 0 comments
Assignees

Comments

@adamjohnson
Copy link
Contributor

Docs:

http://cleanslatecms.wvu.edu/how-to/theme-development/tag-index/r-edit-mode-only

This tag can be used to cheaply do something like page/image attributes. Aka you don't want to have it visible on page but maybe you want to pull this {thing} into it's parent or onto another page.

<r:edit_mode_only>
    <p>I only want to see this when editing the page.</p>
</r:edit_mode_only>

I think the contents of the tag should be output onto the page in Hammer. Not sure if you want to add a message like: "Hey, this will only appear in edit mode!" or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants