Hi, Thanks for the detailed tutorial. I do not see the first field in my AEM Author instance to map the models. Do you have any idea? I only see the field "Cloud Service Configuration" field under "Cloud Services". I do not see the field "Configuration" where we map the "Content Fragment Models" to the current folder. To exactly point out the issue, in your video, refer to the time 1:03. I'm using AEM version 6.3.3.0 with recommended service pack 3 to enable content fragments. Can you please help!
I know this not the topic of this video, but I have some question, maybe you know about. There's some validation pattern configurable in the author editor page where you can define a display pattern for your textbox or numeric box. I'm looking for some solution to have the posibility to have a pattern where i have the thousands separator with this symbol ' and not with comma. Do you think is possible o there're one way to go?
Hi John Garcia, I did not get your question completely. I am guessing you are talking about component dialog field validation. Could you please send your scenario/use case at aemgeeks1212@gmail.com I will try to answer once I understood your question.
I'm talking about the display pattern dialog box, where you can define some expressions to validate the user input, but there're 2 options, display pattern and validate pattern which is going to be only on the user view. But the thing is, you can not define a custom pattern for the display value, and my problem is, i need to be available to config on that view a different decimal symbol, and i did that but via 1i18n changing the guideLib.i18n numeric decimal symbol in runtime, but i get a problem when it's going to the Document of record. And i think maybe it's not the right way to go Nd there's some posibility to do something like escape symbols from that option in the pattern dialog box.
Hi, can you please explain why do we need a language folder to create content fragment? Also waiting for your tutorial on creating custom content fragment component. Thank you for the in detail videos. The explanation is helping a lot to understand the concepts.
@@AEMGeeks I was trying to create a nested content fragment where in a content fragment we give the path of the other content fragment and when we check in json even the nested content fragment details should be displayed (currently is just displays the path). Do you have any tutorials referring to this scenario.
How to create multiple authors from the model I mean how to add composite mutlifields to the model for each add button I should get all the fields like author's name ,books ,publish date etc as a single unit
Hi, can you explain how you added the AEMGeeks to your apps folder? You may have done that in a previous video, if so can you provide a link to that video? Thanks.
aemgeeks is project/code base for tutorials. I have git repo. you can get project, build at your local and deploy to AEM. I will recommend to watch developer series - th-cam.com/play/PLEaEQSM_Y4tmJjQICTFDm2lU5mNmd_Oar.html Git Repo - github.com/aemgeeks1212/aemgeeks
Sir I have a doubt like when you dropped your cf component the content fragment title (Author details) was also visible on page along with other details. Is there any way to remove that cf title.
Priya Khaitan, Content Fragment are used to create page independent content. Means these are used to only create/Store content. And you can use this content as per your need. In this tutorial, I explaind Core Content Fragment out of the box component. In actual projects, you have to write your own component to use these content fragments. In coming tutorials, I will create a custom component which will display content fragment content. You can update this component as well. You can overlay component files from original component and update them as per your need.
Hi sir, Thanks for the video, I have added content fragment model to my new content fragment component. But not able to view the contents.. can you please help..
@@Ravi_vlogsTech Required field validation is OOTB available with field. Where in tutorial, I explain how you can even write your own custom validation. If you need just required, It is available with field itself out of the box.
i have a CF with text and image. In one page i want only image to be added in one page and text/content in other page. how to do it using CF created without CFM and with CFM?
As explained in video, You can achieve this by selecting 'Multiple Elements' in content fragment and under Multiple elements you need to select Image/Text.. as per your page requirement.
Hi, do you have the video out yet regarding the language folder and the translation?
Hi, Thanks for the detailed tutorial. I do not see the first field in my AEM Author instance to map the models. Do you have any idea? I only see the field "Cloud Service Configuration" field under "Cloud Services". I do not see the field "Configuration" where we map the "Content Fragment Models" to the current folder. To exactly point out the issue, in your video, refer to the time 1:03. I'm using AEM version 6.3.3.0 with recommended service pack 3 to enable content fragments. Can you please help!
I have to check for AEM 6.3. Not sure now. These tutorial are created using AEM 6.5.5. I will try to figure out issue.
I can not see the Multiple elements checkbox in my OOTB content fragment my AEM version is 6.5.2. Which version are u using in the demo video?
I am using AEM 6.5.5. But it should be there for you. There might be some other issue. Let me check. Will come back.
I know this not the topic of this video, but I have some question, maybe you know about. There's some validation pattern configurable in the author editor page where you can define a display pattern for your textbox or numeric box. I'm looking for some solution to have the posibility to have a pattern where i have the thousands separator with this symbol ' and not with comma. Do you think is possible o there're one way to go?
Hi John Garcia, I did not get your question completely. I am guessing you are talking about component dialog field validation.
Could you please send your scenario/use case at aemgeeks1212@gmail.com I will try to answer once I understood your question.
I'm talking about the display pattern dialog box, where you can define some expressions to validate the user input, but there're 2 options, display pattern and validate pattern which is going to be only on the user view. But the thing is, you can not define a custom pattern for the display value, and my problem is, i need to be available to config on that view a different decimal symbol, and i did that but via 1i18n changing the guideLib.i18n numeric decimal symbol in runtime, but i get a problem when it's going to the Document of record. And i think maybe it's not the right way to go Nd there's some posibility to do something like escape symbols from that option in the pattern dialog box.
Hi, can you please explain why do we need a language folder to create content fragment? Also waiting for your tutorial on creating custom content fragment component.
Thank you for the in detail videos. The explanation is helping a lot to understand the concepts.
We will have tutorials further for CF. Where I will explain about language and other remaining topics.
@@AEMGeeks I was trying to create a nested content fragment where in a content fragment we give the path of the other content fragment and when we check in json even the nested content fragment details should be displayed (currently is just displays the path). Do you have any tutorials referring to this scenario.
Sir i can't see whole data that i added just title is visible
hi if aem-geek folder is not visible in asset file so what can we do ?
Unfortunately, I did not commit these change to git repo. Later on I lost these changes. Will try to put in git repo.
How to create multiple authors from the model I mean how to add composite mutlifields to the model for each add button I should get all the fields like author's name ,books ,publish date etc as a single unit
Hi, can you explain how you added the AEMGeeks to your apps folder? You may have done that in a previous video, if so can you provide a link to that video? Thanks.
aemgeeks is project/code base for tutorials. I have git repo. you can get project, build at your local and deploy to AEM.
I will recommend to watch developer series - th-cam.com/play/PLEaEQSM_Y4tmJjQICTFDm2lU5mNmd_Oar.html
Git Repo - github.com/aemgeeks1212/aemgeeks
@@AEMGeeks Thank you so much, I definately will watch that series.
How can we create Content Fragments Programatically? Can you share the approach?
Sir I have a doubt like when you dropped your cf component the content fragment title (Author details) was also visible on page along with other details. Is there any way to remove that cf title.
Priya Khaitan, Content Fragment are used to create page independent content. Means these are used to only create/Store content. And you can use this content as per your need.
In this tutorial, I explaind Core Content Fragment out of the box component. In actual projects, you have to write your own component to use these content fragments. In coming tutorials, I will create a custom component which will display content fragment content.
You can update this component as well. You can overlay component files from original component and update them as per your need.
Not able to find the folder created in apps/core/component/Content fragment in crdx lite can u help me to resolve this issue
Have you installed core components in your AEM instance ?
Hi sir,
Thanks for the video,
I have added content fragment model to my new content fragment component. But not able to view the contents.. can you please help..
I did not understand your issue. Could you please explain your issue.
Check your logs for any error.
Hi
Can you please explain custom multifield required fields are not working can you please help me
There are already tutorials available for Multifiled validation. Please check 'Aem developer tutorials' playlist
@@AEMGeeks that is how many fields validation u are develop I am asking the required fields are not showing triangle message for the empty field
@@Ravi_vlogsTech Required field validation is OOTB available with field. Where in tutorial, I explain how you can even write your own custom validation. If you need just required, It is available with field itself out of the box.
Sir I can't find content fragment in apps/core/wcm/components please help
Have you install core components ?
@@AEMGeeks No sir how to install
i have a CF with text and image. In one page i want only image to be added in one page and text/content in other page.
how to do it using CF created without CFM and with CFM?
As explained in video, You can achieve this by selecting 'Multiple Elements' in content fragment and under Multiple elements you need to select Image/Text.. as per your page requirement.
Veena H, Basavaraj Shiragur is correct. please follow as he suggested.
nice !
Thanks!