feat(SW-216): Added heading and preamble text to table block

This commit is contained in:
Erik Tiekstra
2024-10-08 11:06:33 +02:00
parent bc43f79c24
commit 4b9a6d2e8e
5 changed files with 67 additions and 50 deletions

View File

@@ -1,6 +1,8 @@
fragment Table_ContentPage on ContentPageBlocksTable {
__typename
table {
heading
preamble
column_widths
table
}