Hi @Ben_Hu
When you delete the page, page is deleted from S3 bucket which the EDS content-hub, where all the content markup is stored.you can check the EDS architecture here : https://github.com/adobe/helix-home/blob/main/docs/architecture.md
Hi @ManjulaKumar
You can access the workflow using complete url
Example: Publish content tree
http://localhost:4502/editor.html/libs/settings/workflow/models/scheduled_tree_activation.html
Hi @pradeepdubey82
You can try importer tool built by Adobe for EDS migration.
https://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/document-authoring/how-to/migration-using-importer
Note : it may not work 100% .
Hi @AlexNathanson
As @konstantyn_diachenko mentioned EDS also required IT resources but eliminate the backend/CI-CD overhead. It doe ssupport MSM with EDS-xwalk and also the feature similar to experience-fragment.with EDS you can decide to use :
- Document-based authoring : Since content is being h...
Hi @Shwetha1994
Please check here
https://medium.com/@lathamanivannan/building-the-perfect-rte-in-aem-step-by-step-with-plugin-exclusion-ui-settings-toolbar-7837f8b9d4a1
Hi @bosschaert
You must be pushing the non-editable properties to AEM since those are imported as part of json. Can you try removing the other properties and just push the content property?
Hi @kamalakannank62
Use Repoinit - https://sling.apache.org/documentation/bundles/repository-initialization.html
Example org.apache.sling.jcr.repoinit.RepositoryInitializer~my.cfg.json
"create service user my-service-user with path system/cq:services/myusers",
"set ACL for my-service-user\n allow ...
Hi @SudarshanV1
No, this is not possible, each templates required a policy node with references.You can't refer/inherit template policy from another node except policy itself.