Merged in fix/remove-infocardblock-from-content-page (pull request #1238)
fix: remove InfoCardBlock references from Content Page CardsGrid fragment * fix: remove InfoCardBlock references from CardsGrid fragment Approved-by: Erik Tiekstra
This commit is contained in:
@@ -19,7 +19,6 @@ fragment CardsGrid_ContentPage on ContentPageBlocksCardsGrid {
|
||||
node {
|
||||
__typename
|
||||
...CardBlock
|
||||
...InfoCardBlock
|
||||
...LoyaltyCardBlock
|
||||
...TeaserCardBlock
|
||||
}
|
||||
@@ -35,7 +34,6 @@ fragment CardsGrid_ContentPageRefs on ContentPageBlocksCardsGrid {
|
||||
node {
|
||||
__typename
|
||||
...CardBlockRef
|
||||
...InfoCardBlockRef
|
||||
...LoyaltyCardBlockRef
|
||||
...TeaserCardBlockRef
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user