Hi @NathanVieira , Yes it is possible.First we need to override `core/wcm/components/commons/editor/dialog/childreneditor/v1/childreneditor`. and update childeditor.html with the custom fields that we want to add and also modify the childeditor.js logic to read the values and show up in the dialog.P...
@goyalkritika you can add maxlength to your dialog.xml and did you check if the clientlibs are getting loaded.If not can you add them to dialog or load them in author clientlibs.
Hi @Tom_Fought ,Not sure exactly with your requirement when you said list of nodes and its children.curl -u admin:admin --location --request POST 'http://localhost:4502/bin/querybuilder.json?p.limit=-1&path=%2fapps%2fweretail%2fcomponents%2fcontent'you can change the path parameter as per your need....
Hi @Lakshmi9 , Yes it is possibleFirst we need to override `core/wcm/components/commons/editor/dialog/childreneditor/v1/childreneditor`. and update childeditor.html with the custom fields that we want to add and also modify the childeditor.js logic to read the values and show up in the dialog.Point ...
Hi @goyalkritika We should write our own validation.https://sourcedcode.com/blog/aem/touch-ui/aem-richtext-max-characters-length-validationyou could refer to above blog for the same.Hope this helps,Krishna
Hi @sumanth3 , I have verified it seems like the tool works fine. Can you verify your excel sheet if the data field names are mapped properly or not with your cf-model field names.Thanks,Krishna
@akshaybhujbale Can you try adding .1.json to a page that will expose the details/ properties of that particular page componentFor Example: localhost:4504/content/we-retail/language-masters/en/experience/arctic-surfing-in-lofoten.1.jsonIf you want complete data i.e., components that are authored on ...
@Tylopilus You can create different groups in the policy as shown in the below screenshot for example.
On page authors can choose what they want to apply
@Tylopilus you don't need to create another component, instead you can have them segregated in Groups in the same policy so that authors apply them accordingly on the pages based on their need.
Hope this helps,
Krishna