feat(SW-216): added table to contentstack query for contentpage

This commit is contained in:
Erik Tiekstra
2024-10-04 08:36:08 +02:00
parent 3cf3772c64
commit 4979c22c4a
8 changed files with 77 additions and 0 deletions
@@ -0,0 +1,7 @@
fragment Table_ContentPage on ContentPageBlocksTable {
__typename
table {
column_widths
table
}
}