At 12:15 how did template suddenly change from content-page to page-content?
@AEMGeeks3 жыл бұрын
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
@mandapavankumar86902 жыл бұрын
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
@AEMGeeks2 жыл бұрын
Please check content/Page property. Allow your newly created template at root of your site. This is the property cq:allowedTemplates
@manjunathas41924 ай бұрын
i have created template type and template but the page creation is not happening
@simranjeetsingh29323 жыл бұрын
How container 10:46 is enabled on the template. On first time load 10:27 it is only parsys.
@AEMGeeks3 жыл бұрын
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.
@simranjeetsingh29323 жыл бұрын
@@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.
@AEMGeeks3 жыл бұрын
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
@shahzad_ali3 жыл бұрын
very helpful I appreciate I want one query about container component what is the configrantion in this component
@AEMGeeks3 жыл бұрын
What configuration. I did not understand your question. Could you please more details.
@shahzad_ali3 жыл бұрын
@@AEMGeeks in container component which property having like in which we can drag n drop another component as well
@miss_fashion996 Жыл бұрын
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..?
@sayeemaahmedi73472 жыл бұрын
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
@AEMGeeks2 жыл бұрын
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.
@DarianBenam5 ай бұрын
Thanks!
@AEMGeeks5 ай бұрын
🙏
@avishekhsinhautube3 жыл бұрын
Adding any component in initial mode will update the pre-existing pages?
@AEMGeeks3 жыл бұрын
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.
@jaishrikrishna16213 жыл бұрын
sir plz upload a video how to add style in editable template
@AEMGeeks3 жыл бұрын
Sure, Will do
@jaishrikrishna16213 жыл бұрын
@@AEMGeeks Thanks yu sir
@MPWalaRJ3 жыл бұрын
It was awesome learning!. Thank You.
@AEMGeeks3 жыл бұрын
Thanks Freakish RJ
@sandhyarajput94753 жыл бұрын
sir what is the use of lock & unlock
@AEMGeeks3 жыл бұрын
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.
@barkhasharma2953 жыл бұрын
Please create videos on how to make the components configurable and also how to add CSS to the components themselves.
@AEMGeeks3 жыл бұрын
sure, will do.
@barkhasharma2953 жыл бұрын
@@AEMGeeks thanks for your time😊
@mounika56183 жыл бұрын
Hi sir....How to create template type from scratch without copying from other projects ....please help me sir
@AEMGeeks3 жыл бұрын
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.
@mounika56183 жыл бұрын
@@AEMGeeks how to create nodes in crx/de for base structure of temple type .can you please do one for that sir
@abhisheksaxena98013 жыл бұрын
After template creation, Initial and Structure option is not coming when clicking on edit.
@AEMGeeks3 жыл бұрын
Please check if correct page component used for template. May be wrong page component used. Please check for errors in log file.
@chittooribrahmaji70693 жыл бұрын
Could you tell about Initial content mode in editable templates. I got confused that.
@AEMGeeks3 жыл бұрын
Initial used to add component which will be available on page when you create page. But you can remove these component from page anytime.
@prudhvipokuri47943 жыл бұрын
can you please make a video of header and footer experience fragments
@AEMGeeks3 жыл бұрын
Will explain once I will explain experience fragment.
@yakoobirrfan3067 Жыл бұрын
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 🙁🙁
@AEMGeeks Жыл бұрын
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.
@prakashbadekar14973 жыл бұрын
hi geek, Please share how to create policies for design
@AEMGeeks3 жыл бұрын
Sure, I will create a tutorial for that.
@walimorris24062 жыл бұрын
Thanks for the video. I believe the point about template directory resolution (/conf/projectFolderName, /conf/global, /apps/settings, /libs/settings) is an exam point.
@AEMGeeks2 жыл бұрын
Thanks Wali Morris, Yes you will definitely get some questions in certification exam. Important thing is, you must understand the concept.
@shivaniraval56383 жыл бұрын
Is it possible to include clientlibs in Editable templates? If yes, then how we can do that?
@AEMGeeks3 жыл бұрын
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.
@praveenkumar59403 жыл бұрын
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
@AEMGeeks3 жыл бұрын
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.
@praveenkumar59403 жыл бұрын
@@AEMGeeks thanks for your time and patience.
@gargisingh15283 жыл бұрын
sir please do post video related to emulator
@AEMGeeks3 жыл бұрын
Will try to cover in coming tutorials.
@gargisingh15283 жыл бұрын
@@AEMGeeks thank you sir
@savithayadav81703 жыл бұрын
Sir pls make videos on dispatcher
@AEMGeeks3 жыл бұрын
I am planing for this. This will take some time.
@prakashbadekar14973 жыл бұрын
can u please upload for experiment fragment video or share a link
@AEMGeeks3 жыл бұрын
I will plan for experience fragment tutorials.
@kapilpotdar52172 жыл бұрын
you forgot one point adding path in allowedpaths , then only the template will be avaliable while creating page
@AEMGeeks2 жыл бұрын
This has been already discussed in detail here kzbin.info/www/bejne/nXXIY5uYjp6Xbas
@prakashbadekar14973 жыл бұрын
Please create dispatcher video
@AEMGeeks3 жыл бұрын
planing ✔
@aishwaryjain78072 жыл бұрын
from where this container came?
@AEMGeeks2 жыл бұрын
This is component, added in template
@mandapavankumar86902 жыл бұрын
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
@AEMGeeks2 жыл бұрын
Please check content/Page property. Allow your newly created template at root of your site. This is the property cq:allowedTemplates