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,5 +1,6 @@
|
||||
import { gql } from "graphql-tag"
|
||||
|
||||
import { Alert_CollectionPage } from "../../Fragments/Blocks/Alert.graphql"
|
||||
import { CardsGrid_CollectionPage } from "../../Fragments/Blocks/CardsGrid.graphql"
|
||||
import { DynamicContent_CollectionPage } from "../../Fragments/Blocks/DynamicContent.graphql"
|
||||
import { Shortcuts_CollectionPage } from "../../Fragments/Blocks/Shortcuts.graphql"
|
||||
@@ -35,6 +36,7 @@ export const GetCollectionPage = gql`
|
||||
...UspGrid_CollectionPage
|
||||
...DynamicContent_CollectionPage
|
||||
...VideoCard_CollectionPage
|
||||
...Alert_CollectionPage
|
||||
}
|
||||
system {
|
||||
...System
|
||||
@@ -55,6 +57,7 @@ export const GetCollectionPage = gql`
|
||||
${DynamicContent_CollectionPage}
|
||||
${VideoCard_CollectionPage}
|
||||
${Video}
|
||||
${Alert_CollectionPage}
|
||||
`
|
||||
|
||||
export const GetDaDeEnUrlsCollectionPage = gql`
|
||||
|
||||
Reference in New Issue
Block a user