April 7, 2020
Estimated Post Reading Time ~

How to download the core components

Core components
  • Provide components that are easier to use.
  • Reduces the number of code changes needed to use these components.
  • It provides a way to configure a component once it’s used in a template via UI in the template editor.
  • Provides clear css naming to style and theme of the components without changing the HTL code.
  • Introduces versioning of component.
  • Best practice to provide content model to components via sling model.
Go to https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components.
Click on download Zip and Run the maven command to install the components.
Navigate to the component folder and type mvn clean install -PautoInstallPackage
Once you will successfully installed you will be able to see the components under http://localhost:4502/crx/de/index.jsp#/apps/core/wcm/components
core-components
How to work with core components.

Resource Status in AEM 6.3

  • Provides a way to manage status from client-side.
  • Display status in a standard way with a single component.
  • Retrieve status for-
  1. Workflow running on page
  2. Page templates
  3. Content fragments


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.