AEM Cloud Service - CSS and Color Picker Plugin for Rich Text Editor (RTE)
GoalAEM Cloud Version : 2021.3.5026.20210309T210727Z-210225 (March 09, 2021)This post explains adding a plugin to RTE (Rich Text Editor - /libs/cq/gui/components/authoring/dialog/richtext) for adding...
View ArticleAEM Cloud Service - Sites SPA add additional page properties in sling model...
GoalAEM Cloud Version : 2021.3.5087.20210322T071003Z-210225 (March 22, 2021)The default sling model exporter com.adobe.aem.spa.project.core.internal.impl.PageImpl for page resource types with super...
View ArticleAEM Cloud Service - Dynamic Media open, download Smart Crops, Video Encodes...
GoalAEM Cloud Version : 2021.3.5087.20210322T071003Z-210225 (March 22, 2021)Add a button Smart Crop Download in Asset Details action bar to open/download smart crops for images and encodes for videos....
View ArticleAEM Cloud Service - Sling Post Processor to remove duplicate values with Bulk...
GoalAEM Cloud Version : 2021.3.5087.20210322T071003Z-210225 (March 22, 2021)Using Append mode in Bulk Edit, duplicate tag values could be inserted in custom metadata field when Tag widget is used in...
View ArticleAEM Cloud Service - Assets Folder Properties Dynamic Media Image Profiles...
GoalSample code in this post is for Case Ignored Sorting of Dynamic Media Image Profiles in folder propertiesPackage Install | GithubProductExtensionSolutionCreate a cq:ClientLibrayFolder...
View ArticleAEM Cloud Service - Create Asset Servlet for Uploading Small files using CURL...
GoalUploading assets to AEM Cloud Service is a 3 step process (initiateUpload.json, Upload to blob storage, completeUpload.json). Tools like https://github.com/adobe/aem-upload can be used to upload...
View ArticleAEM Cloud Service - Show Image Previews in Path Field and Multifield of...
GoalShow Image Previews in Content Fragment Editor, when selected using a Path Field or Path Field in Multifield...Demo | Package Install | GithubProductExtensionSolutionAdd a client library...
View ArticleAEM Cloud Service - Configure file upload max size per asset type, restrict...
GoalAEM Cloud Version : 2021.4.5226.20210427T070726Z-210325 (April 27, 2021)Maximum asset size for uploads from AEM UI can be configured by overlaying...
View ArticleAEM Cloud Service - Render condition to show Reprocess Assets button for...
GoalAEM Cloud Version : 2021.4.5226.20210427T070726Z-210325 (April 27, 2021)A sample Render Condition to allow specific users (part of a group) reprocess assets (by clicking the Reprocess Assets in...
View ArticleAEM Cloud Service - Extend React SPA Sling Model for Page Style System support
GoalExtend the JSON model eg. /content/eaem-cs-spa-style-system/us/en.model.json for supporting Page Style System in a React SPA. The following extension adds page level css classes configured via...
View ArticleAEM Cloud Service - Digital OnBoarding Process, Post Lead Form Data to a AEM...
GoalProcess detailed below explains a sample Digital OnBoarding Flow, where a potential customer enters basic information in a Lead Entry page setup on AEM Sites. Form data can be stored in AEM or...
View ArticleAEM Cloud Service - Sample OAuth Authentication using Apache Httpclient
GoalSample code to make a connection to OAuth Identity Server, authenticate and get the Bearer token...Service Interfacepackage app.eaem.api.core.services;import org.json.JSONObject;public interface...
View ArticleAEM 6560 - React SPA Text component with Material UI Theme and Styles
GoalAdd AEM SPA React Text component showing paragraph texts created using Typescript and Material UI (MUI). Using MUI there are no global style-sheets, each component is independent, so there are no...
View ArticleAEM Cloud Service - Assets Metadata Editor Multifield Limit Validation
GoalAdd a Client Side Validator for limiting the number of items in a Multifield in Assets Metadata EditorThe min/max limit configuration is hardcoded in the extension. For making it configurable via...
View ArticleAEM Cloud Service - Sample Java Standalone Program to Upload Assets
GoalAEM Cloud Version : 2021.6.5382.20210602T190018Z-210527 (June 2, 2021)Uploading assets to AEM Cloud Service is a 3 step process (initiateUpload.json, Upload to blob storage, completeUpload.json)....
View ArticleAEM Cloud Service - Create Adobe Target Offers as AEM Experience Fragments...
GoalUse AEM as Offer Server where the offers (with text and images) are created by marketing team as XFs (Experience Fragments) in Authoring and Published to AEM Publish. XF editor provides an easy to...
View ArticleAEM Cloud Service - Assets Processing Profile and Post Processing workflow to...
GoalCreate Low res JPEG images from High quality Master assets (eg. psd, tif) uploaded to AEM, so the jpeg images can be browsed using AEM Desktop app and placed in 3rd party apps like Figma.Demo |...
View ArticleAEM 6590 - Show Page References of Content Fragment in Metadata (Info) Page
GoalReferences of a Content Fragment can be added in Metadata (Info) page by editing the content fragment metadata schema...
View ArticleAEM Cloud Service - Content Fragment RTE Plugin for Dynamic Variables
GoalAdobe Experience Manager 2021.6.5586.20210628T210726Z-210600 (June 28, 2021)Create a Content Fragment RTE Plugin (RichTextEditor) for Dynamic Variables. Variable is resolved with a value, when the...
View ArticleAEM Cloud Service - Content Fragments Usage in Pages Custom Asset Report
GoalCreate a Custom Asset Report Experience AEM Content Fragments Report for finding the usage of Content Fragments in a Site (or a section of site with root path)Demo | Package Install | GithubSelect...
View Article