-
Type:
Suggestion
-
Resolution: Won't Do
-
Component/s: None
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
I am creating a custom space blueprint. I want to customize the display of the description content (description-content-key) in the dialog page.
I would like to use HTML to format the content but it does not work. The content is displayed in as a string inside a <p> tag.
Example: In my properties file I have
myBlueprint.dialog.page1.description.content=<p>Content <b>here</b></p><p>More content here.</p>
The blueprint displays the html tags. This is what it gets
<p><p>Content <b>here</b></p><p>More content here.</p></p>
Please improve this so we can use HTML tags for the content description.
- is related to
-
CONFSERVER-37777 Allow customization of the blueprint dialog's description content
- Closed