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...
Hi @PaulaMrtnez
Instead of blocking, you may redirect user to correct path
Example - Write below rule as first redirect rule
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/content/espacio-comunicaciones/(.*)\.html$ [NC]
RewriteRule ^content/espacio-comunicaciones/(.*)\.html$ /$1.html [R=301,L]
...
Hi @Zendarkke
You need to create a clientlibs with category 'cq.authoring.dialog' with below updated js
https://github.com/arunpatidar02/aem63app-repo/blob/master/js/dropdownshowhide-multifield-multivalued.js
Please check the usage instructions in the first comment section of the above js file
Hi @georhe6
Taxonomy can impact SEO, but in your case, I wouldn't recommend changing it—except for language-specific pages.
For example:
/content/website/ca/en/home
/content/website/ca/en/products
/content/website/ca/en/users
/content/website/ca/en/xyz/abc
To serve the English content at t...
Hi @Guglielmo89
Could you please check below if helps
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/custom-domain-names/add-custom-domain-name
Hi @SudarshanV1
Please check examples here
https://github.com/arunpatidar02/com.aemlab.junitapp/tree/master/core/src/test/java/com/aemlab/junit/core/services/impl