diff --git a/content_schemas/allowed_document_types.yml b/content_schemas/allowed_document_types.yml index 520a1a91f..ac222f8ab 100644 --- a/content_schemas/allowed_document_types.yml +++ b/content_schemas/allowed_document_types.yml @@ -78,6 +78,7 @@ - independent_report - international_development_fund - international_treaty +- landing_page - licence - license_finder - licence_transaction diff --git a/content_schemas/dist/formats/generic/frontend/schema.json b/content_schemas/dist/formats/generic/frontend/schema.json index d08c072f6..31445df1b 100644 --- a/content_schemas/dist/formats/generic/frontend/schema.json +++ b/content_schemas/dist/formats/generic/frontend/schema.json @@ -114,6 +114,7 @@ "independent_report", "international_development_fund", "international_treaty", + "landing_page", "licence", "license_finder", "licence_transaction", diff --git a/content_schemas/dist/formats/generic/notification/schema.json b/content_schemas/dist/formats/generic/notification/schema.json index 036ed6892..5775cb9c1 100644 --- a/content_schemas/dist/formats/generic/notification/schema.json +++ b/content_schemas/dist/formats/generic/notification/schema.json @@ -138,6 +138,7 @@ "independent_report", "international_development_fund", "international_treaty", + "landing_page", "licence", "license_finder", "licence_transaction", diff --git a/content_schemas/dist/formats/generic/publisher_v2/schema.json b/content_schemas/dist/formats/generic/publisher_v2/schema.json index fab4dfdb9..950dd161f 100644 --- a/content_schemas/dist/formats/generic/publisher_v2/schema.json +++ b/content_schemas/dist/formats/generic/publisher_v2/schema.json @@ -124,6 +124,7 @@ "independent_report", "international_development_fund", "international_treaty", + "landing_page", "licence", "license_finder", "licence_transaction", diff --git a/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json index f53324c44..9e46e905b 100644 --- a/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json +++ b/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json @@ -114,6 +114,7 @@ "independent_report", "international_development_fund", "international_treaty", + "landing_page", "licence", "license_finder", "licence_transaction", diff --git a/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json index ef8b6f6dd..2ef3dbe1e 100644 --- a/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json +++ b/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json @@ -138,6 +138,7 @@ "independent_report", "international_development_fund", "international_treaty", + "landing_page", "licence", "license_finder", "licence_transaction", diff --git a/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json index b9a5402b8..cab34c98b 100644 --- a/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json +++ b/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json @@ -124,6 +124,7 @@ "independent_report", "international_development_fund", "international_treaty", + "landing_page", "licence", "license_finder", "licence_transaction",