Expand my Community achievements bar.

SOLVED

custom multifield in page properties

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

Multifield — Granite UI 1.0 documentation

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

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

Multifield — Granite UI 1.0 documentation