Hi,
We have a requirement to store UI validation Message and Backend error message(displayed as modal) in AEM so they are authorable.
These error messages will be used across pages in site . Can someone suggest best way to manage it . Is it advisable to have a page dedicated for managing error messages where content authors can edit and manage error messages or create experience fragments for group of error messages to be referenced.
This is a React Application where the content is passed as Json to Front End.
Solved! Go to Solution.
Views
Replies
Total Likes
The experience fragment approach looks fine, you can use some selector lets says /content/exper...../button-invlaid.content.html to remove unnecessary content,
You can try to create an error container component with another experience fragment button-erorr.modal.json which can refer above experience fragment as a group and messages can be grouped and reused.
Views
Replies
Total Likes
Hi @aem_geek,
For setting the values globally or site-specific, you can use context-aware-configuration functionality in AEM. With this, you create a page with wcm.io Context-Aware Configuration Editor template, author your values and access them across the site.
Refer:
Hope this helps.
Thanks,
Kiran Vedantam.
The experience fragment approach looks fine, you can use some selector lets says /content/exper...../button-invlaid.content.html to remove unnecessary content,
You can try to create an error container component with another experience fragment button-erorr.modal.json which can refer above experience fragment as a group and messages can be grouped and reused.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies