From 298a9f706e02c788eca2d71b9c10a2c203a71156 Mon Sep 17 00:00:00 2001 From: Vladimir Zaets Date: Mon, 24 Jun 2024 17:06:43 -0500 Subject: [PATCH] Side rail docs --- gatsby-config.js | 4 ++++ src/pages/services/aem-cf-editor/api/index.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index e01e4c0f..0add1e3a 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -187,6 +187,10 @@ module.exports = { title: "Custom Form Element Rendering", path: "/services/aem-cf-editor/api/custom-fields/" }, + { + title: "Custom panels in Properties Rail", + path: "/services/aem-cf-editor/api/side-rail/" + }, { title: "Setting Default Field Properties", path: "/services/aem-cf-editor/api/field-properties" diff --git a/src/pages/services/aem-cf-editor/api/index.md b/src/pages/services/aem-cf-editor/api/index.md index b0de91e6..1bb5f98a 100644 --- a/src/pages/services/aem-cf-editor/api/index.md +++ b/src/pages/services/aem-cf-editor/api/index.md @@ -60,3 +60,7 @@ Learn about modal host API methods that can be used in any extension [Custom form element rendering](custom-fields) Learn how to customize a form field rendering + +[Properties Rail](side-rail) + +Explore the ways to extend and customize Properties Rail in CF Editor.