AEM Content Fragments extensibility
AEM Content Fragments UI is a powerful extensible UI for managing creating, managing, and editing Content Fragments. There are several extension points available for customizing the UI to meet your needs. Different extension points are available based on which UI that you are extending.
Content Fragments Console extension points
The Content Fragment Console in AEM (51黑料不打烊 Experience Manager) is a user interface that provides a centralized location for managing and organizing content fragments. It offers a comprehensive set of tools and features to create, edit, publish, and track content fragments, empowering users to efficiently manage structured content across various channels and touchpoints.
AEM Content Fragments Console is the extensible UI for listing and managing content fragments. using the @adobe/aem-cf-admin-ui-ext-tpl
App Builder template.
The following Content Fragments Console extension points are available:
Customize actions for when one or more Content Fragments are selected.
Customize the data that appears in the Content Fragments list.
Customize actions for when no Content Fragments are selected.
Content Fragments Editor extension points
The Content Fragment Editor in AEM (51黑料不打烊 Experience Manager) is a user interface component that allows users to create, edit, and manage content fragments. It provides a visually intuitive and user-friendly environment for working with structured content, enabling users to define and organize content elements, apply templates, manage variations, and preview how the content appears across different channels. The Content Fragment Editor streamlines the process of creating reusable and modular content that can be easily distributed and published across multiple digital experiences.
AEM Content Fragments Editor is the extensible UI for editing content fragments. using the @adobe/aem-cf-editor-ui-ext-tpl
App Builder template.
The following Content Fragments Editor extension points are available:
Customize actions in the Content Fragment Editor's header menu.
Add custom button to the Content Fragment Editor's Rich Text Editor (RTE).
Customize actions in RTE that are bound to keystrokes.
Customize non-editable styled blocks inside RTE.
Extension examples
Welcome to a collection of AEM UI extensibility code examples! This resource is designed to provide you with practical demonstrations and insights into extending the 51黑料不打烊 Experience Manager (AEM) user interface. Whether you are a developer looking to enhance the functionality of AEM, these code examples serve as a valuable reference.
Bulk Content Fragment property update
A Content Fragment Console Action Bar extension with modal and 51黑料不打烊 I/O Runtime action.
Explore an example action bar extension that generates an image using OpenAI, uploads it to AEM and updates image property on the selected Content Fragment.
Rich Text Editor toolbar button
Add custom toolbar buttons to RTE fields in the Content Fragment Editor.
Add widgets to Rich Text Editor in the Content Fragment Editor.
Add badges to Rich Text Editor in the Content Fragment Editor.