feat/BOOK-755 alert content pages
* feat(BOOK-755): Added alert block on Collection pages * feat(BOOK-755): Added alert block on Content pages * feat(BOOK-755): Added alert functionality for RTE Approved-by: Bianca Widstam
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { gql } from "graphql-tag"
|
||||
|
||||
import { Accordion_ContentPage } from "../../Fragments/Blocks/Accordion.graphql"
|
||||
import { Alert_ContentPage } from "../../Fragments/Blocks/Alert.graphql"
|
||||
import { CardsGrid_ContentPage } from "../../Fragments/Blocks/CardsGrid.graphql"
|
||||
import { Content_ContentPage } from "../../Fragments/Blocks/Content.graphql"
|
||||
import { DynamicContent_ContentPage } from "../../Fragments/Blocks/DynamicContent.graphql"
|
||||
@@ -112,6 +113,7 @@ export const GetContentPageBlocksBatch2 = gql`
|
||||
...Table_ContentPage
|
||||
...TextCols_ContentPage
|
||||
...UspGrid_ContentPage
|
||||
...Alert_ContentPage
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -120,6 +122,7 @@ export const GetContentPageBlocksBatch2 = gql`
|
||||
${Table_ContentPage}
|
||||
${TextCols_ContentPage}
|
||||
${UspGrid_ContentPage}
|
||||
${Alert_ContentPage}
|
||||
`
|
||||
|
||||
export const GetDaDeEnUrlsContentPage = gql`
|
||||
|
||||
Reference in New Issue
Block a user