Skip to main content

Adobe Experience Manager Sites

Welcome to the Adobe Experience Manager Community! Connect with peers to ask questions, share best practices, explore release updates, and contribute ideas that shape the future of Adobe Experience Manager.

  • 8,562 Total posts
  • 141,654 Total replies
8562 Total posts
How to restrict the number of items added in a dialog which has a multifield?

Current code is as below in my dialog.xml;                             <field1                                    jcr:primaryType="cq:Widget"                                    name="./Field1"                                    id="field1"                                    fieldLabel="Field1"                                    xtype="multifield">                                  <fieldConfig                                                jcr:primaryType="cq:Widget"                                                xtype="compoundfield">                                         <items                                                   jcr:primaryType="cq:WidgetCollection">                                                   <subField1                                                          jcr:primaryType="cq:Widget"                                                          fieldLabel="subField1"                                                          name="./subField1"