@SatheeskannaK Thank you for the detailed response. The reason I created a Content Fragment was to include custom meta tags within the <head> section, which also contains CSS references. My goal is to keep all CSS and meta details in a separate Content Fragment so that they can be managed easily w...
I’m trying to keep the entire <head> section within a Content Fragment, so I created a dedicated CF and included it in the content template. However, after saving and reopening, the CF is automatically moved from the <head> tag to the <body> tag.Before save,<!DOCTYPE html>
<html data-qb-installed="t...
I’m creating a Content Template using HTML code and facing two issues:After formatting the HTML and saving it, the code appears collapsed when I reopen it — it’s not retaining the formatted structure. Any idea how to fix this?Once I save the HTML, the system automatically injects data attributes and...
Thanks for your response. I am doing exact what you said above. But I create an audience and wait for next segment job. I dont want to wait for a day to see the query result. I thought there is easy to way to check the query before actual segment job runs.
Thank you Arun for sharing your input. Can you tell the steps to create this ? I use ACS common generic list to main the value but your screenshot contain a json. Also the link you shared is for RTE, is it work on regular component dialog ?
I want to create a dropdown in an AEM component dialog with grouped options. For example, Theropods containing three items and Sauropods containing three items. I tried using granite/ui/components/coral/foundation/form/select/optgroup, but it didn’t work. Is this poiible in an AEM component dialog?...
Thanks for your response. my goal is to run PQL query to see how many profile is going to qualify. Can you tell me what API we should use in postman to run the PQL query ?
I created a batch audience and would like to evaluate the condition to see how many profiles qualify, mainly to verify that the condition I added is correct. I used the 'Code View' option to review the PQL details. Below is the PQL for my batch audience (select _Subscriptions1 from consents.marketin...
I was checking persistent query publish status but forgot to check Graphql endpoint. After publishing Graphql it started working. Thanks for your input.