According to the tutorials, in the local author instance, in crx/de, if I navigate to /apps/wknd/components I should be able to create new components by right clicking. I can create folders or nodes, but thats it. The other options have always been missing. I am logged in as admin/admin, and I deployed wknd using mvn clean install -PautoInstallSinglePackage. I have also tried creating a folder under /apps/wknd/components and creating under that, but same problem.
Any ideas?
Im using the latest could SDK downloaded from Adobe yesterday, and M1 Mac.
Solved! Go to Solution.
Hi @TB3dock
You are correct. Those options are now not avilable for any of the folders. You will need to create the component either on the IDE, build and deploy the package to get the component on CRX/DE or you can right click on the folder and select it as "Create Node" by providing the type as cq:Component which will create the component node. This will allow you to create component in CRX/DE and then can be imported into FS using VLT or any other plugin.
Hope this helps!
Thanks!
Hi @TB3dock
You are correct. Those options are now not avilable for any of the folders. You will need to create the component either on the IDE, build and deploy the package to get the component on CRX/DE or you can right click on the folder and select it as "Create Node" by providing the type as cq:Component which will create the component node. This will allow you to create component in CRX/DE and then can be imported into FS using VLT or any other plugin.
Hope this helps!
Thanks!
thanks for the info. Pretty much all tutorials use the "create component" route. I have not found one which details how to crate a component via IDE, e.g. which files to create, and what they should contain, what the structure should be etc. I guess I could install an old version of AEM, create the component, then copy the contents to the new AEM.
Its also worth noting that I want to create them in the IDE in the git code, as creating them directly in AEM means none of the other devs can access the new component. However, there seem to be no instructions or tutorials to do this.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @TB3dock ,
As mentioned by @Asutosh_Jena_ the option to create components directly in crx/de is available via Create Node option. But if you want to directly integrate your IDE with crx/de than you can use Vault Configuration in IntellijIdea or Eclipse whichever you are using. These are basically plug-ins which integrates your IDE directly with crx and you dont have to worry about moving content from one place to another.
@TB3dock You can refer other components and decide what file/node to keep under your component.
The Create Component option was just creating the component and was adding the HTL/JSP file. Rest all was added by individual developer and the same needs to be followed here.
Thanks!
Views
Replies
Total Likes