コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Unable to change Properties Site

Avatar

Level 3

HI i am learning about AEM and doing some practices, but i am having some issues with following some steps as i do it as it says but the result is not the one expected.

In this case i created a site in crxlite but when i truy to add the properties in the AEM "admin" it is totally blank, here is the example:

 

Captura de pantalla de 2023-09-21 19-01-05.png the node improntus is in the file /content/imrpontus and this is what i see when i try to access its properties:

 

Captura de pantalla de 2023-09-21 19-03-22.pngCaptura de pantalla de 2023-09-21 19-02-42.png

 

can anyone guide me what could be the issue here?

thanks

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hello @agustinafernandez 

 

This is how the main site of WKND /content/wknd looks like.

Please try appending the properties, if they help you out.

 

{
"jcr:primaryType": "cq:PageContent",
"jcr:createdBy": "admin",
"jcr:title": "WKND Site",
"cq:template": "/conf/wknd/settings/wcm/templates/landing-page-template",
"sling:configRef": "/conf/wknd",
"cq:redirectTarget": "/content/wknd/us/en",
"cq:contextHubSegmentsPath": "/conf/wknd/settings/wcm/segments",
"jcr:created": "Wed Sep 13 2023 13:16:18 GMT+0530",
"cq:lastModified": "Tue Apr 27 2021 20:19:05 GMT-0800",
"cq:conf": "/conf/wknd",
"sling:resourceType": "wknd/components/page",
"cq:contextHubPath": "/conf/wknd/settings/cloudsettings/default/contexthub",
"cq:allowedTemplates": [
"/conf/wknd/settings/wcm/templates/landing-page-template",
"/conf/wknd/settings/wcm/templates/article-page-template",
"/conf/wknd/settings/wcm/templates/content-page-template",
"/conf/wknd/settings/wcm/templates/adventure-page-template"
],
"cq:lastModifiedBy": "admin"
}

 


Aanchal Sikka

元の投稿で解決策を見る

8 返信

Avatar

Community Advisor

@agustinafernandez There might be a couple of things that need to be done before you can see the page content in your site.

First of all, How are you creating this site? Is it by creating a node structure in CRXDE?

If yes, then you will have to a lot node creation before you can actually see your page content.

For instance - sling:resourceSuperType - imrpontus/components/structure/page , Does this path resolves to a page component?

To simplify site creation, you can create your site from a site template.

You can check out this for more details - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/sites/administering...

 

Hi @Harwinder-singh thanks for your response.  In this case, what i did was to create the site in crxlite via nodes. here are some screens for you to see:

 

1- /content/improntus/jcr:content

Captura de pantalla de 2023-09-22 10-25-13.png

Captura de pantalla de 2023-09-22 10-25-47.png

Avatar

Community Advisor

Hello @agustinafernandez 

 

aanchalsikka_0-1695362303566.png

Please change the property name from sling:resourceSuperType to sling:resourceType and check


Aanchal Sikka

Avatar

Level 3

Hi @aanchal-sikka 

this change of the value property that you suggest me o try, and i did it in the node located in /content/improntus/jcr:content 

 

Captura de pantalla de 2023-09-22 11-00-19.png

 

ad you can see i tried what you suggeted but without any luck, i don't know if you refered to try it in another place. thanks

Avatar

正解者
Community Advisor

Hello @agustinafernandez 

 

This is how the main site of WKND /content/wknd looks like.

Please try appending the properties, if they help you out.

 

{
"jcr:primaryType": "cq:PageContent",
"jcr:createdBy": "admin",
"jcr:title": "WKND Site",
"cq:template": "/conf/wknd/settings/wcm/templates/landing-page-template",
"sling:configRef": "/conf/wknd",
"cq:redirectTarget": "/content/wknd/us/en",
"cq:contextHubSegmentsPath": "/conf/wknd/settings/wcm/segments",
"jcr:created": "Wed Sep 13 2023 13:16:18 GMT+0530",
"cq:lastModified": "Tue Apr 27 2021 20:19:05 GMT-0800",
"cq:conf": "/conf/wknd",
"sling:resourceType": "wknd/components/page",
"cq:contextHubPath": "/conf/wknd/settings/cloudsettings/default/contexthub",
"cq:allowedTemplates": [
"/conf/wknd/settings/wcm/templates/landing-page-template",
"/conf/wknd/settings/wcm/templates/article-page-template",
"/conf/wknd/settings/wcm/templates/content-page-template",
"/conf/wknd/settings/wcm/templates/adventure-page-template"
],
"cq:lastModifiedBy": "admin"
}

 


Aanchal Sikka

Avatar

Administrator

@agustinafernandez Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni

Avatar

Level 3

Hi i will check these points. thanks

Avatar

Level 3

I was able to resolve it. Thanks for the help