enhancement
New feature, or improvement to an existing feature.
good first issue
Good starter issue for new contributors.
#
aem64
Here are 22 public repositories matching this topic...
-
Updated
Mar 29, 2022 - Java
Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
-
Updated
Apr 5, 2022 - JavaScript
pun-ky
commented
Feb 9, 2022
pre-configure:
tasks {
register<Test>("integrationTest") {
javaLauncher.set(aem.localInstanceManager.javaLauncher)
}
}
when
plugins {
id("com.cognifide.aem.common")
}
Offers a set of tools that create Granite UI authoring interfaces for Adobe Experience Manager components from Java code. This is a comprehensive solution that makes different widgets work in a coordinated manner, provides greater interactivity in AEM dialogs, and introduces additional features (customizable data lists, options selection, etc.)
java
maven
cq
granite
hacktoberfest
coral
wcm
autogenerate
aem64
aem65
aemaacs
touchui-dialogs
aem-component
-
Updated
Apr 5, 2022 - Java
Bootstrap Translation connector using the Adobe Experience Manager (AEM) Translation Vendor API
-
Updated
Dec 18, 2021 - Java
Simple implementation of setting up GraphQL specification with AEM 6.4 by using Graphql-java library
-
Updated
Apr 26, 2021 - Java
AEM Resource Resolver using OSGi R6
-
Updated
Apr 16, 2020 - Java
Improve this page
Add a description, image, and links to the aem64 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aem64 topic, visit your repo's landing page and select "manage topics."
Feature Request
Is your feature request related to a problem? Please describe.
With latest core components release 2.9 an AEM author is able to add HTML IDs to all components.
This is a nice feature but error prone as IDs must be unique on the HTML site. Otherwise HTML is invalid and it often leads to JavaScript issues.
Describe the solution you'd like
Validation should be perf