custom multifield in page properties | Community
Skip to main content
December 5, 2019
Solved

custom multifield in page properties

  • December 5, 2019
  • 1 reply
  • 785 views

I have a custom multifield in page properties which is saving values as json. I am working on AEM 6.3. I am able to add the values in dialog , and on save, it is getting saved as expected in crx/de and reflects on page properly. But next time when I open the dialog, the values are not getting populated with the latest value authored. The dialog is working fine if it is added as component dialog.This is happening when it is a part of page properties.  However, when I hard reload the page, the dialog gets updated with the new values. Please share you thoughts on this or if anyone has faced such issue.

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 vanegi

If you are using Granite Multifield component then use composite(Boolean)=true in field property.

Multifield — Granite UI 1.0 documentation

1 reply

vanegi
Adobe Employee
vanegiAdobe EmployeeAccepted solution
Adobe Employee
July 18, 2020

If you are using Granite Multifield component then use composite(Boolean)=true in field property.

Multifield — Granite UI 1.0 documentation