@ManviSharma Can you please share how create theme and upload to local AEM SDK server instead of proxy. so later on I can use the same theme for my dev,qa,stage and prod environment.
@giuseppebaglio Followed the steps which you have shared. in my case kept name as adaptiveform.theme.google code id deployed on local machine i can see the changes in crx/de refer screenshot below. but while creating core component adaptive form or existing form i dont see new theme available. refe...
@giuseppebaglio @ManviSharma Thanks for sharing the link. I am looking for specific steps for create a new theme and deploy on the localhost. this link more is how to push and deploy on cloud environment. Can you share how i can deploy theme on my localhost and use the theme in my new or existing c...
Hi All, I am using adaptive form core component in aem as a cloud. After create a new theme, i am creating a core component adaptive form buts its not visible and not available to select only the default theme Canvas is available. Can some the correct way to create theme for core component adaptive ...
Hi,I have to search through site content's all the property(since any property may contain that value) and list the page path. I am using below QueryBuilder fulltext but it also return the result which partially matched. path=/content/mysite/us/en
type=cq:Page
group.p.and=true
group.1_group.fulltext...
@Ankur_KhareI am getting the same error even i am using below plugin in ui.apps pom file <plugin>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<allowIndexDefinitions>true</allowIndexDefinitions>
</conf...
@Ankur_KhareI agree with @Jörg_Hoh but I have created this micro site in AEM 6.5 using archtype 22 for client its having only 10 pages. So i want everything to be packaged.
@Jörg_Hoh Thanks for your input... As of now I want include this in my package..... and I am still getting the above error . could you please help on this. How I can resolve this?