Skip to content

Commit

Permalink
Add editorial11y
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Aug 23, 2024
1 parent b47406a commit c246807
Show file tree
Hide file tree
Showing 7 changed files with 4,899 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-recommended": "^10.3",
"drupal/default_content": "^2.0@alpha",
"drupal/editoria11y": "^2.1",
"drupal/embed": "^1.7",
"drupal/field_group": "^3.4",
"drupal/field_label": "^1.4",
Expand Down
66 changes: 65 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module:
eca_ui: 0
eca_user: 0
editor: 0
editoria11y: 0
field: 0
field_group: 0
field_label: 0
Expand Down
19 changes: 19 additions & 0 deletions config/sync/editoria11y.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
_core:
default_config_hash: '-7-Rw6N-YenqEkgEjRhGUAX4GsoyqXN8luAfZihueG4'
content_root: ''
no_load: ''
ignore_elements: ''
embedded_content_warning: ''
assertiveness: smart
download_links: ''
ignore_link_strings: ''
link_strings_new_windows: ''
link_ignore_selector: 'svg.ext, svg.mailto, .link-purpose-text'
hidden_handlers: ''
ignore_all_if_absent: ''
ed11y_theme: sleekTheme
shadow_components: ''
disable_sync: false
preserve_params: 'search,keys,page,language,language_content_entity'
custom_tests: 0
redundant_prefix: ''
3 changes: 3 additions & 0 deletions config/sync/user.role.content_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- taxonomy.vocabulary.tags
module:
- contextual
- editoria11y
- file
- filter
- node
Expand Down Expand Up @@ -41,8 +42,10 @@ permissions:
- 'edit own article content'
- 'edit own page content'
- 'edit terms in tags'
- 'mark as hidden in editoria11y'
- 'revert all revisions'
- 'use text format safe_html'
- 'view all revisions'
- 'view editoria11y checker'
- 'view own unpublished content'
- 'view the administration theme'
Loading

0 comments on commit c246807

Please sign in to comment.