I’m currently using the Universal Editor in AEM Sites.I have a select component that determines which layout to use.When I switch to the "Six-grid layout", a container component appears, allowing the user to add multiple items inside it.At this point, I’m not using any custom JavaScript or CSS.My is...
We are using Universal Editor with Edge Delivery Service, I would like to know how to customise the OOTB text styles available in Text Default content type. For this particular example I would like to add more options available in the dropdown, along H1-6, paragraph and preformatted options (as in ...
Hello Everyone,I'm looking for guidance on the recommended approach to set up authentication and access control for authors using the Edge Delivery Sidekick.Specifically, I'd like to understand the best practices for defining user roles and ensuring that authors can securely log in to the authoring ...
We are trying to implement SSO for Edge delivery pages. What is the available configuration for restricting unauthenticated/unauthorized access to EDS pages ?
Hi everyone, For security reason, we are not allowed to use github.com as code repository for Edge Delivery Service. Is there any way to use internal code repository instead of github.com. Is there any documents or guide on how to change the default code repository.
Hi, I'm trying to create an accordion block, and another accordion item inside it. The requirement is to be able to add other blocks such as image, title, video inside accordion item. Below is my filter.json file.{ "id": "accordion", "components": ["accordion-item"] }, { "id": "accordion...
I want to create button with more types. Currently, it only takes primary, secondary and tertiary in select component. Is there any possible ways to achieve this if I need more variations for button block?
I just want to clarify few points in Edge Delivery Services Repository Management(mainly for Universal editor).For form submission, I have followed this article (https://main--afb--adobe.hlx.live/docs/crosswalk/submit) This article says for form submission we need to modify CORS Configuration & Refe...
Is it possible to have a container with the multi property set to true ? Here is my model definition:"models": [ { "id": "cardlinksitem", "fields": [ { "component": "text", "name": "title", "v...
I'm currently working with Universal Editor in EDS and I have a question regarding the Title Default Content block/component.I would like to add additional properties (e.g., subtitle, style options, custom attributes) to the Title Default Content so that they can be configured via the Universal Edit...