Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi AEM Devs,
I am working on an extension for AEM where I need to modify the content of editables.
I can fetch list of editables using Granite API
var editablesArray = Granite.author.editables;var editable = editablesArray[0];
var editablesArray = Granite.author.editables;
var editable = editablesArray[0];
Is there any API on editable which allows to fetch content of editable other than accessing the DOM? And also modify it?
Best,Abhijeet
Views
Likes
Replies