I'm not getting that container component I'm getting layout container only.In that I'm adding allowed components why dragging title I'm getting the name of title in structure mode itself whats going wrong..?
After creating a template type in crxde by following your steps and then creating a template from the template type i am not getting the parsys and edit template option left side
There are many nodes and properties. You might be missing something. Try to copy from existing template and update per your need. Or get sample project from git, build at your local and use.
No, New component will not be added to existing page . These will be available in new pages. While creating pages, these nodes/components are added to page.
After creating the Editable template by using the steps that you had explained after that I am not able to see the newly created ediatble template while creating the page Please help in this
Hi Team, I am just following this video I doing the code changes. I have pasted the we. Retail empty-page template into my project folder and do the changes as per my project. When I try to create the template with this reference I am not able to see the drag component here option [parsys options] in template. Can anybody help with this issue 🙁🙁
There may be few reasons to it. Just check for your template. 1. Check policies and see components are allowed. Because you copy paste, it might contains old values. 2. Do you have Container component in template. If yes, is this unlocked. Check Structure and Initial section.
Thanks for the video. I believe the point about template directory resolution (/conf/projectFolderName, /conf/global, /apps/settings, /libs/settings) is an exam point.
As per my understanding, we will provide page component path to template type - intitial -jcr content resource type property. And no need to add any property to template. Please correct me if I am wrong
at nodes initial/jcr:content and structure/jcr:content only. nothing else required. Just add title and description and other properties as per your project.
lock and unlock are used to allow components to used in initial content. If it is unlocked, than editable property will be set to true and this can be used in initial section.
Yes, I created this tutorial on two different AEM instances. While working my AEM instance crashed and did not recover somehow. I create files again for rest of tutorial again. I did not realise that the name change. Please follow these steps only. You will not face any issue. meanwhile I will commit code/file for this tutorial in my git repo. You can get complete project from there. Build at your local and use. You will get everything. github.com/aemgeeks1212/aemgeeks
shivani raral, you can definitely do that. Edit your template. Click mid icon on left top. Find page policy. Click page policy. Now you will find option to add clientlibs. you can add template specific clientlibs for specific template.
It is coming from Template while create Template. My system was slow. It might not render properly. It is added in template-type and from template-type it came to template. It might be possible of missing frame while editing this video. I will commit code in git repo. You can get Template-Type and Template from there. Please let me know if you have any confusion created by missing frame.
It is complete project where all demo code available. It is proper AEM project. Just build at your local and deploy. It contains all demo code whatever demo I have as part of tutorials. I yet commit editable template related code. Will commit soon. github.com/aemgeeks1212/aemgeeks
After creating the Editable template by using the steps that you had explained after that I am not able to see the newly created ediatble template while creating the page Please help in this
Explanation is too good..keep up the good work
Thanks🙏, sushma nagaraj
very helpful I appreciate
I want one query about container component what is the configrantion in this component
What configuration. I did not understand your question. Could you please more details.
@@AEMGeeks in container component which property having
like in which we can drag n drop another component as well
Really appreciated your hard work !!!!
Thank you so much 😀
I'm not getting that container component I'm getting layout container only.In that I'm adding allowed components why dragging title I'm getting the name of title in structure mode itself whats going wrong..?
After creating a template type in crxde by following your steps and then creating a template from the template type i am not getting the parsys and edit template option left side
There are many nodes and properties. You might be missing something. Try to copy from existing template and update per your need. Or get sample project from git, build at your local and use.
Adding any component in initial mode will update the pre-existing pages?
No, New component will not be added to existing page . These will be available in new pages. While creating pages, these nodes/components are added to page.
After creating the Editable template by using the steps that you had explained after that I am not able to see the newly created ediatble template while creating the page Please help in this
Please check content/Page property. Allow your newly created template at root of your site. This is the property cq:allowedTemplates
i have created template type and template but the page creation is not happening
Please create videos on how to make the components configurable and also how to add CSS to the components themselves.
sure, will do.
@@AEMGeeks thanks for your time😊
Could you tell about
Initial content mode in editable templates. I got confused that.
Initial used to add component which will be available on page when you create page. But you can remove these component from page anytime.
Hi Team,
I am just following this video I doing the code changes. I have pasted the we. Retail empty-page template into my project folder and do the changes as per my project.
When I try to create the template with this reference I am not able to see the drag component here option [parsys options] in template.
Can anybody help with this issue 🙁🙁
There may be few reasons to it. Just check for your template.
1. Check policies and see components are allowed. Because you copy paste, it might contains old values.
2. Do you have Container component in template. If yes, is this unlocked. Check Structure and Initial section.
Thanks for the video. I believe the point about template directory resolution (/conf/projectFolderName, /conf/global, /apps/settings, /libs/settings) is an exam point.
Thanks Wali Morris, Yes you will definitely get some questions in certification exam.
Important thing is, you must understand the concept.
Hi sir....How to create template type from scratch without copying from other projects ....please help me sir
If you don't want to copy base structure then you have write everything in your IDE or create each node in crx/de. You have to create many nodes.
@@AEMGeeks how to create nodes in crx/de for base structure of temple type .can you please do one for that sir
As per my understanding, we will provide page component path to template type - intitial -jcr content resource type property.
And no need to add any property to template. Please correct me if I am wrong
at nodes initial/jcr:content and structure/jcr:content only. nothing else required. Just add title and description and other properties as per your project.
@@AEMGeeks thanks for your time and patience.
sir what is the use of lock & unlock
lock and unlock are used to allow components to used in initial content.
If it is unlocked, than editable property will be set to true and this can be used in initial section.
can you please make a video of header and footer experience fragments
Will explain once I will explain experience fragment.
It was awesome learning!. Thank You.
Thanks Freakish RJ
After template creation, Initial and Structure option is not coming when clicking on edit.
Please check if correct page component used for template. May be wrong page component used. Please check for errors in log file.
sir plz upload a video how to add style in editable template
Sure, Will do
@@AEMGeeks Thanks yu sir
At 12:15 how did template suddenly change from content-page to page-content?
Yes, I created this tutorial on two different AEM instances. While working my AEM instance crashed and did not recover somehow. I create files again for rest of tutorial again. I did not realise that the name change. Please follow these steps only. You will not face any issue. meanwhile I will commit code/file for this tutorial in my git repo. You can get complete project from there. Build at your local and use. You will get everything.
github.com/aemgeeks1212/aemgeeks
Is it possible to include clientlibs in Editable templates? If yes, then how we can do that?
shivani raral, you can definitely do that.
Edit your template. Click mid icon on left top.
Find page policy. Click page policy. Now you will find option to add clientlibs. you can add template specific clientlibs for specific template.
Thanks!
🙏
hi geek, Please share how to create policies for design
Sure, I will create a tutorial for that.
How container 10:46 is enabled on the template. On first time load 10:27 it is only parsys.
It is coming from Template while create Template. My system was slow. It might not render properly. It is added in template-type and from template-type it came to template. It might be possible of missing frame while editing this video.
I will commit code in git repo. You can get Template-Type and Template from there. Please let me know if you have any confusion created by missing frame.
@@AEMGeeks I'll be happy to have the repo link. Is this a new project created for editable templates, please share the archetype info as well.
It is complete project where all demo code available. It is proper AEM project. Just build at your local and deploy. It contains all demo code whatever demo I have as part of tutorials. I yet commit editable template related code. Will commit soon.
github.com/aemgeeks1212/aemgeeks
can u please upload for experiment fragment video or share a link
I will plan for experience fragment tutorials.
you forgot one point adding path in allowedpaths , then only the template will be avaliable while creating page
This has been already discussed in detail here
th-cam.com/video/gDe2hbY9d7I/w-d-xo.html
Sir pls make videos on dispatcher
I am planing for this. This will take some time.
sir please do post video related to emulator
Will try to cover in coming tutorials.
@@AEMGeeks thank you sir
Please create dispatcher video
planing ✔
from where this container came?
This is component, added in template
After creating the Editable template by using the steps that you had explained after that I am not able to see the newly created ediatble template while creating the page Please help in this
Please check content/Page property. Allow your newly created template at root of your site. This is the property cq:allowedTemplates