Skip to content
Snippets Groups Projects
Commit 92e0a6d2 authored by Adam G-H's avatar Adam G-H
Browse files

Use full_html only, not restricted

parent b2d5f76f
No related branches found
No related tags found
No related merge requests found
Pipeline #326782 failed
......@@ -152,7 +152,6 @@ config:
- 'access user profiles'
- 'delete own files'
- 'use text format full_html'
- 'use text format restricted_html'
- 'view own unpublished content'
user.role.anonymous:
# We assume all published content should be accessible/
......
......@@ -2,8 +2,8 @@ name: 'Content Basics'
type: Drupal CMS
description: 'Provides basic tools for creating content.'
recipes:
# Ensure there is at least one text format to use.
- core/recipes/restricted_html_format
# Ensure there is at least one text format and editor to use.
- core/recipes/full_html_format_editor
install:
- autosave_form
- node
......
......@@ -2,6 +2,7 @@ name: Basic Privacy
description: Sets up a site with basic privacy features like consent management and remote content blocking.
type: Drupal CMS
recipes:
- core/recipes/full_html_format_editor
- core/recipes/page_content_type
install:
- klaro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment