Skip to content

Commit

Permalink
Add CSS classes to extension name/section name/property path
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 9, 2024
1 parent 21f4edf commit b83bd4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon:lock[title=Fixed at build time] Configuration property fixed at build time
|===
{#for extensionConfigRootsEntry in configRootsByExtensions}

h|{extensionConfigRootsEntry.key.formatName.escapeCellContent}
h|[.extension-name]##{extensionConfigRootsEntry.key.formatName.escapeCellContent}##
h|Type
h|Default

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon:lock[title=Fixed at build time] Configuration property fixed at build time
[.configuration-reference{#if searchable}.searchable{/if}, cols="80,.^10,.^10"]
|===

h|Configuration property
h|[.header-title]##Configuration property##
h|Type
h|Default

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a|{#if configProperty.phase.fixedAtBuildTime}icon:lock[title=Fixed at build time]{/if} [[{configProperty.toAnchor(extension)}]] `{configProperty.path}`
a|{#if configProperty.phase.fixedAtBuildTime}icon:lock[title=Fixed at build time]{/if} [[{configProperty.toAnchor(extension)}]] [.property-path]##`{configProperty.path}`##
{#for additionalPath in configProperty.additionalPaths}

`{additionalPath}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h|[[{configSection.toAnchor(extension)}]] {configSection.formatTitle.escapeCellContent}
h|[[{configSection.toAnchor(extension)}]] [.section-name]##{configSection.formatTitle.escapeCellContent}##
h|Type
h|Default

Expand Down

0 comments on commit b83bd4f

Please sign in to comment.