From 494bc9d348440df70e987d1fe91a7ecc760845fd Mon Sep 17 00:00:00 2001 From: Dominik Przybyl Date: Wed, 6 Mar 2024 02:13:47 +0100 Subject: [PATCH] docs --- README.md | 2 +- app/aem/ui.apps.cloud/build.gradle.kts | 2 +- app/aem/ui.apps/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a933207c0..322f05889 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # AEM Permission Management ## About -APM (**A**EM **P**ermission **M**anagement) is an AEM based tool focused on streamlining the permission configuration. It provides a rich UX console tailored for administrators. They can write human readable scripts that handle user/group creation/deletion and permissions application, both in bulk. Through it's flexible grammar, exposed API, and high extensibility it vastly improves **permission**-based implementations. +APM (**A**EM **P**ermission **M**anagement) is an AEM based, cloud compatible tool focused on streamlining the permission configuration. It provides a rich UX console tailored for administrators. They can write human readable scripts that handle user/group creation/deletion and permissions application, both in bulk. Through it's flexible grammar, exposed API, and high extensibility it vastly improves **permission**-based implementations. ### Features * DSL (Domain Specific Language) that makes the script human readable. diff --git a/app/aem/ui.apps.cloud/build.gradle.kts b/app/aem/ui.apps.cloud/build.gradle.kts index 4b85d0057..acf9967c7 100644 --- a/app/aem/ui.apps.cloud/build.gradle.kts +++ b/app/aem/ui.apps.cloud/build.gradle.kts @@ -5,7 +5,7 @@ plugins { signing } -description = "APM (AEM Permission Management) is an AEM based tool focused on streamlining the permission configuration. It provides a rich UX console tailored for administrators. They can write human readable scripts that handle user/group creation/deletion and permissions application, both in bulk. Through it's flexible grammar, exposed API, and high extensibility it vastly improves permission-based implementations." +description = "APM (AEM Permission Management) is an AEM based, cloud compatible tool focused on streamlining the permission configuration. It provides a rich UX console tailored for administrators. They can write human readable scripts that handle user/group creation/deletion and permissions application, both in bulk. Through it's flexible grammar, exposed API, and high extensibility it vastly improves permission-based implementations." evaluationDependsOn(":app:aem:ui.apps.base") evaluationDependsOn(":app:aem:api") diff --git a/app/aem/ui.apps/build.gradle.kts b/app/aem/ui.apps/build.gradle.kts index bab702dc0..958e7f010 100644 --- a/app/aem/ui.apps/build.gradle.kts +++ b/app/aem/ui.apps/build.gradle.kts @@ -5,7 +5,7 @@ plugins { signing } -description = "APM (AEM Permission Management) is an AEM based tool focused on streamlining the permission configuration. It provides a rich UX console tailored for administrators. They can write human readable scripts that handle user/group creation/deletion and permissions application, both in bulk. Through it's flexible grammar, exposed API, and high extensibility it vastly improves permission-based implementations." +description = "APM (AEM Permission Management) is an AEM based, cloud compatible tool focused on streamlining the permission configuration. It provides a rich UX console tailored for administrators. They can write human readable scripts that handle user/group creation/deletion and permissions application, both in bulk. Through it's flexible grammar, exposed API, and high extensibility it vastly improves permission-based implementations." evaluationDependsOn(":app:aem:ui.apps.base") evaluationDependsOn(":app:aem:api")