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
committed by Pontus Dreij
parent ee6a40a553
commit ef411b4cf9
8 changed files with 77 additions and 0 deletions
@@ -0,0 +1,7 @@
fragment Table_ContentPage on ContentPageBlocksTable {
__typename
table {
column_widths
table
}
}