Hi @udhayaprakash
You need to change the config, its a factory config
e.g. org.apache.sling.dynamicinclude.Configuration-demo.cfg.json
Yes, you need to embed sdi in order to deploy on AEM
Example -
https://github.com/arunpatidar02/aemaacs-aemlab/pull/21/files
Hi @LidermanGiraldoEscobar
In google docs all the content in the blocks rendered in the page, e.g. Label and Value
But in case of Universal Editor, only the values are rendering based on field type.
D. Install the certificate chain to the AEM truststore
Explanation:
AEM Desktop needs to establish a secure connection to the AEM Author instance over SSL. If the intermediate certificate is installed on Apache but not recognized by AEM, the truststore must be updated. AEM maintains a truststore to ...
Hi @vhochsteinTef
You can create the whole CSS rule as string in Sling Model and return it to HTL to make whole logic simplified
Sling Model
return String.format(
"#%sId%sWrapper { flex-grow: %s; }",
name,
uniqueId,
growFactor
...
Hi @dynamicuser
Can you please check here
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/field-types#rich-text - Sample 2
{
"id": "another-richtext",
"fields": [
{
"component": "richtext",
"name...