Hi @rahul234dabas, You can consider it be a string array, comma separated. You can refer the tag selection as well, when we use multiple tags to a resource, it is stored as String[] and this use case is analogous to it.
Hi @Kaibalya_123 , The answer is totally subjective to requirement. Best way to manage this is to create atomic and composite components. For instance,Atomic components can be - image, form fieldsComposite components - Image card (image + heading) by using atomic components. Also refer this repo : h...
Hi @azam3139 , Refer this link : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-4-with-spa-editor-how-to-use-the-experience-fragments/m-p/322742 It has a detailed answer about how to use xfs with spa editor and is working approach being used.Thanks.
Hi @JeevanRaj , The properties given in the PageProperties are published to publisher while replicating. However, the custom node being used for designPaths needs to be replicated seperately.Generally, the designdialog values are not changed frequently and is part of the codebase.Thanks.
Hi @bartek_887 , Here are the list of mentioned err codes for windows with possible reasons : https://www.tutorialspoint.com/batch_script/batch_script_return_code.htm This says that code:1 is for unrecognised command however, echo is a valid command in windows terminal. I was unable to find other re...
@savi50 - do you mean that drag and reorder is not working for you and is throwing the js error you have pasted above?You are talking about the option highlighted in the image below ?
Hi @savi50 , "I have authored it is correctly displayed but when I wanted to order 2nd item to be 1 st position then I got the below issue." by this do you mean that you want to display the data in descending order ?For example, if you are using coral multifield the structure would be something li...