Hi @KKeerthi ,you can refer to below blogs related to sling jobshttps://www.linkedin.com/pulse/aem-how-write-sling-jobs-aem-veena-vikraman/https://redquark.org/aem/day-18-sling-jobs/Hope this helps,Krishna
Hi @T_101 , Can you try updating the filter.xml for the template's filter path with mode as "update_properties" so that updated content / new content is taken and nothing is deleted.Thanks,Krishna
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 ...