How to configure Multifield Authorable Component in AEM SPA Project using Angular. | Community
Skip to main content
Level 2
April 19, 2021
Solved

How to configure Multifield Authorable Component in AEM SPA Project using Angular.

  • April 19, 2021
  • 2 replies
  • 953 views

Hi All, I created a simple Angular component and mapped it an AEM Component. My AEM Component has an authoring dialog that has two multifields: textfield and pathbrowser.
and exporting it into model.json which is used to render logic. In the SPA editor, I can update the authoring dialog fields for both multifield but the content not reflected in the page level.

 

Why do multifield content not reflected in page level??

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asutosh_Jena_

Hi @ashok884 

 

Do you have 2 fields (i.e. textfield and pathbrowser) inside a single multi field or 2 different multi field with each of the field inside it?

Can you please share the dialog structure or screenshot.

 

Thanks!

2 replies

Asutosh_Jena_
Community Advisor
Asutosh_Jena_Community AdvisorAccepted solution
Community Advisor
April 19, 2021

Hi @ashok884 

 

Do you have 2 fields (i.e. textfield and pathbrowser) inside a single multi field or 2 different multi field with each of the field inside it?

Can you please share the dialog structure or screenshot.

 

Thanks!

Ashok884Author
Level 2
April 19, 2021

Hi @asutosh_jena_ Thank you for your reply!!

 

Yes 2 fields are inside a single multifield. Please check the below dialog structure.