Skip to content

Commit

Permalink
Merge pull request #82 from VladimirZaets/side-rail-docs
Browse files Browse the repository at this point in the history
Side rail docs
  • Loading branch information
VladimirZaets committed Jun 24, 2024
2 parents 0f77cd2 + 298a9f7 commit 1f85e96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions src/pages/services/aem-cf-editor/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1f85e96

Please sign in to comment.