Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

112 youtube #113

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
path:
Expand Down Expand Up @@ -102,6 +103,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
hidden:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
Expand Down Expand Up @@ -119,6 +120,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
field_video_url:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: false
required_summary: false
field_type: text_with_summary
1 change: 1 addition & 0 deletions sites/default/conf/field.field.node.article.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary
1 change: 1 addition & 0 deletions sites/default/conf/field.field.node.page.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary
1 change: 1 addition & 0 deletions sites/default/conf/field.field.node.partner.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary
1 change: 1 addition & 0 deletions sites/default/conf/field.field.node.slider.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary
1 change: 1 addition & 0 deletions sites/default/conf/field.field.node.subscriptions.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary
1 change: 1 addition & 0 deletions sites/default/conf/field.field.node.videos.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ default_value_callback: ''
settings:
allowed_providers:
vimeo: vimeo
youtube: '0'
youtube: youtube
youtube_playlist: '0'
field_type: video_embed_field
4 changes: 4 additions & 0 deletions sites/default/conf/field.storage.node.field_video_url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ langcode: en
status: true
dependencies:
module:
- field_permissions
- node
- video_embed_field
third_party_settings:
field_permissions:
permission_type: public
id: node.field_video_url
field_name: field_video_url
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 42d31dd7-3a08-441a-9f65-6956bd39931b
langcode: en
status: true
dependencies:
config:
- user.role.socio_2021
module:
- user
id: user_add_role_action.socio_2021
label: 'Add the Socio 2021 role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: socio_2021
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: fb3b50d2-14fd-4164-ae0c-4acb3d145490
langcode: en
status: true
dependencies:
config:
- user.role.socio_2022
module:
- user
id: user_add_role_action.socio_2022
label: 'Add the Socio 2022 role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: socio_2022
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 5dfdadb6-0ec8-420d-80e6-a164088d9777
langcode: en
status: true
dependencies:
config:
- user.role.socio_2023
module:
- user
id: user_add_role_action.socio_2023
label: 'Add the Socio 2023 role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: socio_2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 69c6d5c5-a6ef-498e-bf4f-005ca879caee
langcode: en
status: true
dependencies:
config:
- user.role.socio_2024
module:
- user
id: user_add_role_action.socio_2024
label: 'Add the Socio 2024 role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: socio_2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 1afeb01f-015c-415d-a8af-fff10e4ea4d0
langcode: en
status: true
dependencies:
config:
- user.role.socio_2025
module:
- user
id: user_add_role_action.socio_2025
label: 'Add the socio 2025 role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: socio_2025
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 96c22005-b4fb-4b67-8c2d-2af4054e9245
langcode: en
status: true
dependencies:
config:
- user.role.socio_2026
module:
- user
id: user_add_role_action.socio_2026
label: 'Add the Socio 2026 role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: socio_2026
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: d17fa976-9ab1-4095-9794-77f3ebbbbb34
langcode: en
status: true
dependencies:
config:
- user.role.socio_2021
module:
- user
id: user_remove_role_action.socio_2021
label: 'Remove the Socio 2021 role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: socio_2021
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 2f8c7306-7679-4507-ba40-507419fcff32
langcode: en
status: true
dependencies:
config:
- user.role.socio_2022
module:
- user
id: user_remove_role_action.socio_2022
label: 'Remove the Socio 2022 role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: socio_2022
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 5e26e40e-d1c1-4883-944e-557452247192
langcode: en
status: true
dependencies:
config:
- user.role.socio_2023
module:
- user
id: user_remove_role_action.socio_2023
label: 'Remove the Socio 2023 role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: socio_2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: a65a0b3c-9d1a-4509-bbd2-332aea12bfb7
langcode: en
status: true
dependencies:
config:
- user.role.socio_2024
module:
- user
id: user_remove_role_action.socio_2024
label: 'Remove the Socio 2024 role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: socio_2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: a0c95957-1ae9-483d-b898-9e86140e59df
langcode: en
status: true
dependencies:
config:
- user.role.socio_2025
module:
- user
id: user_remove_role_action.socio_2025
label: 'Remove the socio 2025 role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: socio_2025
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: b19ba891-3e10-4b16-a466-9c30200a4313
langcode: en
status: true
dependencies:
config:
- user.role.socio_2026
module:
- user
id: user_remove_role_action.socio_2026
label: 'Remove the Socio 2026 role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: socio_2026
9 changes: 9 additions & 0 deletions sites/default/conf/user.role.socio_2021.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: 44aeed4e-566a-4f1b-9a2e-f2a938027982
langcode: en
status: true
dependencies: { }
id: socio_2021
label: 'Socio 2021'
weight: 3
is_admin: null
permissions: { }
9 changes: 9 additions & 0 deletions sites/default/conf/user.role.socio_2022.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: ffaf7a33-eb4a-4f05-a6e1-dd5c99191b72
langcode: en
status: true
dependencies: { }
id: socio_2022
label: 'Socio 2022'
weight: 4
is_admin: null
permissions: { }
9 changes: 9 additions & 0 deletions sites/default/conf/user.role.socio_2023.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: a2e310a6-ced6-43dd-ac5e-f31143281989
langcode: en
status: true
dependencies: { }
id: socio_2023
label: 'Socio 2023'
weight: 5
is_admin: null
permissions: { }
9 changes: 9 additions & 0 deletions sites/default/conf/user.role.socio_2024.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: e5728fb7-d1ca-4420-ba75-d2220d1c8abb
langcode: en
status: true
dependencies: { }
id: socio_2024
label: 'Socio 2024'
weight: 6
is_admin: null
permissions: { }
9 changes: 9 additions & 0 deletions sites/default/conf/user.role.socio_2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: 426d9c74-76ac-4197-bd04-90f6c8f84db6
langcode: en
status: true
dependencies: { }
id: socio_2025
label: 'socio 2025'
weight: 7
is_admin: null
permissions: { }
9 changes: 9 additions & 0 deletions sites/default/conf/user.role.socio_2026.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: 56b38e18-71aa-4ebf-8f6d-469350f1d3d7
langcode: en
status: true
dependencies: { }
id: socio_2026
label: 'Socio 2026'
weight: 8
is_admin: null
permissions: { }
Loading