<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can you customize the button label in AEM 6.5 while using mutifield in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-you-customize-the-button-label-in-aem-6-5-while-using/m-p/445550#M127394</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17511878"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer to&amp;nbsp;&lt;A href="https://bimmisoi.blogspot.com/2020/08/colorful-multifields-in-aem.html" target="_blank"&gt;https://bimmisoi.blogspot.com/2020/08/colorful-multifields-in-aem.html&lt;/A&gt;&amp;nbsp;for adding colours to the nested multi fields.&lt;/P&gt;&lt;P&gt;For Add button label, I am afraid there is no OOTB way; but you can extend the above solution to write a custom javascript and modify the button labels using the classes 'group' and 'item' as identifiers to the parent and child multi fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fani&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 22:35:15 GMT</pubDate>
    <dc:creator>Fanindra_Surat</dc:creator>
    <dc:date>2022-03-23T22:35:15Z</dc:date>
    <item>
      <title>Can you customize the button label in AEM 6.5 while using mutifield</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-you-customize-the-button-label-in-aem-6-5-while-using/m-p/445548#M127392</link>
      <description>&lt;P&gt;We have nested multiple fields in our component and the default "Add" button is adding lots of confusion. Is there a easy way to customize that without writing complex JavaScript? I would assume Adobe would allow to add a property called "AddButtonLabel" or something to make simple and complete OOB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there a way to also apply background color for various nested section?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 22:19:20 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-you-customize-the-button-label-in-aem-6-5-while-using/m-p/445548#M127392</guid>
      <dc:creator>ajoshi84</dc:creator>
      <dc:date>2022-03-23T22:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can you customize the button label in AEM 6.5 while using mutifield</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-you-customize-the-button-label-in-aem-6-5-while-using/m-p/445550#M127394</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17511878"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer to&amp;nbsp;&lt;A href="https://bimmisoi.blogspot.com/2020/08/colorful-multifields-in-aem.html" target="_blank"&gt;https://bimmisoi.blogspot.com/2020/08/colorful-multifields-in-aem.html&lt;/A&gt;&amp;nbsp;for adding colours to the nested multi fields.&lt;/P&gt;&lt;P&gt;For Add button label, I am afraid there is no OOTB way; but you can extend the above solution to write a custom javascript and modify the button labels using the classes 'group' and 'item' as identifiers to the parent and child multi fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fani&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 22:35:15 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-you-customize-the-button-label-in-aem-6-5-while-using/m-p/445550#M127394</guid>
      <dc:creator>Fanindra_Surat</dc:creator>
      <dc:date>2022-03-23T22:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can you customize the button label in AEM 6.5 while using mutifield</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-you-customize-the-button-label-in-aem-6-5-while-using/m-p/445566#M127402</link>
      <description>&lt;P&gt;In Coral3 multifield button label called: &lt;STRONG&gt;Add&lt;/STRONG&gt; has been defined in&amp;nbsp;/libs/granite/ui/components/coral/foundation/form/multifield/render.jsp as shown below -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DEBAL_DAS_0-1648092659245.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/39518iFCC967C482AFDE13/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DEBAL_DAS_0-1648092659245.png" alt="DEBAL_DAS_0-1648092659245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, we need to overlay and make necessary change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can refer&amp;nbsp;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/help-with-aem-multi-field/td-p/288688" target="_blank"&gt;https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/help-with-aem-multi-field/td-p/288688&lt;/A&gt;&amp;nbsp;, talking about another approach also.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 03:32:41 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-you-customize-the-button-label-in-aem-6-5-while-using/m-p/445566#M127402</guid>
      <dc:creator>DEBAL_DAS</dc:creator>
      <dc:date>2022-03-24T03:32:41Z</dc:date>
    </item>
  </channel>
</rss>

