Skip to content

Commit

Permalink
Merge branch 'release/5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-gao committed Oct 10, 2024
2 parents 9b2c09c + 7aa5c30 commit ca4a58e
Show file tree
Hide file tree
Showing 47 changed files with 3,264 additions and 44 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"drupal/quick_node_clone": "^1.16",
"drupal/content_lock": "^2.3",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/private_files_download_permission": "^3.1",
"drupal/jquery_ui_touch_punch": "^1.1",
"drupal/admin_audit_trail": "^1.0",
"drupal/block_inactive_users": "^2.1",
Expand Down Expand Up @@ -436,8 +437,7 @@
"Support views data export using drush - https://www.drupal.org/project/views_data_export/issues/2887450#comment-15199879": "https://www.drupal.org/files/issues/2023-11-29/vde-drush-with-output-location-2887450-91.patch"
},
"drupal/jsonapi_extras": {
"Make max value of page[limit] configurable per entity/bundle - https://www.drupal.org/project/jsonapi_extras/issues/2884292#comment-14794882": "https://www.drupal.org/files/issues/2022-11-21/max_page_limit_configuration-2884292-33.patch",
"Issue #3473990: Fix PHP Fatal error on Declaration of the normalize function must be compatible with normalize function return type after Schemata 8.x-1.0 was released": "https://git.drupalcode.org/project/jsonapi_extras/-/commit/d7ab37658999b5fae74769ade4155ec7310aa468.diff"
"Make max value of page[limit] configurable per entity/bundle - https://www.drupal.org/project/jsonapi_extras/issues/2884292#comment-14794882": "https://www.drupal.org/files/issues/2022-11-21/max_page_limit_configuration-2884292-33.patch"
},
"drupal/jsonapi_menu_items": {
"Allow filtering of response payload - https://www.drupal.org/project/jsonapi_menu_items/issues/3350524#comment-15577964": "https://www.drupal.org/files/issues/2024-05-02/3350524-filter_fields-6.patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
langcode: en
status: true
dependencies:
config:
- field.storage.paragraphs_library_item.field_department
- taxonomy.vocabulary.department
module:
- paragraphs_library
id: paragraphs_library_item.paragraphs_library_item.field_department
field_name: field_department
entity_type: paragraphs_library_item
bundle: paragraphs_library_item
label: Department
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
department: department
sort:
field: name
direction: asc
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
langcode: en
status: true
dependencies:
config:
- field.storage.paragraphs_library_item.field_site
- taxonomy.vocabulary.sites
module:
- paragraphs_library
id: paragraphs_library_item.paragraphs_library_item.field_site
field_name: field_site
entity_type: paragraphs_library_item
bundle: paragraphs_library_item
label: Site
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
sites: sites
sort:
field: name
direction: asc
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
module:
- paragraphs_library
- taxonomy
id: paragraphs_library_item.field_department
field_name: field_department
entity_type: paragraphs_library_item
type: entity_reference
settings:
target_type: taxonomy_term
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
module:
- paragraphs_library
- taxonomy
id: paragraphs_library_item.field_site
field_name: field_site
entity_type: paragraphs_library_item
type: entity_reference
settings:
target_type: taxonomy_term
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
16 changes: 13 additions & 3 deletions config/install/user.role.approver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@ langcode: en
status: true
dependencies:
config:
- entity_browser.browser.paragraphs_library_items
- filter.format.admin_text
- filter.format.rich_text
- filter.format.summary_text
module:
- block
- content_lock
- content_moderation
- entity_browser
- filter
- media
- node
- path
- redirect
- scheduled_transitions
- system
- paragraphs_library
- tide_core
- toolbar
id: approver
Expand All @@ -26,22 +29,29 @@ permissions:
- 'access administration pages'
- 'access content overview'
- 'access media overview'
- 'access paragraphs_library_items entity browser pages'
- 'access toolbar'
- 'administer blocks'
- 'addrow tablefield'
- 'administer menu'
- 'administer redirects'
- 'administer url aliases'
- 'break content lock'
- 'create media'
- 'create document media'
- 'create file media'
- 'create image media'
- 'create url aliases'
- 'create paragraph library item'
- 'edit paragraph library item'
- 'delete all revisions'
- 'delete any media'
- 'delete media'
- 'edit any audio media'
- 'edit any document media'
- 'edit any file media'
- 'edit any image media'
- 'import tablefield'
- 'rebuild tablefield'
- 'revert all revisions'
- 'update any media'
- 'update media'
- 'use editorial transition archive'
- 'use editorial transition archived_draft'
Expand Down
23 changes: 19 additions & 4 deletions config/install/user.role.contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@ langcode: en
status: true
dependencies:
config:
- entity_browser.browser.paragraphs_library_items
- filter.format.rich_text
- filter.format.summary_text
- media.type.audio
- media.type.document
- media.type.embedded_video
- media.type.file
- media.type.image
module:
- block
- content_moderation
- filter
- media
- entity_browser
- node
- override_node_options
- system
- paragraphs_library
- tablefield
- tide_core
- toolbar
Expand All @@ -22,22 +30,29 @@ is_admin: null
permissions:
- 'access administration pages'
- 'access content overview'
- 'access paragraphs_library_items entity browser pages'
- 'access media overview'
- 'access toolbar'
- 'addrow tablefield'
- 'administer blocks'
- 'administer menu'
- 'administer url aliases'
- 'create document media'
- 'create file media'
- 'create image media'
- 'create paragraph library item'
- 'edit paragraph library item'
- 'create media'
- 'create url aliases'
- 'delete all revisions'
- 'delete any media'
- 'delete media'
- 'edit any audio media'
- 'edit any document media'
- 'edit any file media'
- 'edit any image media'
- 'enter all revision log entry'
- 'delete media'
- 'import tablefield'
- 'rebuild tablefield'
- 'revert all revisions'
- 'update any media'
- 'update media'
- 'use editorial transition create_new_draft'
- 'use editorial transition needs_review_draft'
Expand Down
21 changes: 18 additions & 3 deletions config/install/user.role.editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ langcode: en
status: true
dependencies:
config:
- entity_browser.browser.paragraphs_library_items
- filter.format.rich_text
- filter.format.summary_text
- media.type.audio
- media.type.document
- media.type.embedded_video
- media.type.file
- media.type.image
- workflows.workflow.editorial
module:
- block
- paragraphs_library
- content_moderation
- filter
- media
- entity_browser
- node
- path
- system
Expand All @@ -21,22 +29,29 @@ weight: 4
is_admin: null
permissions:
- 'access administration pages'
- 'access paragraphs_library_items entity browser pages'
- 'edit paragraph library item'
- 'access content overview'
- 'access media overview'
- 'access toolbar'
- 'administer blocks'
- 'addrow tablefield'
- 'administer menu'
- 'administer url aliases'
- 'create document media'
- 'create file media'
- 'create image media'
- 'create paragraph library item'
- 'create media'
- 'create url aliases'
- 'delete all revisions'
- 'delete any media'
- 'edit any audio media'
- 'edit any document media'
- 'edit any file media'
- 'edit any image media'
- 'delete media'
- 'rebuild tablefield'
- 'revert all revisions'
- 'revert all revisions'
- 'update any media'
- 'update media'
- 'use editorial transition archive_pending'
- 'use editorial transition create_archive_pending'
Expand Down
22 changes: 19 additions & 3 deletions config/install/user.role.site_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ langcode: en
status: true
dependencies:
config:
- entity_browser.browser.paragraphs_library_items
- filter.format.admin_text
- filter.format.rich_text
- filter.format.summary_text
- media.type.audio
- media.type.document
- media.type.embedded_video
- media.type.file
- media.type.image
- taxonomy.vocabulary.audience
- taxonomy.vocabulary.department
- taxonomy.vocabulary.location
Expand All @@ -15,6 +21,8 @@ dependencies:
- admin_audit_trail
- block
- content_moderation
- entity_browser
- paragraphs_library
- file
- filter
- media
Expand All @@ -35,8 +43,11 @@ permissions:
- 'access admin audit trail'
- 'access administration pages'
- 'access content overview'
- 'access paragraphs_library_items entity browser pages'
- 'access files overview'
- 'create paragraph library item'
- 'access media overview'
- 'edit paragraph library item'
- 'access taxonomy overview'
- 'access toolbar'
- 'administer blocks'
Expand All @@ -58,15 +69,21 @@ permissions:
- 'create field_business_contact_number'
- 'create field_business_name'
- 'create field_notes'
- 'create media'
- 'create document media'
- 'create file media'
- 'create image media'
- 'create terms in audience'
- 'create terms in department'
- 'create terms in location'
- 'create terms in tags'
- 'create terms in topic'
- 'create url aliases'
- 'delete all revisions'
- 'delete any media'
- 'delete any audio media'
- 'delete any document media'
- 'delete any embedded_video media'
- 'delete any file media'
- 'delete any image media'
- 'delete media'
- 'delete terms in audience'
- 'delete terms in department'
Expand All @@ -84,7 +101,6 @@ permissions:
- 'import tablefield'
- 'rebuild tablefield'
- 'revert all revisions'
- 'update any media'
- 'update media'
- 'use editorial transition archive'
- 'use editorial transition archived_draft'
Expand Down
Loading

0 comments on commit ca4a58e

Please sign in to comment.