내 커뮤니티 업적 표시줄을 확대합니다.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Are static templates supported in AEM as a cloud service

Avatar

Level 2

Does AEM as a cloud service support static templates (use cases where due to some limitations where it is not possible to migrate static templates to editable templates).

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

@rohitk81560102 wrote:

Does AEM as a cloud service support static templates (use cases where due to some limitations where it is not possible to migrate static templates to editable templates).




Static Template design information that is stored in /apps can’t be edited via UI.

  • It is recommended that you leverage Editable Templates instead.
  • If Static Templates are still required, configuration information must come from Git via the CI/CD pipeline.

experienceleague.adobe.com/docs/experience-manager-cloud-service/content/release-notes/aem-cloud-cha...

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

@rohitk81560102 wrote:

Does AEM as a cloud service support static templates (use cases where due to some limitations where it is not possible to migrate static templates to editable templates).




Static Template design information that is stored in /apps can’t be edited via UI.

  • It is recommended that you leverage Editable Templates instead.
  • If Static Templates are still required, configuration information must come from Git via the CI/CD pipeline.

experienceleague.adobe.com/docs/experience-manager-cloud-service/content/release-notes/aem-cloud-cha...

Avatar

Community Advisor

You can still use it but only thing is for every change you need to push the code and deploy in dev as well .

As you cannot edit /apps in AEM as a cloud directly from crxde.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/release-notes/aem-c...

 

Himanshu Jain

Avatar

Community Advisor

@rohitk81560102 , It is always recommended to use Editable templates. If you have static templates you can leverage those and convert them into Editable Templates.

Avatar

Employee Advisor

They are supported. With the implicit limitations mentioned by the others.