Standalone ACS Commons - Overview
An introduction to standalone-acs-commons - five independent AEM as a Cloud Service modules that replace individual ACS AEM Commons features without dragging in the whole library.
acs.email - Templated Email Service for AEM
Standalone AEM EmailService built on MessageGatewayService and MailTemplate - send parameterized HTML or plain-text emails from JCR templates without depending on the full ACS Commons library.
acs.environment-indicator - Author Environment Badge
Standalone AEM author environment indicator that labels DEV, STAGE, PROD, and LOCAL in the admin UI - works with Unified Shell and falls back when it is absent.
acs.genericlists - Authorable Title/Value Lists
Standalone AEM Generic Lists module - authors maintain ordered title/value pairs via Touch UI, and code reads them with Page#adaptTo(GenericList.class) or a Granite datasource.
acs.include - Parameterized Granite Dialog Include
Standalone AEM parameterized dialog include - reuse Granite UI field snippets with ${{key:default}} placeholders, optional namespacing, hide conditions, and typed casting.
acs.workflow - Workflow Package Manager
Standalone AEM WorkflowPackageManager - create and read multi-path workflow packages under /var/workflow/packages without ACS Commons or a dedicated service user.