Skip to content

Commit

Permalink
Merge pull request #837 from SLAC/slac22-486-entity-usage
Browse files Browse the repository at this point in the history
[SLAC22-486] Install and configure entity_usage
  • Loading branch information
Brian Tofte-Schumacher committed May 9, 2023
2 parents 68d72a0 + 190ecf7 commit 6ea713b
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"drupal/duration_field": "^2.0",
"drupal/easy_breadcrumb": "^2.0",
"drupal/entity_reference_revisions": "^1.9",
"drupal/entity_usage": "^2.0@beta",
"drupal/environment_indicator": "4.0.14",
"drupal/estimated_read_time": "^1.0",
"drupal/eu_cookie_compliance": "^1.19",
Expand Down
71 changes: 70 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 @@ -34,6 +34,7 @@ module:
easy_breadcrumb: 0
editor: 0
entity_reference_revisions: 0
entity_usage: 0
environment_indicator: 0
environment_indicator_ui: 0
estimated_read_time: 0
Expand Down
56 changes: 56 additions & 0 deletions config/sync/entity_usage.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
_core:
default_config_hash: AXUBMTvVtpcNp0jKjDaWjSHqMy6HjuUf7j4yVbXgazI
local_task_enabled_entity_types:
- media
- site_setting_entity
- taxonomy_term
track_enabled_source_entity_types:
- node
- content_moderation_state
- crop
- block_content
- menu_link_content
- media
- paragraph
- redirect
- search_api_task
- shortcut
- site_setting_entity
- sitewide_alert
- taxonomy_term
- path_alias
- webform_submission
track_enabled_target_entity_types:
- node
- content_moderation_state
- crop
- block_content
- menu_link_content
- media
- paragraph
- redirect
- search_api_task
- shortcut
- site_setting_entity
- sitewide_alert
- taxonomy_term
- path_alias
- webform_submission
track_enabled_plugins:
- link
- linkit
- media_embed
- entity_embed
- html_link
- ckeditor_image
- layout_builder
- entity_reference
- block_field
- dynamic_entity_reference
track_enabled_base_fields: false
site_domains:
- 'https://www6.slac.stanford.edu'
edit_warning_message_entity_types:
- media
delete_warning_message_entity_types: { }
usage_controller_items_per_page: 25

0 comments on commit 6ea713b

Please sign in to comment.