-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: App CMS 0.11.2
-
Fix Version/s: App CMS 0.12.0
-
Component/s: App CMS
-
Labels:None
Hi,
Currently when a page is opened in editor mode a variable called "cmsEditEnabled" gets added to the request to indicate rendition of the page in editor mode. This variable can be easly used on JSP scripts but it is not easy to use it on sightly scripts.
What I propose is adding custom sightly bindings related to apache sling cms for such cases so in sightly scripts we can use then easily. For example to find out if the page is opened in editor mode we can use ${isEditor}. These custom bindings can be added by individual bundles but adding these feature out of the box makes more sense to me.
- links to