Issues
- Update HTML transformation of tables and add identification for Page Properties tableSTS-10
- Support Confluence block macro sizing and alignment for theme developersSTS-9
- Enable theme configuration preview for all page typesSTS-8
- Support images inserted via Confluence editor for theme developersSTS-7
- Support Confluence tables for theme developersSTS-6
- Support Confluence inline images for theme developersSTS-5
- Enable themes to define output HTML pages that are not directly connected to source contentSTS-4
- Support Confluence Gallery macro for theme developersSTS-3
- Preview gets blank after clicking a linkSTS-2
- 'Info' property is not showing in theme configuratorSTS-1
10 of 10
Update HTML transformation of tables and add identification for Page Properties table
Unresolved
Description
Environment
None
Details
Details
Backbone Issue Sync

Backbone Issue Sync
Created 4 days ago
Updated 4 days ago
Activity
Show:
The page property macro accepts all sorts of contents. A page property macro’s HTML output is an element that wraps what ever is inside of it — that includes tables.
e.g.
<div data-component="page-properties" class="page-properties"> <div data-component="table" … > … </div> <div data-component="panel" … ></div> </div>