Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exadel-inc/etoolbox-authoring-kit

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.)
https://github.com/exadel-inc/etoolbox-authoring-kit

aem aem-component aem64 aem65 aemaacs autogenerate coral cq exadel-martech granite hacktoberfest java maven touchui-dialogs wcm

Last synced: about 23 hours ago
JSON representation

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.)

Awesome Lists containing this project

README

        

# Exadel Authoring Kit for AEM

![EToolbox Authoring Kit Logo](./docs/img/logo.png)

***
![License](https://img.shields.io/github/license/exadel-inc/etoolbox-authoring-kit)
![Latest release](https://img.shields.io/github/v/release/exadel-inc/etoolbox-authoring-kit?color=%23ed8756)
![Maven Central version](https://img.shields.io/maven-central/v/com.exadel.etoolbox/etoolbox-authoring-kit)
[![javadoc](https://javadoc.io/badge2/com.exadel.etoolbox/etoolbox-authoring-kit-core/javadoc.svg)](https://javadoc.io/doc/com.exadel.etoolbox/etoolbox-authoring-kit-core)
![GitHub repo stats](https://img.shields.io/github/stars/exadel-inc/etoolbox-authoring-kit?style=flat&color=%23FFD700)

Exadel Authoring Kit for AEM (part of Exadel Toolbox), or simply the **ToolKit**, is a set of tools for creating robust Granite/Touch UI dialogs and other authoring interfaces for Adobe Experience Manager™ with Java and Maven.

The ToolKit provides the fastest way to supplement an AEM component based on a Sling model or POJO with an autogenerated _Touch UI_ dialog and/or in-place editing interface. It also supports automatic generation of page properties dialogs, design dialogs and similar interface types.

The ToolKit has many options to make authoring interfaces rich, flexible, and responsive with minimal effort. No deep knowledge of Granite™, Coral™, or AEM clientlibs is needed. A scope of fine interactivity features is ready out of the box with minimal to no manual setup.

The ToolKit is compliant with the newest facilities of AEM 6.5, Granite UI, and Coral v.3+, and has support for Coral v.2.

The ToolKit is developed in the course of Exadel™ Marketing Technology Practice (the MarTech) as a part of **Exadel Toolbox** initiative.

It is an open and growing project. The authors sincerely welcome creative input from the AEM community worldwide to bring the best programming techniques and design.

***
> Learn more about the latest features of Exadel Authoring Kit for AEM by visiting our [_website_](https://authoring-kit.com)
>
***

### Manuals

Check out our comprehensive [manual](https://authoring-kit.com/content/getting-started/installation/) to learn all about ToolKit installation, usage and available tools.

Also, you can take a look at these popular articles:
- [Component management](docs/content/dev-tools/component-management/component-structure.md)
- [Configuring RichTextEditor](docs/content/dev-tools/component-management/dialog-fields/configuring-rte.md)
- [Programming dynamic dialog behavior: DependsOn plugin client library](docs/content/dev-tools/depends-on/introduction.md)
- [Managing structured data with Exadel Toolbox Lists](docs/content/authoring-tools/etoolbox-lists.md)
- [Enhancing AEM Components' back-end with advanced Injectors](docs/content/dev-tools/injectors.md)

### Need more documentation?

See the complete API and core module documentation (Javadoc) [here](https://javadoc.io/doc/com.exadel.etoolbox/etoolbox-authoring-kit-core/latest/index.html).

### Contribution

Want to contribute to the project? Please learn the [contribution guide](CONTRIBUTING.md).