From 0cc0fa3f0db2c0e4ab3325fd4d5021eb55a1dab3 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 10 Sep 2018 14:43:37 -0500 Subject: [PATCH 001/911] The correct blog path is blogs (plural) --- config/sync/pathauto.pattern.node_blog.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sync/pathauto.pattern.node_blog.yml b/config/sync/pathauto.pattern.node_blog.yml index 9e047ac..88dc00b 100644 --- a/config/sync/pathauto.pattern.node_blog.yml +++ b/config/sync/pathauto.pattern.node_blog.yml @@ -9,16 +9,16 @@ _core: id: node_blog label: 'Node blog' type: 'canonical_entities:node' -pattern: 'blog/[node:title]' +pattern: 'blogs/[node:title]' selection_criteria: - cbbc8b23-30be-44a8-969b-ef9c72e952ab: + 6a627f71-3274-4fbb-8145-8a9371a45c0d: id: node_type bundles: blog: blog negate: false context_mapping: node: node - uuid: cbbc8b23-30be-44a8-969b-ef9c72e952ab + uuid: 6a627f71-3274-4fbb-8145-8a9371a45c0d selection_logic: and weight: -5 relationships: { } From 169721fee2fac4b2ffcb8ff92fdc40b73416e343 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 10 Sep 2018 19:00:48 -0500 Subject: [PATCH 002/911] Add the redirect module. Add the migration to migrate all the redirects. Also, configure the pathauto for the users. --- composer.json | 3 +- config/sync/core.extension.yml | 1 + config/sync/pathauto.pattern.user.yml | 14 + config/sync/redirect.settings.yml | 9 + config/sync/views.view.redirect.yml | 600 ++++++++++++++++++ .../agaric_migration/migrations/redirect.yml | 41 ++ .../migrate/process/MigrationLookupUri.php | 102 +++ 7 files changed, 769 insertions(+), 1 deletion(-) create mode 100644 config/sync/pathauto.pattern.user.yml create mode 100644 config/sync/redirect.settings.yml create mode 100644 config/sync/views.view.redirect.yml create mode 100644 web/modules/custom/agaric_migration/migrations/redirect.yml create mode 100644 web/modules/custom/agaric_migration/src/Plugin/migrate/process/MigrationLookupUri.php diff --git a/composer.json b/composer.json index a0c62e2..0b6fce5 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "drupal/migrate_tools": "^4.0", "drupal/migrate_plus": "^4.0", "drupal/webform": "^5.0@RC", - "drupal/wysiwyg_linebreaks": "^1.9" + "drupal/wysiwyg_linebreaks": "^1.9", + "drupal/redirect": "^1.2" }, "repositories": { "drupal": { diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 0f6fd51..7fe722c 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -84,6 +84,7 @@ module: path: 0 quickedit: 0 rdf: 0 + redirect: 0 responsive_image: 0 search_api: 0 search_api_db: 0 diff --git a/config/sync/pathauto.pattern.user.yml b/config/sync/pathauto.pattern.user.yml new file mode 100644 index 0000000..bf3036c --- /dev/null +++ b/config/sync/pathauto.pattern.user.yml @@ -0,0 +1,14 @@ +uuid: 9e4d7ba6-e074-48d4-a979-367f85d51409 +langcode: en +status: true +dependencies: + module: + - user +id: user +label: User +type: 'canonical_entities:user' +pattern: 'people/[user:name]' +selection_criteria: { } +selection_logic: and +weight: 0 +relationships: { } diff --git a/config/sync/redirect.settings.yml b/config/sync/redirect.settings.yml new file mode 100644 index 0000000..79c09c8 --- /dev/null +++ b/config/sync/redirect.settings.yml @@ -0,0 +1,9 @@ +auto_redirect: true +default_status_code: 301 +passthrough_querystring: true +warning: false +ignore_admin_path: false +access_check: false +route_normalizer_enabled: true +_core: + default_config_hash: FEwQLW1wXW7fiJdG1B2bxW1c_-k6w-r-3V3bSsW6PqM diff --git a/config/sync/views.view.redirect.yml b/config/sync/views.view.redirect.yml new file mode 100644 index 0000000..80dffdb --- /dev/null +++ b/config/sync/views.view.redirect.yml @@ -0,0 +1,600 @@ +uuid: b03f0b78-a311-427e-9377-59633aee7985 +langcode: en +status: true +dependencies: + module: + - link + - redirect + - user +_core: + default_config_hash: nyKyD0xiKPzp-sRYnfEnHSMz29rdivJvMv2Qjnm5jvk +id: redirect +label: Redirect +module: views +description: 'List of redirects' +tag: '' +base_table: redirect +base_field: rid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'administer redirects' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + tags: + previous: '‹ previous' + next: 'next ›' + first: '« first' + last: 'last »' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + redirect_source__path: redirect_source__path + redirect_redirect__uri: redirect_redirect__uri + status_code: status_code + language: language + created: created + operations: operations + info: + redirect_source__path: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + redirect_redirect__uri: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status_code: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + language: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + created: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: created + empty_table: false + row: + type: fields + fields: + redirect_bulk_form: + id: redirect_bulk_form + table: redirect + field: redirect_bulk_form + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: 'With selection' + include_exclude: exclude + selected_actions: { } + entity_type: redirect + plugin_id: redirect_bulk_form + redirect_source__path: + id: redirect_source__path + table: redirect + field: redirect_source__path + relationship: none + group_type: group + admin_label: '' + label: From + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: path + type: redirect_source + settings: { } + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: redirect + entity_field: redirect_source + plugin_id: field + redirect_redirect__uri: + id: redirect_redirect__uri + table: redirect + field: redirect_redirect__uri + entity_type: redirect + entity_field: redirect_redirect + plugin_id: field + status_code: + id: status_code + table: redirect + field: status_code + entity_type: redirect + entity_field: status_code + plugin_id: field + language: + id: language + table: redirect + field: language + entity_type: redirect + entity_field: language + plugin_id: field + created: + id: created + table: redirect + field: created + relationship: none + group_type: group + admin_label: '' + label: Created + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + date_format: fallback + custom_date_format: '' + timezone: '' + entity_type: redirect + entity_field: created + plugin_id: date + operations: + id: operations + table: redirect + field: operations + entity_type: redirect + plugin_id: entity_operations + filters: + redirect_source__path: + id: redirect_source__path + table: redirect + field: redirect_source__path + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: redirect_source__path_op + label: From + description: '' + use_operator: false + operator: redirect_source__path_op + identifier: redirect_source__path + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: redirect + entity_field: redirect_source + plugin_id: string + redirect_redirect__uri: + id: redirect_redirect__uri + table: redirect + field: redirect_redirect__uri + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: redirect_redirect__uri_op + label: To + description: '' + use_operator: false + operator: redirect_redirect__uri_op + identifier: redirect_redirect__uri + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: redirect + entity_field: redirect_redirect + plugin_id: string + status_code: + id: status_code + table: redirect + field: status_code + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: + min: '' + max: '' + value: '' + group: 1 + exposed: true + expose: + operator_id: status_code_op + label: 'Status code' + description: '' + use_operator: false + operator: status_code_op + identifier: status_code + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: true + group_info: + label: 'Status code' + description: '' + identifier: status_code + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: + title: '300 Multiple Choices' + operator: '=' + value: + value: '300' + min: '' + max: '' + 2: + title: '301 Moved Permanently' + operator: '=' + value: + value: '301' + min: '' + max: '' + 3: + title: '302 Found' + operator: '=' + value: + value: '302' + min: '' + max: '' + 4: + title: '303 See Other' + operator: '=' + value: + value: '303' + min: '' + max: '' + 5: + title: '304 Not Modified' + operator: '=' + value: + value: '304' + min: '' + max: '' + 6: + title: '305 Use Proxy' + operator: '=' + value: + value: '305' + min: '' + max: '' + 7: + title: '307 Temporary Redirect' + operator: '=' + value: + value: '307' + min: '' + max: '' + entity_type: redirect + entity_field: status_code + plugin_id: numeric + language: + id: language + table: redirect + field: language + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: language_op + label: 'Original language' + description: '' + use_operator: false + operator: language_op + identifier: language + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: redirect + entity_field: language + plugin_id: language + sorts: { } + title: Redirect + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There is no redirect yet.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + filter_groups: + operator: AND + groups: + 1: AND + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: admin/config/search/redirect + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } diff --git a/web/modules/custom/agaric_migration/migrations/redirect.yml b/web/modules/custom/agaric_migration/migrations/redirect.yml new file mode 100644 index 0000000..e31a881 --- /dev/null +++ b/web/modules/custom/agaric_migration/migrations/redirect.yml @@ -0,0 +1,41 @@ +id: agaric_redirect +migration_group: agaric +label: Agaric Path Redirect +source: + plugin: d7_path_redirect + scheme: public +process: + rid: rid + uid: + - plugin: migration_lookup + migration: agaric_user + source: uid + no_stub: true + - # If the user id does not exists then migrate it as anonymous. + plugin: default_value + default_value: 0 + redirect_source/path: source + redirect_source/query: + plugin: d7_redirect_source_query + source: source_options + redirect_redirect/uri: + - + plugin: migration_lookup_uri + source: + - redirect + - redirect_options + - + plugin: d7_path_redirect + language: + plugin: default_value + source: language + default_value: und + status_code: + - + plugin: static_map + source: status_code + map: + 0: 301 + bypass: TRUE +destination: + plugin: entity:redirect diff --git a/web/modules/custom/agaric_migration/src/Plugin/migrate/process/MigrationLookupUri.php b/web/modules/custom/agaric_migration/src/Plugin/migrate/process/MigrationLookupUri.php new file mode 100644 index 0000000..3c0bccf --- /dev/null +++ b/web/modules/custom/agaric_migration/src/Plugin/migrate/process/MigrationLookupUri.php @@ -0,0 +1,102 @@ +connection = $database; + } + + /** + * {@inheritdoc} + */ + public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { + return new static( + $configuration, + $plugin_id, + $plugin_definition, + $container->get('database') + ); + } + + /** + * {@inheritdoc} + */ + public function transform($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) { + $redirect = $value[0]; + $new_value = []; + // We just pass along the $redirect_options. + $new_value[1] = $value[1]; + + // The entities used in the old agaric sites are: user and node. + if (preg_match('/^(user|node)\/([0-9]+)$/', $redirect, $matches)) { + $entity_type = $matches[1]; + $id = $matches[2]; + + if ($entity_type == 'node') { + $node_migrations = [ + 'migrate_map_agaric_blog', + 'migrate_map_agaric_page', + ]; + foreach ($node_migrations as $node_migration) { + $result = $this->connection->select($node_migration, 'm') + ->fields('m') + ->condition('sourceid1', $id) + ->execute(); + $row = $result->fetchAssoc(); + if (!empty($row)) { + $new_value[0] = 'node/' . $row['destid1']; + break; + } + $new_value[0] = 'node/' . $row['destid1']; + } + } + elseif ($entity_type == 'user') { + $result = $this->connection->select('migrate_map_agaric_user', 'm') + ->fields('m') + ->condition('sourceid1', $id) + ->execute(); + $row = $result->fetchAssoc(); + $id = (!empty($row)) ? $row['destid1'] : $id; + $new_value[0] = 'user/' . $id; + } + } + else { + // Anything different that a redirect to user or node will be ignored. + $new_value[0] = $value[0]; + } + + return $new_value; + } + +} From a3eaabec250177945557faae3288f7e3b37d46f5 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Tue, 2 Oct 2018 11:52:16 -0600 Subject: [PATCH 003/911] Create Case Study Content Type, corresponding view modes and View --- ...y_form_display.node.case_study.default.yml | 184 +++++++++++ ...tity_view_display.node.case_study.card.yml | 106 +++++++ ...y_view_display.node.case_study.default.yml | 66 ++++ ...tity_view_display.node.case_study.full.yml | 170 +++++++++++ ...w_display.node.case_study.search_index.yml | 53 ++++ ...iew_display.node.case_study.small_card.yml | 150 +++++++++ ...ty_view_display.node.case_study.teaser.yml | 27 ++ ...tity_view_display.node.case_study.tile.yml | 97 ++++++ ..._display.taxonomy_term.license.default.yml | 32 ++ .../field.field.node.case_study.body.yml | 21 ++ ...d.node.case_study.field_body_paragraph.yml | 63 ++++ ...ode.case_study.field_case_study_client.yml | 20 ++ ...e.case_study.field_case_study_partners.yml | 20 ++ ...ode.case_study.field_case_study_status.yml | 18 ++ ...e.case_study.field_case_study_subtitle.yml | 18 ++ ....node.case_study.field_case_study_team.yml | 27 ++ ....node.case_study.field_case_study_year.yml | 22 ++ ...ield.field.node.case_study.field_image.yml | 37 +++ ....field.node.case_study.field_meta_tags.yml | 20 ++ ...ld.field.node.case_study.field_summary.yml | 20 ++ ...d.storage.node.field_case_study_client.yml | 19 ++ ...storage.node.field_case_study_partners.yml | 19 ++ ...d.storage.node.field_case_study_status.yml | 20 ++ ...storage.node.field_case_study_subtitle.yml | 20 ++ ...eld.storage.node.field_case_study_team.yml | 18 ++ ...eld.storage.node.field_case_study_year.yml | 19 ++ .../config/install/node.type.case_study.yml | 17 ++ .../install/pathauto.pattern.case_study.yml | 21 ++ .../install/search_api.index.case_study.yml | 285 ++++++++++++++++++ .../config/install/views.view.case_study.yml | 250 +++++++++++++++ .../drutopia_case_study.features.yml | 12 + .../drutopia_case_study.info.yml | 28 ++ 32 files changed, 1899 insertions(+) create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_form_display.node.case_study.default.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.card.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.default.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.full.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.search_index.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.small_card.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.teaser.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.tile.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.taxonomy_term.license.default.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.body.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_body_paragraph.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_client.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_partners.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_status.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_subtitle.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_team.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_year.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_image.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_meta_tags.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_summary.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_client.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_partners.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_status.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_subtitle.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_team.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_year.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/node.type.case_study.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/pathauto.pattern.case_study.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/search_api.index.case_study.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/views.view.case_study.yml create mode 100644 web/modules/custom/drutopia_case_study/drutopia_case_study.features.yml create mode 100644 web/modules/custom/drutopia_case_study/drutopia_case_study.info.yml diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_form_display.node.case_study.default.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_form_display.node.case_study.default.yml new file mode 100644 index 0000000..5d61e2a --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_form_display.node.case_study.default.yml @@ -0,0 +1,184 @@ +langcode: en +status: true +dependencies: + config: + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_technologies + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - image.style.thumbnail + - node.type.case_study + module: + - image + - metatag + - paragraphs + - path + - text +id: node.case_study.default +targetEntityType: node +bundle: case_study +mode: default +content: + created: + type: datetime_timestamp + weight: 12 + region: content + settings: { } + third_party_settings: { } + field_body_paragraph: + weight: 4 + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: open + add_mode: dropdown + form_display_mode: default + default_paragraph_type: '' + third_party_settings: { } + type: entity_reference_paragraphs + region: content + field_case_study_client: + weight: 5 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: text_textfield + region: content + field_case_study_partners: + weight: 11 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: text_textfield + region: content + field_case_study_status: + weight: 7 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_case_study_subtitle: + weight: 1 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_case_study_team: + weight: 10 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_case_study_technologies: + weight: 8 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_case_study_year: + weight: 6 + settings: + placeholder: '' + third_party_settings: { } + type: number + region: content + field_image: + weight: 2 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_license: + weight: 18 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_meta_tags: + weight: 17 + settings: { } + third_party_settings: { } + type: metatag_firehose + region: content + field_services: + weight: 9 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_summary: + weight: 3 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + path: + type: path + weight: 15 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 13 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 16 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 14 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + body: true + uid: true diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.card.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.card.yml new file mode 100644 index 0000000..70be11b --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.card.yml @@ -0,0 +1,106 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_technologies + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + - responsive_image.styles.wide + module: + - ds + - field_group + - responsive_image + - user +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - field_image + - group_card_content + - node_title + - field_case_study_subtitle + fields: + node_title: + plugin_id: node_title + weight: 2 + label: hidden + formatter: default + settings: + link: true + wrapper: h2 + class: title + exclude_node_title: '1' + field_group: + group_card_content: + children: + - node_title + - field_case_study_subtitle + parent_name: '' + weight: 1 + format_type: html_element + format_settings: + id: '' + classes: '' + element: div + show_label: false + label_element: h3 + attributes: '' + effect: none + speed: fast + label: 'Card Content' + region: content +id: node.case_study.card +targetEntityType: node +bundle: case_study +mode: card +content: + field_case_study_subtitle: + type: string + weight: 3 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + field_image: + type: responsive_image + weight: 0 + region: content + label: hidden + settings: + responsive_image_style: wide + image_link: content + third_party_settings: { } +hidden: + body: true + field_body_paragraph: true + field_case_study_client: true + field_case_study_partners: true + field_case_study_status: true + field_case_study_team: true + field_case_study_technologies: true + field_case_study_year: true + field_license: true + field_meta_tags: true + field_services: true + field_summary: true + links: true diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.default.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.default.yml new file mode 100644 index 0000000..615f769 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.default.yml @@ -0,0 +1,66 @@ +langcode: en +status: true +dependencies: + config: + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_technologies + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + module: + - ds + - text + - user +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: { } +id: node.case_study.default +targetEntityType: node +bundle: case_study +mode: default +content: + field_license: + weight: 1 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_summary: + weight: 2 + label: above + settings: { } + third_party_settings: { } + type: text_default + region: content +hidden: + body: true + field_body_paragraph: true + field_case_study_client: true + field_case_study_partners: true + field_case_study_status: true + field_case_study_subtitle: true + field_case_study_team: true + field_case_study_technologies: true + field_case_study_year: true + field_image: true + field_meta_tags: true + field_services: true + links: true diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.full.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.full.yml new file mode 100644 index 0000000..623911e --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.full.yml @@ -0,0 +1,170 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.full + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_technologies + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + - responsive_image.styles.wide + module: + - ds + - paragraphs + - responsive_image + - text + - user +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - field_image + - node_title + - field_case_study_subtitle + - field_body_paragraph + - field_case_study_client + - field_case_study_year + - field_case_study_status + - field_case_study_technologies + - field_services + - field_case_study_team + - field_case_study_partners + - field_license + fields: + node_title: + plugin_id: node_title + weight: 1 + label: hidden + formatter: default +id: node.case_study.full +targetEntityType: node +bundle: case_study +mode: full +content: + field_body_paragraph: + type: paragraph_summary + weight: 3 + region: content + label: visually_hidden + settings: { } + third_party_settings: { } + field_case_study_client: + type: text_default + weight: 4 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_partners: + type: text_default + weight: 10 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_status: + type: string + weight: 6 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + field_case_study_subtitle: + type: string + weight: 2 + region: content + label: visually_hidden + settings: + link_to_entity: false + third_party_settings: { } + field_case_study_team: + type: entity_reference_entity_view + weight: 9 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + field_case_study_technologies: + type: entity_reference_entity_view + weight: 7 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + field_case_study_year: + type: number_integer + weight: 5 + region: content + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + field_image: + type: responsive_image + weight: 0 + region: content + label: visually_hidden + settings: + responsive_image_style: wide + image_link: '' + third_party_settings: + ds: + ft: + id: default + settings: + lb: '' + lb-col: false + classes: { } + field_license: + type: entity_reference_entity_view + weight: 11 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: + ds: + ft: + id: default + settings: + lb: '' + lb-col: false + classes: { } + field_services: + type: entity_reference_entity_view + weight: 8 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } +hidden: + body: true + field_meta_tags: true + field_summary: true + links: true diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.search_index.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.search_index.yml new file mode 100644 index 0000000..e36109d --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.search_index.yml @@ -0,0 +1,53 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.search_index + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_technologies + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + module: + - ds + - user +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: { } +id: node.case_study.search_index +targetEntityType: node +bundle: case_study +mode: search_index +content: { } +hidden: + body: true + field_body_paragraph: true + field_case_study_client: true + field_case_study_partners: true + field_case_study_status: true + field_case_study_subtitle: true + field_case_study_team: true + field_case_study_technologies: true + field_case_study_year: true + field_image: true + field_license: true + field_meta_tags: true + field_services: true + field_summary: true + links: true diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.small_card.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.small_card.yml new file mode 100644 index 0000000..af7fe00 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.small_card.yml @@ -0,0 +1,150 @@ +langcode: en +status: false +dependencies: + config: + - core.entity_view_mode.node.small_card + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_technologies + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - node.type.case_study + module: + - ds + - metatag + - paragraphs + - responsive_image + - text + - user +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - body + - field_services + - field_body_paragraph + - field_meta_tags + - field_image + - field_case_study_year + - field_case_study_technologies + - field_case_study_team + - field_case_study_subtitle + - field_case_study_status + - field_case_study_partners + - field_case_study_client +id: node.case_study.small_card +targetEntityType: node +bundle: case_study +mode: small_card +content: + body: + type: text_default + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_body_paragraph: + type: paragraph_summary + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_client: + type: text_default + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_partners: + type: text_default + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_status: + type: string + weight: 0 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + field_case_study_subtitle: + type: string + weight: 0 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + field_case_study_team: + type: entity_reference_entity_view + weight: 0 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + field_case_study_technologies: + type: entity_reference_entity_view + weight: 0 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + field_case_study_year: + type: number_integer + weight: 0 + region: content + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + field_image: + type: responsive_image + weight: 0 + region: content + label: above + settings: + responsive_image_style: '' + image_link: '' + third_party_settings: { } + field_meta_tags: + type: metatag_empty_formatter + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_services: + type: entity_reference_entity_view + weight: 0 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } +hidden: + links: true diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.teaser.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.teaser.yml new file mode 100644 index 0000000..69bf1f6 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.teaser.yml @@ -0,0 +1,27 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.case_study.body + - node.type.case_study + module: + - text + - user +id: node.case_study.teaser +targetEntityType: node +bundle: case_study +mode: teaser +content: + body: + label: hidden + type: text_summary_or_trimmed + weight: 101 + settings: + trim_length: 600 + third_party_settings: { } + region: content + links: + weight: 100 + region: content +hidden: { } diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.tile.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.tile.yml new file mode 100644 index 0000000..dffa1b8 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.node.case_study.tile.yml @@ -0,0 +1,97 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.tile + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_technologies + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - node.type.case_study + - responsive_image.styles.wide + module: + - ds + - responsive_image + - user +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - field_image + - node_title + - field_case_study_subtitle + fields: + node_title: + plugin_id: node_title + weight: 1 + label: hidden + formatter: default + settings: + link: true + wrapper: h2 + class: title + exclude_node_title: '1' +id: node.case_study.tile +targetEntityType: node +bundle: case_study +mode: tile +content: + field_case_study_subtitle: + type: string + weight: 2 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: + ds: + ft: + id: default + settings: + lb: '' + classes: + - subtitle + lb-col: false + field_image: + type: responsive_image + weight: 0 + region: content + label: hidden + settings: + responsive_image_style: wide + image_link: content + third_party_settings: + ds: + ft: + id: default + settings: + lb: '' + classes: + - card-image + lb-col: false +hidden: + body: true + field_body_paragraph: true + field_case_study_client: true + field_case_study_partners: true + field_case_study_status: true + field_case_study_team: true + field_case_study_technologies: true + field_case_study_year: true + field_meta_tags: true + field_services: true + links: true diff --git a/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.taxonomy_term.license.default.yml b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.taxonomy_term.license.default.yml new file mode 100644 index 0000000..c3bf350 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/core.entity_view_display.taxonomy_term.license.default.yml @@ -0,0 +1,32 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.license + module: + - ds + - text +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - description +id: taxonomy_term.license.default +targetEntityType: taxonomy_term +bundle: license +mode: default +content: + description: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } +hidden: { } diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.body.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.body.yml new file mode 100644 index 0000000..089fd6b --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.body.yml @@ -0,0 +1,21 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.case_study + module: + - text +id: node.case_study.body +field_name: body +entity_type: node +bundle: case_study +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_body_paragraph.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_body_paragraph.yml new file mode 100644 index 0000000..ccb826c --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_body_paragraph.yml @@ -0,0 +1,63 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_body_paragraph + - node.type.case_study + - paragraphs.paragraphs_type.file + - paragraphs.paragraphs_type.image + - paragraphs.paragraphs_type.slide + - paragraphs.paragraphs_type.storyline_header + - paragraphs.paragraphs_type.storyline_item + - paragraphs.paragraphs_type.text + - paragraphs.paragraphs_type.update + module: + - entity_reference_revisions +id: node.case_study.field_body_paragraph +field_name: field_body_paragraph +entity_type: node +bundle: case_study +label: 'Body paragraph' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + negate: 0 + target_bundles: + file: file + image: image + slide: slide + storyline_header: storyline_header + storyline_item: storyline_item + text: text + update: update + target_bundles_drag_drop: + faq: + weight: 9 + enabled: false + file: + enabled: true + weight: 10 + image: + enabled: true + weight: 11 + slide: + enabled: true + weight: 12 + storyline_header: + enabled: true + weight: 13 + storyline_item: + enabled: true + weight: 14 + text: + enabled: true + weight: 15 + update: + enabled: true + weight: 16 +field_type: entity_reference_revisions diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_client.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_client.yml new file mode 100644 index 0000000..4f377b7 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_client.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_case_study_client + - node.type.case_study + module: + - text +id: node.case_study.field_case_study_client +field_name: field_case_study_client +entity_type: node +bundle: case_study +label: Client +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_partners.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_partners.yml new file mode 100644 index 0000000..9353e10 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_partners.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_case_study_partners + - node.type.case_study + module: + - text +id: node.case_study.field_case_study_partners +field_name: field_case_study_partners +entity_type: node +bundle: case_study +label: Partners +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_status.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_status.yml new file mode 100644 index 0000000..564fcde --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_status.yml @@ -0,0 +1,18 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_case_study_status + - node.type.case_study +id: node.case_study.field_case_study_status +field_name: field_case_study_status +entity_type: node +bundle: case_study +label: Status +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_subtitle.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_subtitle.yml new file mode 100644 index 0000000..32f13a3 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_subtitle.yml @@ -0,0 +1,18 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_case_study_subtitle + - node.type.case_study +id: node.case_study.field_case_study_subtitle +field_name: field_case_study_subtitle +entity_type: node +bundle: case_study +label: Subtitle +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_team.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_team.yml new file mode 100644 index 0000000..aa8aa1c --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_team.yml @@ -0,0 +1,27 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_case_study_team + - node.type.case_study + - node.type.people +id: node.case_study.field_case_study_team +field_name: field_case_study_team +entity_type: node +bundle: case_study +label: Team +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:node' + handler_settings: + target_bundles: + people: people + sort: + field: _none + auto_create: true + auto_create_bundle: '' +field_type: entity_reference diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_year.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_year.yml new file mode 100644 index 0000000..81cc4b7 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_case_study_year.yml @@ -0,0 +1,22 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_case_study_year + - node.type.case_study +id: node.case_study.field_case_study_year +field_name: field_case_study_year +entity_type: node +bundle: case_study +label: Year +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + min: null + max: null + prefix: '' + suffix: '' +field_type: integer diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_image.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_image.yml new file mode 100644 index 0000000..b3fe1c0 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_image.yml @@ -0,0 +1,37 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_image + - node.type.case_study + module: + - image +id: node.case_study.field_image +field_name: field_image +entity_type: node +bundle: case_study +label: Image +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_meta_tags.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_meta_tags.yml new file mode 100644 index 0000000..aaa95f3 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_meta_tags.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_meta_tags + - node.type.case_study + module: + - metatag +id: node.case_study.field_meta_tags +field_name: field_meta_tags +entity_type: node +bundle: case_study +label: 'Meta tags' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: metatag diff --git a/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_summary.yml b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_summary.yml new file mode 100644 index 0000000..73684c7 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.field.node.case_study.field_summary.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_summary + - node.type.case_study + module: + - text +id: node.case_study.field_summary +field_name: field_summary +entity_type: node +bundle: case_study +label: Summary +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_client.yml b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_client.yml new file mode 100644 index 0000000..b613b80 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_client.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - node + - text +id: node.field_case_study_client +field_name: field_case_study_client +entity_type: node +type: text +settings: + max_length: 255 +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_partners.yml b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_partners.yml new file mode 100644 index 0000000..8e1f19d --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_partners.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - node + - text +id: node.field_case_study_partners +field_name: field_case_study_partners +entity_type: node +type: text +settings: + max_length: 255 +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_status.yml b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_status.yml new file mode 100644 index 0000000..b87128a --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_status.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + module: + - node +id: node.field_case_study_status +field_name: field_case_study_status +entity_type: node +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_subtitle.yml b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_subtitle.yml new file mode 100644 index 0000000..f4b05eb --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_subtitle.yml @@ -0,0 +1,20 @@ +langcode: en +status: true +dependencies: + module: + - node +id: node.field_case_study_subtitle +field_name: field_case_study_subtitle +entity_type: node +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_team.yml b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_team.yml new file mode 100644 index 0000000..50b181f --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_team.yml @@ -0,0 +1,18 @@ +langcode: en +status: true +dependencies: + module: + - node +id: node.field_case_study_team +field_name: field_case_study_team +entity_type: node +type: entity_reference +settings: + target_type: node +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_year.yml b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_year.yml new file mode 100644 index 0000000..0ff8bcc --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/field.storage.node.field_case_study_year.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - node +id: node.field_case_study_year +field_name: field_case_study_year +entity_type: node +type: integer +settings: + unsigned: false + size: normal +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/web/modules/custom/drutopia_case_study/config/install/node.type.case_study.yml b/web/modules/custom/drutopia_case_study/config/install/node.type.case_study.yml new file mode 100644 index 0000000..b58eb90 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/node.type.case_study.yml @@ -0,0 +1,17 @@ +langcode: en +status: true +dependencies: + module: + - menu_ui +third_party_settings: + menu_ui: + available_menus: + - main + parent: 'main:' +name: 'Case Study' +type: case_study +description: '' +help: '' +new_revision: true +preview_mode: 0 +display_submitted: false diff --git a/web/modules/custom/drutopia_case_study/config/install/pathauto.pattern.case_study.yml b/web/modules/custom/drutopia_case_study/config/install/pathauto.pattern.case_study.yml new file mode 100644 index 0000000..e554d6c --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/pathauto.pattern.case_study.yml @@ -0,0 +1,21 @@ +langcode: en +status: true +dependencies: + module: + - node +id: case_study +label: 'Case Study' +type: 'canonical_entities:node' +pattern: 'work/[node:title]' +selection_criteria: + 5749b1a9-7bf5-48fe-9d28-6eb46aba53f1: + id: node_type + bundles: + case_study: case_study + negate: false + context_mapping: + node: node + uuid: 5749b1a9-7bf5-48fe-9d28-6eb46aba53f1 +selection_logic: and +weight: -5 +relationships: { } diff --git a/web/modules/custom/drutopia_case_study/config/install/search_api.index.case_study.yml b/web/modules/custom/drutopia_case_study/config/install/search_api.index.case_study.yml new file mode 100644 index 0000000..e912407 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/search_api.index.case_study.yml @@ -0,0 +1,285 @@ +langcode: en +status: true +dependencies: + module: + - user + - search_api + - node + config: + - field.storage.node.field_case_study_client + - field.storage.node.field_case_study_partners + - field.storage.node.field_services + - field.storage.node.field_case_study_status + - field.storage.node.field_case_study_subtitle + - field.storage.node.field_summary + - field.storage.node.field_case_study_team + - field.storage.node.field_case_study_technologies + - field.storage.node.field_case_study_year + - search_api.server.database +id: case_study +name: 'Case Study' +description: 'An index for the case study content type.' +read_only: false +field_settings: + changed: + label: Changed + datasource_id: 'entity:node' + property_path: changed + type: date + created: + label: 'Authored on' + datasource_id: 'entity:node' + property_path: created + type: date + field_case_study_client: + label: Client + datasource_id: 'entity:node' + property_path: field_case_study_client + type: string + dependencies: + config: + - field.storage.node.field_case_study_client + field_case_study_partners: + label: Partners + datasource_id: 'entity:node' + property_path: field_case_study_partners + type: string + dependencies: + config: + - field.storage.node.field_case_study_partners + field_case_study_status: + label: Status + datasource_id: 'entity:node' + property_path: field_case_study_status + type: string + dependencies: + config: + - field.storage.node.field_case_study_status + field_case_study_subtitle: + label: Subtitle + datasource_id: 'entity:node' + property_path: field_case_study_subtitle + type: string + dependencies: + config: + - field.storage.node.field_case_study_subtitle + field_case_study_team: + label: Team + datasource_id: 'entity:node' + property_path: field_case_study_team + type: integer + dependencies: + config: + - field.storage.node.field_case_study_team + field_case_study_technologies: + label: Technologies + datasource_id: 'entity:node' + property_path: field_case_study_technologies + type: integer + dependencies: + config: + - field.storage.node.field_case_study_technologies + field_case_study_year: + label: Year + datasource_id: 'entity:node' + property_path: field_case_study_year + type: integer + dependencies: + config: + - field.storage.node.field_case_study_year + field_services: + label: Services + datasource_id: 'entity:node' + property_path: field_services + type: integer + dependencies: + config: + - field.storage.node.field_services + field_summary: + label: Summary + datasource_id: 'entity:node' + property_path: field_summary + type: text + dependencies: + config: + - field.storage.node.field_summary + name: + label: 'Authored by » User » Name' + datasource_id: 'entity:node' + property_path: 'uid:entity:name' + type: string + dependencies: + module: + - user + node_grants: + label: 'Node access information' + property_path: search_api_node_grants + type: string + indexed_locked: true + type_locked: true + hidden: true + promote: + label: 'Promoted to front page' + datasource_id: 'entity:node' + property_path: promote + type: boolean + rendered_item: + label: 'Rendered HTML output' + property_path: rendered_item + type: text + configuration: + roles: + anonymous: anonymous + view_mode: + 'entity:node': + action: '' + article: '' + blog: '' + campaign: '' + event: '' + landing_page: '' + page: '' + people: '' + resource: '' + status: + label: Published + datasource_id: 'entity:node' + property_path: status + type: boolean + indexed_locked: true + type_locked: true + sticky: + label: 'Sticky at top of lists' + datasource_id: 'entity:node' + property_path: sticky + type: boolean + title: + label: Title + datasource_id: 'entity:node' + property_path: title + type: text + boost: !!float 8 + uid: + label: 'Authored by' + datasource_id: 'entity:node' + property_path: uid + type: integer + indexed_locked: true + type_locked: true +datasource_settings: + 'entity:node': + bundles: + default: false + selected: + - case_study + languages: + default: true + selected: { } +processor_settings: + add_url: { } + aggregated_field: { } + content_access: + weights: + preprocess_query: -45 + entity_status: { } + html_filter: + all_fields: false + fields: + - field_summary + - rendered_item + title: true + alt: true + tags: + b: 2 + h1: 5 + h2: 3 + h3: 2 + strong: 2 + weights: + preprocess_index: -46 + preprocess_query: -47 + ignorecase: + all_fields: false + fields: + - field_summary + - name + - rendered_item + - title + weights: + preprocess_index: -49 + preprocess_query: -49 + rendered_item: { } + stopwords: + all_fields: false + fields: + - field_summary + - rendered_item + - title + stopwords: + - a + - an + - and + - are + - as + - at + - be + - but + - by + - for + - if + - in + - into + - is + - it + - 'no' + - not + - of + - 'on' + - or + - s + - such + - t + - that + - the + - their + - then + - there + - these + - they + - this + - to + - was + - will + - with + weights: + preprocess_index: -48 + preprocess_query: -50 + tokenizer: + all_fields: false + fields: + - field_summary + - rendered_item + - title + spaces: '' + overlap_cjk: 1 + minimum_word_size: '3' + weights: + preprocess_index: -44 + preprocess_query: -46 + transliteration: + all_fields: false + fields: + - field_summary + - name + - rendered_item + - title + weights: + preprocess_index: -47 + preprocess_query: -48 +tracker_settings: + default: + indexing_order: fifo +options: + index_directly: true + cron_limit: 50 +server: database diff --git a/web/modules/custom/drutopia_case_study/config/install/views.view.case_study.yml b/web/modules/custom/drutopia_case_study/config/install/views.view.case_study.yml new file mode 100644 index 0000000..1ef96db --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/views.view.case_study.yml @@ -0,0 +1,250 @@ +langcode: en +status: true +dependencies: + config: + - search_api.index.case_study + - system.menu.main + module: + - search_api +id: case_study +label: 'Case Study' +module: views +description: '' +tag: '' +base_table: search_api_index_case_study +base_field: search_api_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: none + options: { } + query: + type: views_query + options: + bypass_access: false + skip_access: false + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: some + options: + items_per_page: 10 + offset: 0 + style: + type: default + options: + row_class: '' + default_row_class: false + uses_fields: false + row: + type: search_api + options: + view_modes: + 'entity:node': + case_study: tile + fields: + changed: + table: search_api_index_case_study + field: changed + id: changed + entity_type: null + entity_field: null + plugin_id: search_api_field + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + field_rendering: true + fallback_handler: search_api_date + fallback_options: + date_format: small + custom_date_format: '' + timezone: '' + link_to_item: false + use_highlighting: false + multi_type: separator + multi_separator: ', ' + filters: { } + sorts: + sticky: + id: sticky + table: search_api_index_case_study + field: sticky + relationship: none + group_type: group + admin_label: '' + order: ASC + exposed: false + expose: + label: '' + plugin_id: search_api + created: + id: created + table: search_api_index_case_study + field: created + relationship: none + group_type: group + admin_label: '' + order: ASC + exposed: false + expose: + label: '' + plugin_id: search_api + title: 'Case Study' + header: { } + footer: { } + empty: { } + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + tags: { } + block_promoted: + display_plugin: block + id: block_promoted + display_title: 'Block Promoted' + position: 2 + display_options: + display_extenders: { } + title: Work + defaults: + title: false + pager: false + use_more: false + use_more_always: false + use_more_text: false + pager: + type: full + options: + items_per_page: 6 + offset: 0 + id: 0 + total_pages: null + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: '‹ Previous' + next: 'Next ›' + first: '« First' + last: 'Last »' + quantity: 9 + display_description: '' + use_more: true + use_more_always: true + use_more_text: more + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url.query_args + tags: { } + page_listing: + display_plugin: page + id: page_listing + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: work + menu: + type: normal + title: Work + description: 'See some of what we''ve built.' + expanded: false + parent: '' + weight: 0 + context: '0' + menu_name: main + pager: + type: none + options: + offset: 0 + defaults: + pager: false + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + tags: { } diff --git a/web/modules/custom/drutopia_case_study/drutopia_case_study.features.yml b/web/modules/custom/drutopia_case_study/drutopia_case_study.features.yml new file mode 100644 index 0000000..54a6109 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/drutopia_case_study.features.yml @@ -0,0 +1,12 @@ +bundle: drutopia +excluded: + - field.field.node.case_study.field_case_study_technologies + - field.field.node.case_study.field_license + - field.field.node.case_study.field_services + - field.storage.node.field_case_study_technologies + - field.storage.node.field_license + - field.storage.node.field_services + - taxonomy.vocabulary.license + - taxonomy.vocabulary.services + - taxonomy.vocabulary.technologies +required: true diff --git a/web/modules/custom/drutopia_case_study/drutopia_case_study.info.yml b/web/modules/custom/drutopia_case_study/drutopia_case_study.info.yml new file mode 100644 index 0000000..c0ca075 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/drutopia_case_study.info.yml @@ -0,0 +1,28 @@ +name: 'Drutopia Case Study' +description: 'A Case Study highlights work done on a project.' +type: module +core: 8.x +dependencies: + - drutopia_core + - drutopia_people + - drutopia_seo + - drutopia_storyline + - ds + - entity_reference_revisions + - field + - field_group + - image + - menu_ui + - metatag + - node + - paragraphs + - path + - pathauto + - responsive_image + - search_api + - taxonomy + - text + - user + - views +version: 8.x-1.0-alpha1 +package: Drutopia From e630d8397bf3cd6dcdcfaca6017735ec2a7edb68 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Tue, 2 Oct 2018 12:49:24 -0600 Subject: [PATCH 004/911] Create Creative License module --- .../field.storage.node.field_license.yml | 19 +++++ .../install/taxonomy.vocabulary.license.yml | 8 +++ .../021d9e4a-3329-454c-8d40-62091477a5ce.json | 72 +++++++++++++++++++ .../2975546c-cf24-43ad-abe6-ed1bcef9c102.json | 72 +++++++++++++++++++ .../5e26d946-6bec-4225-bcb9-0ac6f7671109.json | 72 +++++++++++++++++++ .../61745acc-d11c-4e65-bd9e-518d223fedab.json | 72 +++++++++++++++++++ .../6d4d3c5b-a093-43c2-9e7e-505012ff2961.json | 72 +++++++++++++++++++ .../bc49ae93-6d24-499d-b7f9-0d08b7586f10.json | 72 +++++++++++++++++++ .../f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json | 72 +++++++++++++++++++ .../drutopia_creative_license.features.yml | 2 + .../drutopia_creative_license.info.yml | 12 ++++ 11 files changed, 545 insertions(+) create mode 100644 web/modules/custom/drutopia_creative_license/config/install/field.storage.node.field_license.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/taxonomy.vocabulary.license.yml create mode 100644 web/modules/custom/drutopia_creative_license/content/taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json create mode 100644 web/modules/custom/drutopia_creative_license/content/taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json create mode 100644 web/modules/custom/drutopia_creative_license/content/taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json create mode 100644 web/modules/custom/drutopia_creative_license/content/taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json create mode 100644 web/modules/custom/drutopia_creative_license/content/taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json create mode 100644 web/modules/custom/drutopia_creative_license/content/taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json create mode 100644 web/modules/custom/drutopia_creative_license/content/taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json create mode 100644 web/modules/custom/drutopia_creative_license/drutopia_creative_license.features.yml create mode 100644 web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml diff --git a/web/modules/custom/drutopia_creative_license/config/install/field.storage.node.field_license.yml b/web/modules/custom/drutopia_creative_license/config/install/field.storage.node.field_license.yml new file mode 100644 index 0000000..a062d3d --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/field.storage.node.field_license.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +id: node.field_license +field_name: field_license +entity_type: node +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 diff --git a/web/modules/custom/drutopia_creative_license/config/install/taxonomy.vocabulary.license.yml b/web/modules/custom/drutopia_creative_license/config/install/taxonomy.vocabulary.license.yml new file mode 100644 index 0000000..735aafc --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/taxonomy.vocabulary.license.yml @@ -0,0 +1,8 @@ +langcode: en +status: true +dependencies: { } +name: License +vid: license +description: '' +hierarchy: 0 +weight: 0 diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json new file mode 100644 index 0000000..8f8119a --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json @@ -0,0 +1,72 @@ +{ + "_links": { + "self": { + "href": "http:\/\/agaric-com.test\/taxonomy\/term\/22?_format=hal_json" + }, + "type": { + "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" + } + }, + "tid": [ + { + "value": 22 + } + ], + "uuid": [ + { + "value": "021d9e4a-3329-454c-8d40-62091477a5ce" + } + ], + "langcode": [ + { + "value": "en", + "lang": "en" + } + ], + "vid": [ + { + "target_id": "license" + } + ], + "name": [ + { + "value": "Attribution - NonCommercial - No Derivatives", + "lang": "en" + } + ], + "description": [ + { + "value": "\"Creative<\/a>
This work is licensed under a
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License<\/a>.", + "format": "basic_html", + "processed": "\"Image<\/a>
This work is licensed under a
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License<\/a>.", + "lang": "en" + } + ], + "weight": [ + { + "value": 0 + } + ], + "changed": [ + { + "value": "2018-09-30T08:58:19+00:00", + "lang": "en", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true, + "lang": "en" + } + ], + "metatag": [ + { + "value": { + "title": "Attribution - NonCommercial - No Derivatives | Drutopia", + "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/22", + "description": "This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License." + } + } + ] +} \ No newline at end of file diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json new file mode 100644 index 0000000..e71a9f8 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json @@ -0,0 +1,72 @@ +{ + "_links": { + "self": { + "href": "http:\/\/agaric-com.test\/taxonomy\/term\/21?_format=hal_json" + }, + "type": { + "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" + } + }, + "tid": [ + { + "value": 21 + } + ], + "uuid": [ + { + "value": "2975546c-cf24-43ad-abe6-ed1bcef9c102" + } + ], + "langcode": [ + { + "value": "en", + "lang": "en" + } + ], + "vid": [ + { + "target_id": "license" + } + ], + "name": [ + { + "value": "Attribution - NonCommercial - ShareAlike", + "lang": "en" + } + ], + "description": [ + { + "value": "\"Creative<\/a>
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License<\/a>.", + "format": "basic_html", + "processed": "\"Image<\/a>
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License<\/a>.", + "lang": "en" + } + ], + "weight": [ + { + "value": 0 + } + ], + "changed": [ + { + "value": "2018-09-30T08:57:33+00:00", + "lang": "en", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true, + "lang": "en" + } + ], + "metatag": [ + { + "value": { + "title": "Attribution - NonCommercial - ShareAlike | Drutopia", + "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/21", + "description": "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License." + } + } + ] +} \ No newline at end of file diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json new file mode 100644 index 0000000..2c3a37a --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json @@ -0,0 +1,72 @@ +{ + "_links": { + "self": { + "href": "http:\/\/agaric-com.test\/taxonomy\/term\/23?_format=hal_json" + }, + "type": { + "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" + } + }, + "tid": [ + { + "value": 23 + } + ], + "uuid": [ + { + "value": "5e26d946-6bec-4225-bcb9-0ac6f7671109" + } + ], + "langcode": [ + { + "value": "en", + "lang": "en" + } + ], + "vid": [ + { + "target_id": "license" + } + ], + "name": [ + { + "value": "Copyright", + "lang": "en" + } + ], + "description": [ + { + "value": "

\u00a9 This work is copyrighted. Contact the author if you would like to share or repurpose it.<\/p>\r\n", + "format": "basic_html", + "processed": "

\u00a9 This work is copyrighted. Contact the author if you would like to share or repurpose it.<\/p>", + "lang": "en" + } + ], + "weight": [ + { + "value": 0 + } + ], + "changed": [ + { + "value": "2018-10-02T18:07:50+00:00", + "lang": "en", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true, + "lang": "en" + } + ], + "metatag": [ + { + "value": { + "title": "Copyright | Drutopia", + "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/23", + "description": "\u00a9 This work is copyrighted. Contact the author if you would like to share or repurpose it." + } + } + ] +} \ No newline at end of file diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json new file mode 100644 index 0000000..912ecf2 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json @@ -0,0 +1,72 @@ +{ + "_links": { + "self": { + "href": "http:\/\/agaric-com.test\/taxonomy\/term\/17?_format=hal_json" + }, + "type": { + "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" + } + }, + "tid": [ + { + "value": 17 + } + ], + "uuid": [ + { + "value": "61745acc-d11c-4e65-bd9e-518d223fedab" + } + ], + "langcode": [ + { + "value": "en", + "lang": "en" + } + ], + "vid": [ + { + "target_id": "license" + } + ], + "name": [ + { + "value": "Attribution", + "lang": "en" + } + ], + "description": [ + { + "value": "\"Creative<\/a>
This work is licensed under a
Creative Commons Attribution 4.0 International License<\/a>.\r\n", + "format": "basic_html", + "processed": "\"Image<\/a>
This work is licensed under a
Creative Commons Attribution 4.0 International License<\/a>.", + "lang": "en" + } + ], + "weight": [ + { + "value": 0 + } + ], + "changed": [ + { + "value": "2018-09-30T08:54:46+00:00", + "lang": "en", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true, + "lang": "en" + } + ], + "metatag": [ + { + "value": { + "title": "Attribution | Drutopia", + "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/17", + "description": "This work is licensed under a Creative Commons Attribution 4.0 International License." + } + } + ] +} \ No newline at end of file diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json new file mode 100644 index 0000000..b651413 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json @@ -0,0 +1,72 @@ +{ + "_links": { + "self": { + "href": "http:\/\/agaric-com.test\/taxonomy\/term\/19?_format=hal_json" + }, + "type": { + "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" + } + }, + "tid": [ + { + "value": 19 + } + ], + "uuid": [ + { + "value": "6d4d3c5b-a093-43c2-9e7e-505012ff2961" + } + ], + "langcode": [ + { + "value": "en", + "lang": "en" + } + ], + "vid": [ + { + "target_id": "license" + } + ], + "name": [ + { + "value": "Attribution - No Derivatives", + "lang": "en" + } + ], + "description": [ + { + "value": "\"Creative<\/a>
This work is licensed under a
Creative Commons Attribution-NoDerivatives 4.0 International License<\/a>.", + "format": "basic_html", + "processed": "\"Image<\/a>
This work is licensed under a
Creative Commons Attribution-NoDerivatives 4.0 International License<\/a>.", + "lang": "en" + } + ], + "weight": [ + { + "value": 0 + } + ], + "changed": [ + { + "value": "2018-09-30T08:56:18+00:00", + "lang": "en", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true, + "lang": "en" + } + ], + "metatag": [ + { + "value": { + "title": "Attribution - No Derivatives | Drutopia", + "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/19", + "description": "This work is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License." + } + } + ] +} \ No newline at end of file diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json new file mode 100644 index 0000000..aac82f6 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json @@ -0,0 +1,72 @@ +{ + "_links": { + "self": { + "href": "http:\/\/agaric-com.test\/taxonomy\/term\/18?_format=hal_json" + }, + "type": { + "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" + } + }, + "tid": [ + { + "value": 18 + } + ], + "uuid": [ + { + "value": "bc49ae93-6d24-499d-b7f9-0d08b7586f10" + } + ], + "langcode": [ + { + "value": "en", + "lang": "en" + } + ], + "vid": [ + { + "target_id": "license" + } + ], + "name": [ + { + "value": "Attribution-ShareAlike", + "lang": "en" + } + ], + "description": [ + { + "value": "\"Creative<\/a>
This work is licensed under a
Creative Commons Attribution-ShareAlike 4.0 International License<\/a>.", + "format": "basic_html", + "processed": "\"Image<\/a>
This work is licensed under a
Creative Commons Attribution-ShareAlike 4.0 International License<\/a>.", + "lang": "en" + } + ], + "weight": [ + { + "value": 0 + } + ], + "changed": [ + { + "value": "2018-09-30T08:55:26+00:00", + "lang": "en", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true, + "lang": "en" + } + ], + "metatag": [ + { + "value": { + "title": "Attribution-ShareAlike | Drutopia", + "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/18", + "description": "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." + } + } + ] +} \ No newline at end of file diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json new file mode 100644 index 0000000..d2468bb --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json @@ -0,0 +1,72 @@ +{ + "_links": { + "self": { + "href": "http:\/\/agaric-com.test\/taxonomy\/term\/20?_format=hal_json" + }, + "type": { + "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" + } + }, + "tid": [ + { + "value": 20 + } + ], + "uuid": [ + { + "value": "f1dee100-31b9-4993-a2a9-0ba10c9f6f2e" + } + ], + "langcode": [ + { + "value": "en", + "lang": "en" + } + ], + "vid": [ + { + "target_id": "license" + } + ], + "name": [ + { + "value": "Attribution - NonCommercial", + "lang": "en" + } + ], + "description": [ + { + "value": "\"Creative<\/a>
This work is licensed under a
Creative Commons Attribution-NonCommercial 4.0 International License<\/a>.", + "format": "basic_html", + "processed": "\"Image<\/a>
This work is licensed under a
Creative Commons Attribution-NonCommercial 4.0 International License<\/a>.", + "lang": "en" + } + ], + "weight": [ + { + "value": 0 + } + ], + "changed": [ + { + "value": "2018-09-30T08:56:53+00:00", + "lang": "en", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true, + "lang": "en" + } + ], + "metatag": [ + { + "value": { + "title": "Attribution - NonCommercial | Drutopia", + "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/20", + "description": "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." + } + } + ] +} \ No newline at end of file diff --git a/web/modules/custom/drutopia_creative_license/drutopia_creative_license.features.yml b/web/modules/custom/drutopia_creative_license/drutopia_creative_license.features.yml new file mode 100644 index 0000000..ba9aabc --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/drutopia_creative_license.features.yml @@ -0,0 +1,2 @@ +bundle: drutopia +required: true diff --git a/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml b/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml new file mode 100644 index 0000000..5449718 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml @@ -0,0 +1,12 @@ +name: 'Creative License' +type: module +core: 8.x +package: Drutopia +dependencies: + - config_actions + - drutopia_core + - field + - field_group + - node + - taxonomy +version: 8.x-1.0-alpha1 From c0ec8e49ac87738b9190d180bbd2f672f3e61c99 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Tue, 2 Oct 2018 15:57:30 -0600 Subject: [PATCH 005/911] Remove agaric-test specific data from default content --- .../taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json | 6 +++--- .../taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json | 6 +++--- .../taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json | 6 +++--- .../taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json | 6 +++--- .../taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json | 6 +++--- .../taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json | 6 +++--- .../taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json index 8f8119a..8880402 100644 --- a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/021d9e4a-3329-454c-8d40-62091477a5ce.json @@ -1,7 +1,7 @@ { "_links": { "self": { - "href": "http:\/\/agaric-com.test\/taxonomy\/term\/22?_format=hal_json" + "href": "http:\/\/default\/taxonomy\/term\/22?_format=hal_json" }, "type": { "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" @@ -64,9 +64,9 @@ { "value": { "title": "Attribution - NonCommercial - No Derivatives | Drutopia", - "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/22", + "canonical_url": "http:\/\/default\/taxonomy\/term\/22", "description": "This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License." } } ] -} \ No newline at end of file +} diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json index e71a9f8..94134ef 100644 --- a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/2975546c-cf24-43ad-abe6-ed1bcef9c102.json @@ -1,7 +1,7 @@ { "_links": { "self": { - "href": "http:\/\/agaric-com.test\/taxonomy\/term\/21?_format=hal_json" + "href": "http:\/\/default\/taxonomy\/term\/21?_format=hal_json" }, "type": { "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" @@ -64,9 +64,9 @@ { "value": { "title": "Attribution - NonCommercial - ShareAlike | Drutopia", - "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/21", + "canonical_url": "http:\/\/default\/taxonomy\/term\/21", "description": "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License." } } ] -} \ No newline at end of file +} diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json index 2c3a37a..06c9d4d 100644 --- a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/5e26d946-6bec-4225-bcb9-0ac6f7671109.json @@ -1,7 +1,7 @@ { "_links": { "self": { - "href": "http:\/\/agaric-com.test\/taxonomy\/term\/23?_format=hal_json" + "href": "http:\/\/default\/taxonomy\/term\/23?_format=hal_json" }, "type": { "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" @@ -64,9 +64,9 @@ { "value": { "title": "Copyright | Drutopia", - "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/23", + "canonical_url": "http:\/\/default\/taxonomy\/term\/23", "description": "\u00a9 This work is copyrighted. Contact the author if you would like to share or repurpose it." } } ] -} \ No newline at end of file +} diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json index 912ecf2..6f9b701 100644 --- a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/61745acc-d11c-4e65-bd9e-518d223fedab.json @@ -1,7 +1,7 @@ { "_links": { "self": { - "href": "http:\/\/agaric-com.test\/taxonomy\/term\/17?_format=hal_json" + "href": "http:\/\/default\/taxonomy\/term\/17?_format=hal_json" }, "type": { "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" @@ -64,9 +64,9 @@ { "value": { "title": "Attribution | Drutopia", - "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/17", + "canonical_url": "http:\/\/default\/taxonomy\/term\/17", "description": "This work is licensed under a Creative Commons Attribution 4.0 International License." } } ] -} \ No newline at end of file +} diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json index b651413..6c78f8a 100644 --- a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/6d4d3c5b-a093-43c2-9e7e-505012ff2961.json @@ -1,7 +1,7 @@ { "_links": { "self": { - "href": "http:\/\/agaric-com.test\/taxonomy\/term\/19?_format=hal_json" + "href": "http:\/\/default\/taxonomy\/term\/19?_format=hal_json" }, "type": { "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" @@ -64,9 +64,9 @@ { "value": { "title": "Attribution - No Derivatives | Drutopia", - "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/19", + "canonical_url": "http:\/\/default\/taxonomy\/term\/19", "description": "This work is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License." } } ] -} \ No newline at end of file +} diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json index aac82f6..45a6f57 100644 --- a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/bc49ae93-6d24-499d-b7f9-0d08b7586f10.json @@ -1,7 +1,7 @@ { "_links": { "self": { - "href": "http:\/\/agaric-com.test\/taxonomy\/term\/18?_format=hal_json" + "href": "http:\/\/default\/taxonomy\/term\/18?_format=hal_json" }, "type": { "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" @@ -64,9 +64,9 @@ { "value": { "title": "Attribution-ShareAlike | Drutopia", - "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/18", + "canonical_url": "http:\/\/default\/taxonomy\/term\/18", "description": "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." } } ] -} \ No newline at end of file +} diff --git a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json index d2468bb..87a8ce8 100644 --- a/web/modules/custom/drutopia_creative_license/content/taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json +++ b/web/modules/custom/drutopia_creative_license/content/taxonomy_term/f1dee100-31b9-4993-a2a9-0ba10c9f6f2e.json @@ -1,7 +1,7 @@ { "_links": { "self": { - "href": "http:\/\/agaric-com.test\/taxonomy\/term\/20?_format=hal_json" + "href": "http:\/\/default\/taxonomy\/term\/20?_format=hal_json" }, "type": { "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/license" @@ -64,9 +64,9 @@ { "value": { "title": "Attribution - NonCommercial | Drutopia", - "canonical_url": "http:\/\/agaric-com.test\/taxonomy\/term\/20", + "canonical_url": "http:\/\/default\/taxonomy\/term\/20", "description": "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." } } ] -} \ No newline at end of file +} From 0b9f452ea3394614b7cbed440df98ae4db229f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 7 Oct 2018 01:22:10 -0400 Subject: [PATCH 006/911] Update pattern library --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index a4ac0a4..ca77844 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit a4ac0a4945519d3b24b523227e5b102bd83cf751 +Subproject commit ca77844b9796e9cdd176e5c7f6d6243407961cd0 From c71ef0625eb2c24d90cab15945c122d51881cfc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 8 Oct 2018 00:07:26 -0400 Subject: [PATCH 007/911] Add instructions for fetching database --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3ee9767..7852500 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ git submodule update To be able to import the configuration, you need to get the initializing database (where we will also be collaborating on content) [from the test site](https://agaric-test.drutopia.org/) pending resolution of [drutopia#216](https://gitlab.com/drutopia/drutopia/issues/216). +``` +vagrant ssh +composer install +drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @test @self && drush -y updb +``` ### Get updates From 72fcf5ed0a726f2a0e753852e070f66a183eb1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 8 Oct 2018 00:08:16 -0400 Subject: [PATCH 008/911] Update composer lock file Drupal 8.6.1 & dependencies --- composer.lock | 660 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 394 insertions(+), 266 deletions(-) diff --git a/composer.lock b/composer.lock index 25c09a5..212cffa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "12b3bde72f33133e085321ae961e59b1", + "content-hash": "8bd8aafa9f2f2ee2b21f00584997fd5f", "packages": [ { "name": "asm89/stack-cors", @@ -589,16 +589,16 @@ }, { "name": "composer/installers", - "version": "v1.5.0", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "049797d727261bf27f2690430d935067710049c2" + "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2", - "reference": "049797d727261bf27f2690430d935067710049c2", + "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b", + "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b", "shasum": "" }, "require": { @@ -705,7 +705,7 @@ "zend", "zikula" ], - "time": "2017-12-29T09:13:20+00:00" + "time": "2018-08-27T06:10:37+00:00" }, { "name": "composer/semver", @@ -771,16 +771,16 @@ }, { "name": "consolidation/annotated-command", - "version": "2.8.5", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "1e8ff512072422b850b44aa721b5b303e4a5ebb3" + "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/1e8ff512072422b850b44aa721b5b303e4a5ebb3", - "reference": "1e8ff512072422b850b44aa721b5b303e4a5ebb3", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac", + "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac", "shasum": "" }, "require": { @@ -819,7 +819,7 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2018-08-18T23:51:49+00:00" + "time": "2018-09-19T17:47:18+00:00" }, { "name": "consolidation/output-formatters", @@ -1988,17 +1988,17 @@ }, { "name": "drupal/block_visibility_groups", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupal.org/project/block_visibility_groups", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "b05ecd5be9b3d0c36b7c530556b2f6d66020658c" + "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "3c42377fcf6b849e8509b4b993a750cbc1a90a9b" }, "require": { "drupal/core": "*" @@ -2009,8 +2009,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.2", - "datestamp": "1520278380", + "version": "8.x-1.3", + "datestamp": "1536509886", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2022,6 +2022,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, { "name": "tedbow", "homepage": "https://www.drupal.org/user/240860" @@ -2322,17 +2326,17 @@ }, { "name": "drupal/config_filter", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupal.org/project/config_filter", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "ba3d76dc6bb1eb8644ce8997ca2890496a50ae0e" + "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "56255a17c45dcbb0af713215885a8d74214d2ebc" }, "require": { "drupal/core": "~8.0" @@ -2346,8 +2350,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.2", - "datestamp": "1522943885", + "version": "8.x-1.3", + "datestamp": "1537978080", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2513,17 +2517,17 @@ }, { "name": "drupal/config_provider", - "version": "2.0.0-alpha5", + "version": "2.0.0-alpha6", "source": { "type": "git", "url": "https://git.drupal.org/project/config_provider", - "reference": "8.x-2.0-alpha5" + "reference": "8.x-2.0-alpha6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_provider-8.x-2.0-alpha5.zip", - "reference": "8.x-2.0-alpha5", - "shasum": "deb67ab55985092664ef225b03a2aa9b8ffc32fe" + "url": "https://ftp.drupal.org/files/projects/config_provider-8.x-2.0-alpha6.zip", + "reference": "8.x-2.0-alpha6", + "shasum": "591a0311982ef8050ed3b083b7368c86593a2ad8" }, "require": { "drupal/core": "*" @@ -2534,8 +2538,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-alpha5", - "datestamp": "1535576280", + "version": "8.x-2.0-alpha6", + "datestamp": "1537468380", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2576,17 +2580,17 @@ }, { "name": "drupal/config_snapshot", - "version": "1.0.0-alpha3", + "version": "1.0.0-alpha6", "source": { "type": "git", "url": "https://git.drupal.org/project/config_snapshot", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-alpha6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_snapshot-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "5ea22adc489334f819e1f0011c74bf374e80dd5c" + "url": "https://ftp.drupal.org/files/projects/config_snapshot-8.x-1.0-alpha6.zip", + "reference": "8.x-1.0-alpha6", + "shasum": "3029c27f62af74679db93338f11a67d988a95d0a" }, "require": { "drupal/core": "*" @@ -2597,8 +2601,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1534894980", + "version": "8.x-1.0-alpha6", + "datestamp": "1538793484", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2610,6 +2614,14 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" @@ -2623,17 +2635,17 @@ }, { "name": "drupal/config_sync", - "version": "2.0.0-alpha10", + "version": "2.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/config_sync", - "reference": "8.x-2.0-alpha10" + "reference": "8.x-2.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-alpha10.zip", - "reference": "8.x-2.0-alpha10", - "shasum": "5d2fe07d21ace51aaf740bca79db16b7b1478e5d" + "url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-beta1.zip", + "reference": "8.x-2.0-beta1", + "shasum": "b185acec2e958b6aa6e9999767043a620be22859" }, "require": { "drupal/config_distro": "*", @@ -2651,8 +2663,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-alpha10", - "datestamp": "1534954380", + "version": "8.x-2.0-beta1", + "datestamp": "1536339780", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2752,16 +2764,16 @@ }, { "name": "drupal/core", - "version": "8.6.0", + "version": "8.6.1", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "4a2507b102fcedc74507fd372131f2ed72913429" + "reference": "1c8b96c89288daf4d145c6dbcf1e8f0d0c9d7970" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/4a2507b102fcedc74507fd372131f2ed72913429", - "reference": "4a2507b102fcedc74507fd372131f2ed72913429", + "url": "https://api.github.com/repos/drupal/core/zipball/1c8b96c89288daf4d145c6dbcf1e8f0d0c9d7970", + "reference": "1c8b96c89288daf4d145c6dbcf1e8f0d0c9d7970", "shasum": "" }, "require": { @@ -2986,7 +2998,7 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2018-09-05T22:16:20+00:00" + "time": "2018-09-10T11:50:07+00:00" }, { "name": "drupal/ctools", @@ -3668,29 +3680,30 @@ }, { "name": "drupal/drutopia_core", - "version": "1.0.0-alpha5", + "version": "1.0.0-alpha6", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_core", - "reference": "8.x-1.0-alpha5" + "reference": "8.x-1.0-alpha6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_core-8.x-1.0-alpha5.zip", - "reference": "8.x-1.0-alpha5", - "shasum": "0cb384e615ab902d8a8dedca7ac90183ee5e56fa" + "url": "https://ftp.drupal.org/files/projects/drutopia_core-8.x-1.0-alpha6.zip", + "reference": "8.x-1.0-alpha6", + "shasum": "2bfbcbc26a860ee0d417e2f834e66a8269833d92" }, "require": { - "drupal/config_actions": "^1.0-beta4", - "drupal/config_perms": "^2.0-alpha1", - "drupal/core": "*", - "drupal/ds": "^3.0-rc1", - "drupal/entity_reference_revisions": "^1.2", + "drupal/config_actions": "^1.0", + "drupal/config_perms": "^2.0-beta1", + "drupal/core": "^8.6", + "drupal/ds": "^3.1", + "drupal/entity_reference_revisions": "^1.5", "drupal/faqfield": "^1.1", - "drupal/metatag": "^1.1", - "drupal/paragraphs": "^1.1", - "drupal/search_api": "^1.2", - "drupal/search_api_db": "*" + "drupal/metatag": "^1.7", + "drupal/paragraphs": "^1.3", + "drupal/search_api": "^1.9", + "drupal/search_api_db": "*", + "drupal/video_embed_field": "^2.0" }, "type": "drupal-module", "extra": { @@ -3698,17 +3711,14 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1533272284", + "version": "8.x-1.0-alpha6", + "datestamp": "1537537263", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" } }, "patches": { - "drupal/core": { - "Datetime Range Views integration": "https://www.drupal.org/files/issues/2786577-270.patch" - }, "drupal/entity_reference_revisions": { "Support normalization without local revision ID": "https://www.drupal.org/files/issues/entity_reference_revisions-normalizer-2913713-2.patch" }, @@ -4186,34 +4196,35 @@ }, { "name": "drupal/drutopia_resource", - "version": "1.0.0-alpha3", + "version": "1.0.0-alpha4", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_resource", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-alpha4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_resource-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "2736b13e7e56a45717596045f7ec2d615e790990" + "url": "https://ftp.drupal.org/files/projects/drutopia_resource-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "6a0bc19df383186acea11a3a628f979cc7541501" }, "require": { - "drupal/block_visibility_groups": "^1.0", - "drupal/config_actions": "^1.0-beta1", + "drupal/block_visibility_groups": "^1.3", + "drupal/config_actions": "^1.0", "drupal/core": "*", "drupal/ctools": "^3.0", "drupal/drutopia_core": "*", "drupal/drutopia_seo": "^1.0-alpha1", - "drupal/ds": "^3.0-rc1", + "drupal/ds": "^3.1", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^1.0", + "drupal/facets": "^1.1", "drupal/field_group": "^3.0-beta1", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.0", + "drupal/pathauto": "^1.3", "drupal/search_api": "*", - "drupal/token": "^1.0" + "drupal/token": "^1.4", + "drupal/video_embed_field": "^2.0" }, "type": "drupal-module", "extra": { @@ -4221,8 +4232,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1531760021", + "version": "8.x-1.0-alpha4", + "datestamp": "1537536480", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4259,7 +4270,7 @@ "homepage": "https://www.drupal.org/user/837536" } ], - "description": "Provides Resource content type and related configuration. A resource can be either a file, such as a PDF, or a link, such as a website URL.", + "description": "Provides Resource content type and related configuration. A resource can be a file, such as a PDF, a link, such as a website URL, or an embedded video.", "homepage": "https://gitlab.com/drutopia/drutopia_resource", "support": { "source": "http://cgit.drupalcode.org/drutopia_resource" @@ -4976,17 +4987,17 @@ }, { "name": "drupal/features", - "version": "3.7.0", + "version": "3.8.0", "source": { "type": "git", "url": "https://git.drupal.org/project/features", - "reference": "8.x-3.7" + "reference": "8.x-3.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/features-8.x-3.7.zip", - "reference": "8.x-3.7", - "shasum": "1a832002f47f32a83eae789e42e4f06225de9e43" + "url": "https://ftp.drupal.org/files/projects/features-8.x-3.8.zip", + "reference": "8.x-3.8", + "shasum": "15cebd00e38d63c0d946682e76327a03499c27be" }, "require": { "drupal/config_update": "^1.4", @@ -4998,12 +5009,17 @@ "dev-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.7", - "datestamp": "1519763284", + "version": "8.x-3.8", + "datestamp": "1536512284", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -5263,17 +5279,17 @@ }, { "name": "drupal/migrate_plus", - "version": "4.0.0-rc1", + "version": "4.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/migrate_plus", - "reference": "8.x-4.0-rc1" + "reference": "8.x-4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-rc1.zip", - "reference": "8.x-4.0-rc1", - "shasum": "23cd08ec4bf976cd9f6bc018ada1a332a0a89cdd" + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip", + "reference": "8.x-4.0", + "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca" }, "require": { "drupal/core": "^8.3" @@ -5292,14 +5308,13 @@ "dev-4.x": "4.x-dev" }, "drupal": { - "version": "8.x-4.0-rc1", - "datestamp": "1535381280", + "version": "8.x-4.0", + "datestamp": "1536264180", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } - }, - "patches_applied": [] + } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ @@ -5596,20 +5611,20 @@ }, { "name": "drupal/pathauto", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupal.org/project/pathauto", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "ba265dbafb27e93d4a61655d783441b653206c73" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "115d5998d7636a03e26c7ce34261b65809d53965" }, "require": { - "drupal/core": "*", + "drupal/core": "^8.5", "drupal/ctools": "*", "drupal/token": "*" }, @@ -5619,8 +5634,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.2", - "datestamp": "1524421084", + "version": "8.x-1.3", + "datestamp": "1536407884", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5656,18 +5671,69 @@ } }, { - "name": "drupal/search_api", - "version": "1.9.0", + "name": "drupal/redirect", + "version": "1.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/search_api", - "reference": "8.x-1.9" + "url": "https://git.drupal.org/project/redirect", + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "b019b3af9e724a1804b540ae0e4a56d2ee98c603" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "ac503fbfbd15523c65f38d8b326e5f2159683cdb" + }, + "require": { + "drupal/core": "~8" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1525419785", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + } + ], + "description": "Allows users to redirect from old URLs to new URLs.", + "homepage": "https://www.drupal.org/project/redirect", + "support": { + "source": "http://cgit.drupalcode.org/redirect" + } + }, + { + "name": "drupal/search_api", + "version": "1.10.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/search_api", + "reference": "8.x-1.10" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "1c1d038310a079f8e8154545f743ff7a506c4b8e" }, "require": { "drupal/core": "^8.5" @@ -5676,14 +5742,19 @@ "drupal/search_api_autocomplete": "@dev", "drupal/search_api_db": "*" }, + "suggest": { + "drupal/facets": "Adds the ability to create faceted searches.", + "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.", + "drupal/search_api_solr": "Adds support for using Apache Solr as a backend." + }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.9", - "datestamp": "1531985581", + "version": "8.x-1.10", + "datestamp": "1537175280", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5693,9 +5764,6 @@ "services": { "drush.services.yml": "^9" } - }, - "patches_applied": { - "Notice: Undefined index: total When we enable the module in the installation step": "https://www.drupal.org/files/issues/2931562-13--undefined_total_in_task_manager_batch_finish.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -5726,7 +5794,7 @@ }, { "name": "drupal/search_api_db", - "version": "1.9.0", + "version": "1.10.0", "require": { "drupal/core": "~8.0", "drupal/search_api": "self.version" @@ -5737,8 +5805,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.9", - "datestamp": "1531985581", + "version": "8.x-1.10", + "datestamp": "1537175280", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5917,20 +5985,20 @@ }, { "name": "drupal/token", - "version": "1.3.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupal.org/project/token", - "reference": "8.x-1.3" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "360f4f16985a2005b1ab5d8a8628b73a5012c902" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.5" }, "type": "drupal-module", "extra": { @@ -5938,8 +6006,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3", - "datestamp": "1527232684", + "version": "8.x-1.5", + "datestamp": "1537557481", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5983,18 +6051,79 @@ } }, { - "name": "drupal/webform", - "version": "5.0.0-rc19", + "name": "drupal/video_embed_field", + "version": "2.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/webform", - "reference": "8.x-5.0-rc19" + "url": "https://git.drupal.org/project/video_embed_field", + "reference": "8.x-2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc19.zip", - "reference": "8.x-5.0-rc19", - "shasum": "43fe62f145c393bb5c8ceae0278434cb91ac4859" + "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "e864f090b3cb9405376ca324d81ace83613e2019" + }, + "require": { + "drupal/core": "*" + }, + "require-dev": { + "drupal/colorbox": "*", + "drupal/media_entity": "*", + "drupal/media_entity_embeddable_video": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-1.x", + "datestamp": "1523338084", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + }, + "package": "Field types" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" + }, + { + "name": "jec006", + "homepage": "https://www.drupal.org/user/855980" + }, + { + "name": "plopesc", + "homepage": "https://www.drupal.org/user/282415" + } + ], + "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", + "homepage": "https://www.drupal.org/project/video_embed_field", + "support": { + "source": "http://cgit.drupalcode.org/video_embed_field" + } + }, + { + "name": "drupal/webform", + "version": "5.0.0-rc22", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/webform", + "reference": "8.x-5.0-rc22" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc22.zip", + "reference": "8.x-5.0-rc22", + "shasum": "1027a7444bafc779b6b8a114915ccb4403db51b0" }, "require": { "drupal/core": "*" @@ -6014,8 +6143,8 @@ "dev-5.x": "5.x-dev" }, "drupal": { - "version": "8.x-5.0-rc19", - "datestamp": "1536257580", + "version": "8.x-5.0-rc22", + "datestamp": "1538482685", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -6401,16 +6530,16 @@ }, { "name": "egulias/email-validator", - "version": "1.2.14", + "version": "1.2.15", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9" + "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9", - "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e", + "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e", "shasum": "" }, "require": { @@ -6449,7 +6578,7 @@ "validation", "validator" ], - "time": "2017-02-03T22:48:59+00:00" + "time": "2018-09-25T20:59:41+00:00" }, { "name": "fabpot/goutte", @@ -6748,32 +6877,32 @@ }, { "name": "jakub-onderka/php-console-color", - "version": "0.1", + "version": "v0.2", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", - "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" + "reference": "d5deaecff52a0d61ccb613bb3804088da0307191" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", - "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191", + "reference": "d5deaecff52a0d61ccb613bb3804088da0307191", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": ">=5.4.0" }, "require-dev": { "jakub-onderka/php-code-style": "1.0", - "jakub-onderka/php-parallel-lint": "0.*", + "jakub-onderka/php-parallel-lint": "1.0", "jakub-onderka/php-var-dump-check": "0.*", - "phpunit/phpunit": "3.7.*", + "phpunit/phpunit": "~4.3", "squizlabs/php_codesniffer": "1.*" }, "type": "library", "autoload": { - "psr-0": { - "JakubOnderka\\PhpConsoleColor": "src/" + "psr-4": { + "JakubOnderka\\PhpConsoleColor\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6783,11 +6912,10 @@ "authors": [ { "name": "Jakub Onderka", - "email": "jakub.onderka@gmail.com", - "homepage": "http://www.acci.cz" + "email": "jakub.onderka@gmail.com" } ], - "time": "2014-04-08T15:00:19+00:00" + "time": "2018-09-29T17:23:10+00:00" }, { "name": "jakub-onderka/php-console-highlighter", @@ -6900,16 +7028,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.0.3", + "version": "v4.0.4", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d" + "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd088dc940a418f09cda079a9b5c7c478890fb8d", - "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fa6ee28600d21d49b2b4e1006b48426cec8e579c", + "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c", "shasum": "" }, "require": { @@ -6947,7 +7075,7 @@ "parser", "php" ], - "time": "2018-07-15T17:25:16+00:00" + "time": "2018-09-18T07:03:24+00:00" }, { "name": "paragonie/random_compat", @@ -7383,7 +7511,7 @@ }, { "name": "symfony/browser-kit", - "version": "v4.1.4", + "version": "v4.1.6", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -7440,16 +7568,16 @@ }, { "name": "symfony/class-loader", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", - "reference": "31db283fc86d3143e7ff87e922177b457d909c30" + "reference": "f31333bdff54c7595f834d510a6d2325573ddb36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/31db283fc86d3143e7ff87e922177b457d909c30", - "reference": "31db283fc86d3143e7ff87e922177b457d909c30", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/f31333bdff54c7595f834d510a6d2325573ddb36", + "reference": "f31333bdff54c7595f834d510a6d2325573ddb36", "shasum": "" }, "require": { @@ -7492,20 +7620,20 @@ ], "description": "Symfony ClassLoader Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:19:56+00:00" + "time": "2018-10-02T12:28:39+00:00" }, { "name": "symfony/config", - "version": "v4.1.4", + "version": "v4.1.6", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "76015a3cc372b14d00040ff58e18e29f69eba717" + "reference": "b3d4d7b567d7a49e6dfafb6d4760abc921177c96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/76015a3cc372b14d00040ff58e18e29f69eba717", - "reference": "76015a3cc372b14d00040ff58e18e29f69eba717", + "url": "https://api.github.com/repos/symfony/config/zipball/b3d4d7b567d7a49e6dfafb6d4760abc921177c96", + "reference": "b3d4d7b567d7a49e6dfafb6d4760abc921177c96", "shasum": "" }, "require": { @@ -7555,20 +7683,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2018-08-08T06:37:38+00:00" + "time": "2018-09-08T13:24:10+00:00" }, { "name": "symfony/console", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73" + "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73", - "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73", + "url": "https://api.github.com/repos/symfony/console/zipball/3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b", + "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b", "shasum": "" }, "require": { @@ -7624,20 +7752,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:19:56+00:00" + "time": "2018-10-02T16:33:53+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416" + "reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/edda5a6155000ff8c3a3f85ee5c421af93cca416", - "reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/3503415d4aafabc31cd08c3a4ebac7f43fde8feb", + "reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb", "shasum": "" }, "require": { @@ -7677,20 +7805,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2018-07-26T09:06:28+00:00" + "time": "2018-10-02T16:33:53+00:00" }, { "name": "symfony/debug", - "version": "v4.1.4", + "version": "v4.1.6", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "47ead688f1f2877f3f14219670f52e4722ee7052" + "reference": "e3f76ce6198f81994e019bb2b4e533e9de1b9b90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/47ead688f1f2877f3f14219670f52e4722ee7052", - "reference": "47ead688f1f2877f3f14219670f52e4722ee7052", + "url": "https://api.github.com/repos/symfony/debug/zipball/e3f76ce6198f81994e019bb2b4e533e9de1b9b90", + "reference": "e3f76ce6198f81994e019bb2b4e533e9de1b9b90", "shasum": "" }, "require": { @@ -7733,20 +7861,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2018-08-03T11:13:38+00:00" + "time": "2018-10-02T16:36:10+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "09d7df7bf06c1393b6afc85875993cbdbdf897a0" + "reference": "aea20fef4e92396928b5db175788b90234c0270d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/09d7df7bf06c1393b6afc85875993cbdbdf897a0", - "reference": "09d7df7bf06c1393b6afc85875993cbdbdf897a0", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/aea20fef4e92396928b5db175788b90234c0270d", + "reference": "aea20fef4e92396928b5db175788b90234c0270d", "shasum": "" }, "require": { @@ -7804,20 +7932,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2018-08-08T11:42:34+00:00" + "time": "2018-10-02T12:28:39+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.1.4", + "version": "v4.1.6", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "1c4519d257e652404c3aa550207ccd8ada66b38e" + "reference": "80e60271bb288de2a2259662cff125cff4f93f95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/1c4519d257e652404c3aa550207ccd8ada66b38e", - "reference": "1c4519d257e652404c3aa550207ccd8ada66b38e", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/80e60271bb288de2a2259662cff125cff4f93f95", + "reference": "80e60271bb288de2a2259662cff125cff4f93f95", "shasum": "" }, "require": { @@ -7861,11 +7989,11 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:00:49+00:00" + "time": "2018-10-02T12:40:59+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -7928,16 +8056,16 @@ }, { "name": "symfony/filesystem", - "version": "v4.1.4", + "version": "v4.1.6", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e" + "reference": "596d12b40624055c300c8b619755b748ca5cf0b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e", - "reference": "c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/596d12b40624055c300c8b619755b748ca5cf0b5", + "reference": "596d12b40624055c300c8b619755b748ca5cf0b5", "shasum": "" }, "require": { @@ -7974,20 +8102,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2018-08-18T16:52:46+00:00" + "time": "2018-10-02T12:40:59+00:00" }, { "name": "symfony/finder", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a" + "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/8a84fcb207451df0013b2c74cbbf1b62d47b999a", - "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a", + "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d", + "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d", "shasum": "" }, "require": { @@ -8023,20 +8151,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:19:56+00:00" + "time": "2018-10-03T08:46:40+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "2fb33cb6eefe6e790e4023f7c534a9e4214252fc" + "reference": "3a4498236ade473c52b92d509303e5fd1b211ab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2fb33cb6eefe6e790e4023f7c534a9e4214252fc", - "reference": "2fb33cb6eefe6e790e4023f7c534a9e4214252fc", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3a4498236ade473c52b92d509303e5fd1b211ab1", + "reference": "3a4498236ade473c52b92d509303e5fd1b211ab1", "shasum": "" }, "require": { @@ -8077,20 +8205,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2018-08-27T17:45:33+00:00" + "time": "2018-10-03T08:48:18+00:00" }, { "name": "symfony/http-kernel", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "2819693b25f480966cbfa13b651abccfed4871ca" + "reference": "a0944a9a1d8845da724236cde9a310964acadb1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2819693b25f480966cbfa13b651abccfed4871ca", - "reference": "2819693b25f480966cbfa13b651abccfed4871ca", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a0944a9a1d8845da724236cde9a310964acadb1c", + "reference": "a0944a9a1d8845da724236cde9a310964acadb1c", "shasum": "" }, "require": { @@ -8166,7 +8294,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2018-08-28T06:06:12+00:00" + "time": "2018-10-03T12:03:34+00:00" }, { "name": "symfony/polyfill-ctype", @@ -8405,16 +8533,16 @@ }, { "name": "symfony/process", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7" + "reference": "1dc2977afa7d70f90f3fefbcd84152813558910e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/4d6b125d5293cbceedc2aa10f2c71617e76262e7", - "reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7", + "url": "https://api.github.com/repos/symfony/process/zipball/1dc2977afa7d70f90f3fefbcd84152813558910e", + "reference": "1dc2977afa7d70f90f3fefbcd84152813558910e", "shasum": "" }, "require": { @@ -8450,7 +8578,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2018-08-03T10:42:44+00:00" + "time": "2018-10-02T12:28:39+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -8515,16 +8643,16 @@ }, { "name": "symfony/routing", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "e20f4bb79502c3c0db86d572f7683a30d4143911" + "reference": "585f6e2d740393d546978769dd56e496a6233e0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/e20f4bb79502c3c0db86d572f7683a30d4143911", - "reference": "e20f4bb79502c3c0db86d572f7683a30d4143911", + "url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b", + "reference": "585f6e2d740393d546978769dd56e496a6233e0b", "shasum": "" }, "require": { @@ -8588,20 +8716,20 @@ "uri", "url" ], - "time": "2018-07-26T11:19:56+00:00" + "time": "2018-10-02T12:28:39+00:00" }, { "name": "symfony/serializer", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "40031683816470610af87c2d03ea86d1cf0f0104" + "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/40031683816470610af87c2d03ea86d1cf0f0104", - "reference": "40031683816470610af87c2d03ea86d1cf0f0104", + "url": "https://api.github.com/repos/symfony/serializer/zipball/8bc00ef47a428bfebc4641f29d158e7c56137fcb", + "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb", "shasum": "" }, "require": { @@ -8667,20 +8795,20 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:58:24+00:00" + "time": "2018-10-02T12:28:39+00:00" }, { "name": "symfony/translation", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "9749930bfc825139aadd2d28461ddbaed6577862" + "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/9749930bfc825139aadd2d28461ddbaed6577862", - "reference": "9749930bfc825139aadd2d28461ddbaed6577862", + "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352", + "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352", "shasum": "" }, "require": { @@ -8735,20 +8863,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:19:56+00:00" + "time": "2018-10-02T16:33:53+00:00" }, { "name": "symfony/validator", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "5a9ca502663e32aed3302b00121f978d70a09ab9" + "reference": "9f8dbf0dceb03815c3160a279bf8cf4f8018a1c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/5a9ca502663e32aed3302b00121f978d70a09ab9", - "reference": "5a9ca502663e32aed3302b00121f978d70a09ab9", + "url": "https://api.github.com/repos/symfony/validator/zipball/9f8dbf0dceb03815c3160a279bf8cf4f8018a1c5", + "reference": "9f8dbf0dceb03815c3160a279bf8cf4f8018a1c5", "shasum": "" }, "require": { @@ -8820,20 +8948,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2018-08-07T09:33:53+00:00" + "time": "2018-10-02T16:33:53+00:00" }, { "name": "symfony/var-dumper", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "f62a394bd3de96f2f5e8f4c7d685035897fb3cb3" + "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f62a394bd3de96f2f5e8f4c7d685035897fb3cb3", - "reference": "f62a394bd3de96f2f5e8f4c7d685035897fb3cb3", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181", + "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181", "shasum": "" }, "require": { @@ -8889,20 +9017,20 @@ "debug", "dump" ], - "time": "2018-07-26T11:19:56+00:00" + "time": "2018-10-02T16:33:53+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.15", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8" + "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/c2f4812ead9f847cb69e90917ca7502e6892d6b8", - "reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8", + "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f", + "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f", "shasum": "" }, "require": { @@ -8948,7 +9076,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-08-10T07:34:36+00:00" + "time": "2018-10-02T16:33:53+00:00" }, { "name": "twig/twig", @@ -10046,16 +10174,16 @@ }, { "name": "phpunit/phpunit", - "version": "6.5.12", + "version": "6.5.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "24da433d7384824d65ea93fbb462e2f31bbb494e" + "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/24da433d7384824d65ea93fbb462e2f31bbb494e", - "reference": "24da433d7384824d65ea93fbb462e2f31bbb494e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", + "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", "shasum": "" }, "require": { @@ -10126,7 +10254,7 @@ "testing", "xunit" ], - "time": "2018-08-22T06:32:48+00:00" + "time": "2018-09-08T15:10:43+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -10748,16 +10876,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v4.1.4", + "version": "v4.1.6", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "d5f433034543bbe3b0dfa2f34e6cc85bf839846f" + "reference": "2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d5f433034543bbe3b0dfa2f34e6cc85bf839846f", - "reference": "d5f433034543bbe3b0dfa2f34e6cc85bf839846f", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb", + "reference": "2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb", "shasum": "" }, "require": { @@ -10810,7 +10938,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2018-08-27T17:47:02+00:00" + "time": "2018-10-02T12:40:59+00:00" }, { "name": "theseer/tokenizer", From 45855342e02e526d8872f180ef2e104d110d8b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 12 Oct 2018 00:57:02 -0400 Subject: [PATCH 009/911] Update pattern library --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index ca77844..8e9d186 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit ca77844b9796e9cdd176e5c7f6d6243407961cd0 +Subproject commit 8e9d186c96e3f54b7870cbbaaa1922d829481e04 From d0de09e78db896dcb3a29450334c8d52431ad8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 12 Oct 2018 01:21:13 -0400 Subject: [PATCH 010/911] Update comoser lock file (config distro) --- composer.lock | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 212cffa..f1db9d6 100644 --- a/composer.lock +++ b/composer.lock @@ -2263,17 +2263,17 @@ }, { "name": "drupal/config_distro", - "version": "1.0.0-alpha2", + "version": "1.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupal.org/project/config_distro", - "reference": "8.x-1.0-alpha2" + "reference": "8.x-1.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_distro-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "ce4bf096d8c99e48095c919c61ba27d38dbe5cc7" + "url": "https://ftp.drupal.org/files/projects/config_distro-8.x-1.0-alpha3.zip", + "reference": "8.x-1.0-alpha3", + "shasum": "c83fcd71c311102cb64f72b8f7ca727bddff2264" }, "require": { "drupal/config_filter": "*", @@ -2285,8 +2285,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1523029384", + "version": "8.x-1.0-alpha3", + "datestamp": "1539071280", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -2314,6 +2314,18 @@ "homepage": "https://www.drupal.org/u/bircher", "email": "opensource@fabianbircher.com", "role": "Maintainer" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "pescetti", + "homepage": "https://www.drupal.org/user/436244" + }, + { + "name": "pfrenssen", + "homepage": "https://www.drupal.org/user/382067" } ], "description": "Framework for managing configuration updates from distributions.", @@ -7028,16 +7040,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.0.4", + "version": "v4.1.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c" + "reference": "d0230c5c77a7e3cfa69446febf340978540958c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fa6ee28600d21d49b2b4e1006b48426cec8e579c", - "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0", + "reference": "d0230c5c77a7e3cfa69446febf340978540958c0", "shasum": "" }, "require": { @@ -7053,7 +7065,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.1-dev" } }, "autoload": { @@ -7075,7 +7087,7 @@ "parser", "php" ], - "time": "2018-09-18T07:03:24+00:00" + "time": "2018-10-10T09:24:14+00:00" }, { "name": "paragonie/random_compat", From 45dbcbc5048795e7ecffe298a4edf9439be7300c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 12 Oct 2018 01:45:28 -0400 Subject: [PATCH 011/911] update to Drush 9, reorganize + bring in stardard platform mods --- composer.json | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 0b6fce5..c86c533 100644 --- a/composer.json +++ b/composer.json @@ -6,21 +6,24 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "composer/installers": "^1.0", - "drupal-composer/drupal-scaffold": "^2.0.0", - "cweagans/composer-patches": "^1.0", - "drutopia/drutopia": "^1.0-alpha7", - "drupal/core": "^8.6.0", "behat/behat": "^3.4", - "drupal/drupal-extension": "^3.3", "behat/mink": "^1.7", "behat/mink-goutte-driver": "^1.2", - "drush/drush": "^8.0", + "composer/installers": "^1.0", + "cweagans/composer-patches": "^1.0", + "drupal-composer/drupal-scaffold": "^2.0.0", + "drupal/core": "^8.6.0", + "drutopia/drutopia": "dev-8.x-1.x", + "drupal/drutopia_core": "1.x-dev", + "drupal/drutopia_resource": "1.x-dev", + "drush/drush": "^9.0", "drupal/migrate_tools": "^4.0", "drupal/migrate_plus": "^4.0", "drupal/webform": "^5.0@RC", "drupal/wysiwyg_linebreaks": "^1.9", - "drupal/redirect": "^1.2" + "drupal/redirect": "^1.2", + "drupal/block_theme_sync": "^1.0@alpha", + "drupal/search404": "^1.0" }, "repositories": { "drupal": { @@ -38,6 +41,11 @@ ], "post-update-cmd": [ "DrupalComposer\\DrupalScaffold\\Plugin::scaffold" + ], + "nuke": "rm -rf vendor web/core web/modules/contrib web/profiles/contrib drush/contrib", + "quick-start": [ + "composer install", + "php docroot/core/scripts/drupal quick-start drutopia --no-interaction" ] }, "extra": { @@ -57,11 +65,12 @@ "drush/contrib/{$name}": [ "type:drupal-drush" ] - } - }, - "require-dev": { - "phpunit/phpunit": "^6", - "symfony/phpunit-bridge": "*", - "mikey179/vfsstream": "~1.2" + }, + "enable-patching": true, + "patches": { + "drupal/search404": { + "Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch" + } + } } } From 2ecb92af63ae48c14ccad0ff621b80e085d02396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 12 Oct 2018 01:46:36 -0400 Subject: [PATCH 012/911] Commit updated lock file --- composer.lock | 2903 +++++++++++++++---------------------------------- 1 file changed, 901 insertions(+), 2002 deletions(-) diff --git a/composer.lock b/composer.lock index f1db9d6..9ac0f5d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8bd8aafa9f2f2ee2b21f00584997fd5f", + "content-hash": "02c3a5e7aebf85e65904d4b2597b4f68", "packages": [ { "name": "asm89/stack-cors", @@ -309,65 +309,6 @@ ], "time": "2018-05-02T09:25:31+00:00" }, - { - "name": "behat/mink-extension", - "version": "2.3.1", - "source": { - "type": "git", - "url": "https://github.com/Behat/MinkExtension.git", - "reference": "80f7849ba53867181b7e412df9210e12fba50177" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", - "reference": "80f7849ba53867181b7e412df9210e12fba50177", - "shasum": "" - }, - "require": { - "behat/behat": "^3.0.5", - "behat/mink": "^1.5", - "php": ">=5.3.2", - "symfony/config": "^2.7|^3.0|^4.0" - }, - "require-dev": { - "behat/mink-goutte-driver": "^1.1", - "phpspec/phpspec": "^2.0" - }, - "type": "behat-extension", - "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev" - } - }, - "autoload": { - "psr-0": { - "Behat\\MinkExtension": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christophe Coevoet", - "email": "stof@notk.org" - }, - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com" - } - ], - "description": "Mink extension for Behat", - "homepage": "http://extensions.behat.org/mink", - "keywords": [ - "browser", - "gui", - "test", - "web" - ], - "time": "2018-02-06T15:36:30+00:00" - }, { "name": "behat/mink-goutte-driver", "version": "v1.2.1", @@ -423,67 +364,6 @@ ], "time": "2016-03-05T09:04:22+00:00" }, - { - "name": "behat/mink-selenium2-driver", - "version": "v1.3.1", - "source": { - "type": "git", - "url": "https://github.com/minkphp/MinkSelenium2Driver.git", - "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", - "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", - "shasum": "" - }, - "require": { - "behat/mink": "~1.7@dev", - "instaclick/php-webdriver": "~1.1", - "php": ">=5.3.1" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "mink-driver", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Behat\\Mink\\Driver\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Pete Otaqui", - "email": "pete@otaqui.com", - "homepage": "https://github.com/pete-otaqui" - } - ], - "description": "Selenium2 (WebDriver) driver for Mink framework", - "homepage": "http://mink.behat.org/", - "keywords": [ - "ajax", - "browser", - "javascript", - "selenium", - "testing", - "webdriver" - ], - "time": "2016-03-05T09:10:18+00:00" - }, { "name": "behat/transliterator", "version": "v1.2.0", @@ -528,6 +408,51 @@ ], "time": "2017-04-04T11:38:05+00:00" }, + { + "name": "chi-teck/drupal-code-generator", + "version": "1.27.0", + "source": { + "type": "git", + "url": "https://github.com/Chi-teck/drupal-code-generator.git", + "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a839bc89d385087d8a7a96a9c1c4bd470ffb627e", + "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=5.5.9", + "symfony/console": "~2.7|^3", + "symfony/filesystem": "~2.7|^3", + "twig/twig": "^1.23.1" + }, + "bin": [ + "bin/dcg" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "files": [ + "src/bootstrap.php" + ], + "psr-4": { + "DrupalCodeGenerator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Drupal code generator", + "time": "2018-10-11T08:05:59+00:00" + }, { "name": "commerceguys/addressing", "version": "v1.0.1", @@ -821,6 +746,109 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "time": "2018-09-19T17:47:18+00:00" }, + { + "name": "consolidation/config", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/config.git", + "reference": "c9fc25e9088a708637e18a256321addc0670e578" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/config/zipball/c9fc25e9088a708637e18a256321addc0670e578", + "reference": "c9fc25e9088a708637e18a256321addc0670e578", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "grasmash/expander": "^1", + "php": ">=5.4.0" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^1", + "phpunit/phpunit": "^5", + "satooshi/php-coveralls": "^1.0", + "squizlabs/php_codesniffer": "2.*", + "symfony/console": "^2.5|^3|^4", + "symfony/yaml": "^2.8.11|^3|^4" + }, + "suggest": { + "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\Config\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Provide configuration services for a commandline tool.", + "time": "2018-08-07T22:57:00+00:00" + }, + { + "name": "consolidation/log", + "version": "1.0.6", + "source": { + "type": "git", + "url": "https://github.com/consolidation/log.git", + "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395", + "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395", + "shasum": "" + }, + "require": { + "php": ">=5.5.0", + "psr/log": "~1.0", + "symfony/console": "^2.8|^3|^4" + }, + "require-dev": { + "g1a/composer-test-scenarios": "^1", + "phpunit/phpunit": "4.*", + "satooshi/php-coveralls": "^2", + "squizlabs/php_codesniffer": "2.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\Log\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", + "time": "2018-05-25T18:14:39+00:00" + }, { "name": "consolidation/output-formatters", "version": "3.2.1", @@ -876,6 +904,193 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "time": "2018-05-25T18:02:34+00:00" }, + { + "name": "consolidation/robo", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/consolidation/Robo.git", + "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d", + "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d", + "shasum": "" + }, + "require": { + "consolidation/annotated-command": "^2.8.2", + "consolidation/config": "^1.0.10", + "consolidation/log": "~1", + "consolidation/output-formatters": "^3.1.13", + "consolidation/self-update": "^1", + "g1a/composer-test-scenarios": "^2", + "grasmash/yaml-expander": "^1.3", + "league/container": "^2.2", + "php": ">=5.5.0", + "symfony/console": "^2.8|^3|^4", + "symfony/event-dispatcher": "^2.5|^3|^4", + "symfony/filesystem": "^2.5|^3|^4", + "symfony/finder": "^2.5|^3|^4", + "symfony/process": "^2.5|^3|^4" + }, + "replace": { + "codegyre/robo": "< 1.0" + }, + "require-dev": { + "codeception/aspect-mock": "^1|^2.1.1", + "codeception/base": "^2.3.7", + "codeception/verify": "^0.3.2", + "goaop/framework": "~2.1.2", + "goaop/parser-reflection": "^1.1.0", + "natxet/cssmin": "3.0.4", + "nikic/php-parser": "^3.1.5", + "patchwork/jsqueeze": "~2", + "pear/archive_tar": "^1.4.2", + "phpunit/php-code-coverage": "~2|~4", + "satooshi/php-coveralls": "^2", + "squizlabs/php_codesniffer": "^2.8" + }, + "suggest": { + "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", + "natxet/CssMin": "For minifying CSS files in taskMinify", + "patchwork/jsqueeze": "For minifying JS files in taskMinify", + "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." + }, + "bin": [ + "robo" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev", + "dev-state": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Robo\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Davert", + "email": "davert.php@resend.cc" + } + ], + "description": "Modern task runner", + "time": "2018-08-17T18:44:18+00:00" + }, + { + "name": "consolidation/self-update", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/consolidation/self-update.git", + "reference": "de33822f907e0beb0ffad24cf4b1b4fae5ada318" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/de33822f907e0beb0ffad24cf4b1b4fae5ada318", + "reference": "de33822f907e0beb0ffad24cf4b1b4fae5ada318", + "shasum": "" + }, + "require": { + "php": ">=5.5.0", + "symfony/console": "^2.8|^3|^4", + "symfony/filesystem": "^2.5|^3|^4" + }, + "bin": [ + "scripts/release" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "SelfUpdate\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + }, + { + "name": "Alexander Menk", + "email": "menk@mestrona.net" + } + ], + "description": "Provides a self:update command for Symfony Console applications.", + "time": "2018-08-24T17:01:46+00:00" + }, + { + "name": "consolidation/site-alias", + "version": "1.1.5", + "source": { + "type": "git", + "url": "https://github.com/consolidation/site-alias.git", + "reference": "247f3e52604b9d76a075e6c06d5d1dd73bbae892" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/247f3e52604b9d76a075e6c06d5d1dd73bbae892", + "reference": "247f3e52604b9d76a075e6c06d5d1dd73bbae892", + "shasum": "" + }, + "require": { + "php": ">=5.5.0" + }, + "require-dev": { + "consolidation/robo": "^1.2.3", + "g1a/composer-test-scenarios": "^2", + "knplabs/github-api": "^2.7", + "php-http/guzzle6-adapter": "^1.1", + "phpunit/phpunit": "^5", + "satooshi/php-coveralls": "^2", + "squizlabs/php_codesniffer": "^2.8", + "symfony/console": "^2.8|^3|^4", + "symfony/yaml": "~2.3|^3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\SiteAlias\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Template project for PHP libraries.", + "time": "2018-09-22T04:11:38+00:00" + }, { "name": "container-interop/container-interop", "version": "1.2.0", @@ -951,6 +1166,65 @@ "description": "Provides a way to patch Composer packages.", "time": "2018-05-11T18:00:16+00:00" }, + { + "name": "dflydev/dot-access-data", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-dot-access-data.git", + "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", + "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\DotAccessData": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Carlos Frutos", + "email": "carlos@kiwing.it", + "homepage": "https://github.com/cfrutos" + } + ], + "description": "Given a deep data structure, access data by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-data", + "keywords": [ + "access", + "data", + "dot", + "notation" + ], + "time": "2017-01-20T21:14:22+00:00" + }, { "name": "dnoegel/php-xdg-base-dir", "version": "0.1", @@ -1986,6 +2260,57 @@ "source": "http://cgit.drupalcode.org/better_normalizers" } }, + { + "name": "drupal/block_theme_sync", + "version": "1.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/block_theme_sync", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/block_theme_sync-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "2cae7d62b1c3388dc3b4c43bd548bece52d74752" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1483387143", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + } + ], + "description": "Subscribe to block updates for source themes.", + "homepage": "https://www.drupal.org/project/block_theme_sync", + "support": { + "source": "http://cgit.drupalcode.org/block_theme_sync" + } + }, { "name": "drupal/block_visibility_groups", "version": "1.3.0", @@ -3176,135 +3501,6 @@ "source": "http://cgit.drupalcode.org/default_content" } }, - { - "name": "drupal/drupal-driver", - "version": "v1.4.0", - "source": { - "type": "git", - "url": "https://github.com/jhedstrom/DrupalDriver.git", - "reference": "919c6a39ef6a17bdcaf81dcff97b117ecfb6061c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/919c6a39ef6a17bdcaf81dcff97b117ecfb6061c", - "reference": "919c6a39ef6a17bdcaf81dcff97b117ecfb6061c", - "shasum": "" - }, - "require": { - "drupal/core-utility": "^8.4", - "php": ">=5.5.9", - "symfony/dependency-injection": "~2.6|~3.0", - "symfony/process": "~2.5|~3.0" - }, - "require-dev": { - "drupal/coder": "~8.2.0", - "drush-ops/behat-drush-endpoint": "*", - "jakub-onderka/php-parallel-lint": "^0.9.2", - "mockery/mockery": "0.9.4", - "phpspec/phpspec": "~2.0", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-0": { - "Drupal\\Driver": "src/", - "Drupal\\Tests\\Driver": "tests/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Jonathan Hedstrom", - "email": "jhedstrom@gmail.com" - } - ], - "description": "A collection of reusable Drupal drivers", - "homepage": "http://github.com/jhedstrom/DrupalDriver", - "keywords": [ - "drupal", - "test", - "web" - ], - "time": "2018-02-09T18:02:28+00:00" - }, - { - "name": "drupal/drupal-extension", - "version": "v3.4.1", - "source": { - "type": "git", - "url": "https://github.com/jhedstrom/drupalextension.git", - "reference": "50ff0f413f0dc4732f49638e743f86f45e835e50" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/50ff0f413f0dc4732f49638e743f86f45e835e50", - "reference": "50ff0f413f0dc4732f49638e743f86f45e835e50", - "shasum": "" - }, - "require": { - "behat/behat": "~3.2", - "behat/mink": "~1.5", - "behat/mink-extension": "~2.0", - "behat/mink-goutte-driver": "~1.0", - "behat/mink-selenium2-driver": "~1.1", - "drupal/drupal-driver": "~1.3", - "symfony/dependency-injection": "~2.7|~3.0", - "symfony/event-dispatcher": "~2.7|~3.0" - }, - "require-dev": { - "behat/mink-zombie-driver": "^1.2", - "jakub-onderka/php-parallel-lint": "^0.9.2", - "phpspec/phpspec": "~2.0", - "phpunit/phpunit": "3.7.*" - }, - "type": "behat-extension", - "extra": { - "branch-alias": { - "dev-master": "4.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Drupal\\Drupal": "src/", - "Drupal\\Exception": "src/", - "Drupal\\DrupalExtension": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Jonathan Hedstrom", - "email": "jhedstrom@gmail.com" - }, - { - "name": "Melissa Anderson", - "homepage": "https://github.com/eliza411" - }, - { - "name": "Pieter Frenssen", - "homepage": "https://github.com/pfrenssen" - } - ], - "description": "Drupal extension for Behat", - "homepage": "http://drupal.org/project/drupalextension", - "keywords": [ - "drupal", - "test", - "web" - ], - "time": "2017-12-06T20:35:40+00:00" - }, { "name": "drupal/drutopia_action", "version": "1.0.0-alpha4", @@ -3692,17 +3888,11 @@ }, { "name": "drupal/drutopia_core", - "version": "1.0.0-alpha6", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_core", - "reference": "8.x-1.0-alpha6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_core-8.x-1.0-alpha6.zip", - "reference": "8.x-1.0-alpha6", - "shasum": "2bfbcbc26a860ee0d417e2f834e66a8269833d92" + "reference": "e39498b5a1c3dc8295047a2571cd20fa5db04ece" }, "require": { "drupal/config_actions": "^1.0", @@ -3723,8 +3913,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha6", - "datestamp": "1537537263", + "version": "8.x-1.0-alpha5+7-dev", + "datestamp": "1536470286", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3773,7 +3963,8 @@ "homepage": "https://gitlab.com/drutopia/drutopia_core", "support": { "source": "http://cgit.drupalcode.org/drutopia_core" - } + }, + "time": "2018-10-06T17:42:19+00:00" }, { "name": "drupal/drutopia_event", @@ -4208,17 +4399,11 @@ }, { "name": "drupal/drutopia_resource", - "version": "1.0.0-alpha4", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_resource", - "reference": "8.x-1.0-alpha4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_resource-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "6a0bc19df383186acea11a3a628f979cc7541501" + "reference": "5ab7536b9f69194440de03deb7a68595a6478726" }, "require": { "drupal/block_visibility_groups": "^1.3", @@ -4244,8 +4429,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1537536480", + "version": "8.x-1.0-alpha3+7-dev", + "datestamp": "1536525180", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4286,7 +4471,8 @@ "homepage": "https://gitlab.com/drutopia/drutopia_resource", "support": { "source": "http://cgit.drupalcode.org/drutopia_resource" - } + }, + "time": "2018-09-09T20:25:30+00:00" }, { "name": "drupal/drutopia_search", @@ -5733,6 +5919,64 @@ "source": "http://cgit.drupalcode.org/redirect" } }, + { + "name": "drupal/search404", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/search404", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search404-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "9265e2f5faee198c764fa281a3c9668de5ef76fe" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1528785184", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "patches_applied": { + "Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "anoopjohn", + "homepage": "https://www.drupal.org/user/188049" + }, + { + "name": "larssg", + "homepage": "https://www.drupal.org/user/655" + }, + { + "name": "zyxware", + "homepage": "https://www.drupal.org/user/222163" + } + ], + "description": "Automatically search for the keywords in URLs that result in 404 errors and show results instead of Page-Not-Found.", + "homepage": "https://www.drupal.org/project/search404", + "support": { + "source": "http://cgit.drupalcode.org/search404" + } + }, { "name": "drupal/search_api", "version": "1.10.0", @@ -5776,6 +6020,9 @@ "services": { "drush.services.yml": "^9" } + }, + "patches_applied": { + "Notice: Undefined index: total When we enable the module in the installation step": "https://www.drupal.org/files/issues/2931562-13--undefined_total_in_task_manager_batch_finish.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -6274,61 +6521,62 @@ }, { "name": "drush/drush", - "version": "8.1.17", + "version": "9.4.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "7ea681dc7e639f6ddab906e78611d3558f88d9b0" + "reference": "9d46a2a67554ae8b6f6edec234a1272c3b4c6a9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/7ea681dc7e639f6ddab906e78611d3558f88d9b0", - "reference": "7ea681dc7e639f6ddab906e78611d3558f88d9b0", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/9d46a2a67554ae8b6f6edec234a1272c3b4c6a9e", + "reference": "9d46a2a67554ae8b6f6edec234a1272c3b4c6a9e", "shasum": "" }, "require": { + "chi-teck/drupal-code-generator": "^1.24.0", + "composer/semver": "^1.4", "consolidation/annotated-command": "^2.8.1", - "consolidation/output-formatters": "~3", - "pear/console_table": "~1.3.1", - "php": ">=5.4.5", + "consolidation/config": "^1.1.0", + "consolidation/output-formatters": "^3.1.12", + "consolidation/robo": "^1.1.5", + "consolidation/site-alias": "^1.1.2", + "ext-dom": "*", + "grasmash/yaml-expander": "^1.1.1", + "league/container": "~2", + "php": ">=5.6.0", "psr/log": "~1.0", "psy/psysh": "~0.6", + "symfony/config": "~2.2|^3", "symfony/console": "~2.7|^3", "symfony/event-dispatcher": "~2.7|^3", "symfony/finder": "~2.7|^3", - "symfony/var-dumper": "~2.7|^3", + "symfony/process": "~2.7|^3", + "symfony/var-dumper": "~2.7|^3|^4", "symfony/yaml": "~2.3|^3", - "webmozart/path-util": "~2" + "webflo/drupal-finder": "^1.1", + "webmozart/path-util": "^2.1.0" }, "require-dev": { - "phpunit/phpunit": "4.*", - "symfony/console": "~2.7", - "symfony/event-dispatcher": "~2.7", - "symfony/finder": "~2.7", - "symfony/process": "2.7.*", - "symfony/var-dumper": "~2.7", - "symfony/yaml": "~2.3" - }, - "suggest": { - "drush/config-extra": "Provides configuration workflow commands, such as config-merge.", - "ext-pcntl": "*" + "g1a/composer-test-scenarios": "^2.2.0", + "lox/xhprof": "dev-master", + "phpunit/phpunit": "^4.8.36|^5.5.4", + "squizlabs/php_codesniffer": "^2.7" }, "bin": [ - "drush", - "drush.launcher", - "drush.php", - "drush.complete.sh" + "drush" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-master": "9.x-dev" } }, "autoload": { - "psr-0": { - "Drush": "lib/", - "Consolidation": "lib/" + "psr-4": { + "Drush\\": "src/", + "Drush\\Internal\\": "internal-copy/", + "Unish\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6344,14 +6592,6 @@ "name": "Owen Barton", "email": "drupal@owenbarton.com" }, - { - "name": "Mark Sonnabaum", - "email": "marksonnabaum@gmail.com" - }, - { - "name": "Antoine Beaupré", - "email": "anarcat@koumbit.org" - }, { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" @@ -6379,20 +6619,20 @@ ], "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.", "homepage": "http://www.drush.org", - "time": "2018-05-23T16:58:54+00:00" + "time": "2018-09-04T17:24:36+00:00" }, { "name": "drutopia/drutopia", - "version": "1.0-alpha8", + "version": "dev-8.x-1.x", "source": { "type": "git", "url": "https://github.com/drutopia/drutopia.git", - "reference": "b7d969f1e3079318dc99b0cf5ccfb5d487edc347" + "reference": "fedf477a0ce8bb238d7c55cf6fe1890554a8adbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drutopia/drutopia/zipball/b7d969f1e3079318dc99b0cf5ccfb5d487edc347", - "reference": "b7d969f1e3079318dc99b0cf5ccfb5d487edc347", + "url": "https://api.github.com/repos/drutopia/drutopia/zipball/fedf477a0ce8bb238d7c55cf6fe1890554a8adbc", + "reference": "fedf477a0ce8bb238d7c55cf6fe1890554a8adbc", "shasum": "" }, "require": { @@ -6400,7 +6640,7 @@ "cweagans/composer-patches": "^1.5.0", "drupal-composer/drupal-scaffold": "^2.0.0", "drupal/better_normalizers": "^1.0-beta3", - "drupal/block_visibility_groups": "^1.1", + "drupal/block_visibility_groups": "^1.3", "drupal/bulma": "^1.0-alpha2", "drupal/components": "^1.0", "drupal/config_actions_provider": "^1.0-alpha3", @@ -6408,27 +6648,27 @@ "drupal/config_update": "^1.3", "drupal/core": "^8.5", "drupal/default_content": "^1.0-alpha6", - "drupal/drutopia_action": "^1.0-alpha1", - "drupal/drutopia_article": "^1.0-alpha1", - "drupal/drutopia_blog": "^1.0-alpha1", - "drupal/drutopia_campaign": "^1.0-alpha3", - "drupal/drutopia_comment": "^1.0-alpha1", - "drupal/drutopia_core": "^1.0-alpha1", - "drupal/drutopia_event": "^1.0-alpha1", - "drupal/drutopia_group": "^1.0-alpha1", - "drupal/drutopia_landing_page": "^1.0-alpha1", - "drupal/drutopia_page": "^1.0-alpha1", - "drupal/drutopia_people": "^1.0-alpha1", + "drupal/drutopia_action": "^1.0-alpha4", + "drupal/drutopia_article": "^1.0-alpha5", + "drupal/drutopia_blog": "^1.0-alpha4", + "drupal/drutopia_campaign": "^1.0-alpha4", + "drupal/drutopia_comment": "^1.0-alpha2", + "drupal/drutopia_core": "^1.0-alpha5", + "drupal/drutopia_event": "^1.0-alpha4", + "drupal/drutopia_group": "^1.0-alpha3", + "drupal/drutopia_landing_page": "^1.0-alpha5", + "drupal/drutopia_page": "^1.0-alpha4", + "drupal/drutopia_people": "^1.0-alpha3", "drupal/drutopia_related_content": "^1.0-alpha1", - "drupal/drutopia_resource": "^1.0-alpha1", - "drupal/drutopia_search": "^1.0-alpha1", + "drupal/drutopia_resource": "^1.0-alpha3", + "drupal/drutopia_search": "^1.0-alpha3", "drupal/drutopia_seo": "^1.0-alpha1", - "drupal/drutopia_site": "^1.0-alpha2", + "drupal/drutopia_site": "^1.0-alpha5", "drupal/drutopia_social": "^1.0-alpha1", - "drupal/drutopia_storyline": "^1.0-alpha1", - "drupal/drutopia_user": "^1.0-alpha1", + "drupal/drutopia_storyline": "^1.0-alpha2", + "drupal/drutopia_user": "^1.0-alpha2", "drupal/features": "^3.5", - "drupal/octavia": "^1.0-alpha1", + "drupal/octavia": "^1.0-alpha5", "drupal/paranoia": "^1.0-alpha1", "drupal/subprofiles": "^1.0-alpha1" }, @@ -6473,10 +6713,10 @@ ], "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.", "support": { - "source": "https://github.com/drutopia/drutopia/tree/8.x-1.0-alpha8", + "source": "https://github.com/drutopia/drutopia/tree/8.x-1.x", "issues": "https://github.com/drutopia/drutopia/issues" }, - "time": "2018-08-17T21:07:01+00:00" + "time": "2018-09-09T18:03:18+00:00" }, { "name": "easyrdf/easyrdf", @@ -6647,6 +6887,134 @@ ], "time": "2018-06-29T15:13:57+00:00" }, + { + "name": "g1a/composer-test-scenarios", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/g1a/composer-test-scenarios.git", + "reference": "a166fd15191aceab89f30c097e694b7cf3db4880" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880", + "reference": "a166fd15191aceab89f30c097e694b7cf3db4880", + "shasum": "" + }, + "bin": [ + "scripts/create-scenario", + "scripts/dependency-licenses", + "scripts/install-scenario" + ], + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "Useful scripts for testing multiple sets of Composer dependencies.", + "time": "2018-08-08T23:37:23+00:00" + }, + { + "name": "grasmash/expander", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/grasmash/expander.git", + "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f", + "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.4" + }, + "require-dev": { + "greg-1-anderson/composer-test-scenarios": "^1", + "phpunit/phpunit": "^4|^5.5.4", + "satooshi/php-coveralls": "^1.0.2|dev-master", + "squizlabs/php_codesniffer": "^2.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Grasmash\\Expander\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matthew Grasmick" + } + ], + "description": "Expands internal property references in PHP arrays file.", + "time": "2017-12-21T22:14:55+00:00" + }, + { + "name": "grasmash/yaml-expander", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://github.com/grasmash/yaml-expander.git", + "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1", + "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.4", + "symfony/yaml": "^2.8.11|^3|^4" + }, + "require-dev": { + "greg-1-anderson/composer-test-scenarios": "^1", + "phpunit/phpunit": "^4.8|^5.5.4", + "satooshi/php-coveralls": "^1.0.2|dev-master", + "squizlabs/php_codesniffer": "^2.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Grasmash\\YamlExpander\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matthew Grasmick" + } + ], + "description": "Expands internal property references in a yaml file.", + "time": "2017-12-16T16:06:03+00:00" + }, { "name": "guzzlehttp/guzzle", "version": "6.3.3", @@ -6828,65 +7196,6 @@ ], "time": "2017-03-20T17:10:46+00:00" }, - { - "name": "instaclick/php-webdriver", - "version": "1.4.5", - "source": { - "type": "git", - "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "6fa959452e774dcaed543faad3a9d1a37d803327" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327", - "reference": "6fa959452e774dcaed543faad3a9d1a37d803327", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "^1.0||^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, - "autoload": { - "psr-0": { - "WebDriver": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Justin Bishop", - "email": "jubishop@gmail.com", - "role": "Developer" - }, - { - "name": "Anthon Pang", - "email": "apang@softwaredevelopment.ca", - "role": "Fork Maintainer" - } - ], - "description": "PHP WebDriver for Selenium 2", - "homepage": "http://instaclick.com/", - "keywords": [ - "browser", - "selenium", - "webdriver", - "webtest" - ], - "time": "2017-06-30T04:02:48+00:00" - }, { "name": "jakub-onderka/php-console-color", "version": "v0.2", @@ -6973,6 +7282,71 @@ ], "time": "2015-04-20T18:58:01+00:00" }, + { + "name": "league/container", + "version": "2.4.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/container.git", + "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0", + "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0", + "shasum": "" + }, + "require": { + "container-interop/container-interop": "^1.2", + "php": "^5.4.0 || ^7.0" + }, + "provide": { + "container-interop/container-interop-implementation": "^1.2", + "psr/container-implementation": "^1.0" + }, + "replace": { + "orno/di": "~2.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev", + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Container\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Phil Bennett", + "email": "philipobenito@gmail.com", + "homepage": "http://www.philipobenito.com", + "role": "Developer" + } + ], + "description": "A fast and intuitive dependency injection container.", + "homepage": "https://github.com/thephpleague/container", + "keywords": [ + "container", + "dependency", + "di", + "injection", + "league", + "provider", + "service" + ], + "time": "2017-05-10T09:20:27+00:00" + }, { "name": "masterminds/html5", "version": "2.3.0", @@ -7138,61 +7512,6 @@ ], "time": "2018-07-04T16:31:37+00:00" }, - { - "name": "pear/console_table", - "version": "v1.3.1", - "source": { - "type": "git", - "url": "https://github.com/pear/Console_Table.git", - "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea", - "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "suggest": { - "pear/Console_Color2": ">=0.1.2" - }, - "type": "library", - "autoload": { - "classmap": [ - "Table.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Jan Schneider", - "homepage": "http://pear.php.net/user/yunosh" - }, - { - "name": "Tal Peer", - "homepage": "http://pear.php.net/user/tal" - }, - { - "name": "Xavier Noguer", - "homepage": "http://pear.php.net/user/xnoguer" - }, - { - "name": "Richard Heyes", - "homepage": "http://pear.php.net/user/richard" - } - ], - "description": "Library that makes it easy to build console style tables.", - "homepage": "http://pear.php.net/package/Console_Table/", - "keywords": [ - "console" - ], - "time": "2018-01-25T20:47:17+00:00" - }, { "name": "psr/container", "version": "1.0.0", @@ -7636,31 +7955,32 @@ }, { "name": "symfony/config", - "version": "v4.1.6", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "b3d4d7b567d7a49e6dfafb6d4760abc921177c96" + "reference": "e5389132dc6320682de3643091121c048ff796b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/b3d4d7b567d7a49e6dfafb6d4760abc921177c96", - "reference": "b3d4d7b567d7a49e6dfafb6d4760abc921177c96", + "url": "https://api.github.com/repos/symfony/config/zipball/e5389132dc6320682de3643091121c048ff796b3", + "reference": "e5389132dc6320682de3643091121c048ff796b3", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/filesystem": "~3.4|~4.0", + "php": "^5.5.9|>=7.0.8", + "symfony/filesystem": "~2.8|~3.0|~4.0", "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "symfony/finder": "<3.4" + "symfony/dependency-injection": "<3.3", + "symfony/finder": "<3.3" }, "require-dev": { - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~3.4|~4.0", - "symfony/finder": "~3.4|~4.0", - "symfony/yaml": "~3.4|~4.0" + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/event-dispatcher": "~3.3|~4.0", + "symfony/finder": "~3.3|~4.0", + "symfony/yaml": "~3.0|~4.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" @@ -7668,7 +7988,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -7695,7 +8015,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2018-09-08T13:24:10+00:00" + "time": "2018-09-08T13:15:14+00:00" }, { "name": "symfony/console", @@ -8068,26 +8388,26 @@ }, { "name": "symfony/filesystem", - "version": "v4.1.6", + "version": "v3.4.17", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "596d12b40624055c300c8b619755b748ca5cf0b5" + "reference": "d69930fc337d767607267d57c20a7403d0a822a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/596d12b40624055c300c8b619755b748ca5cf0b5", - "reference": "596d12b40624055c300c8b619755b748ca5cf0b5", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4", + "reference": "d69930fc337d767607267d57c20a7403d0a822a4", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -8114,7 +8434,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2018-10-02T12:40:59+00:00" + "time": "2018-10-02T12:28:39+00:00" }, { "name": "symfony/finder", @@ -8543,6 +8863,61 @@ ], "time": "2018-08-06T14:22:27+00:00" }, + { + "name": "symfony/polyfill-php72", + "version": "v1.9.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/95c50420b0baed23852452a7f0c7b527303ed5ae", + "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2018-08-06T14:22:27+00:00" + }, { "name": "symfony/process", "version": "v3.4.17", @@ -8964,38 +9339,44 @@ }, { "name": "symfony/var-dumper", - "version": "v3.4.17", + "version": "v4.1.6", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181" + "reference": "60319b45653580b0cdacca499344577d87732f16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181", - "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/60319b45653580b0cdacca499344577d87732f16", + "reference": "60319b45653580b0cdacca499344577d87732f16", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-mbstring": "~1.0" + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" }, "require-dev": { "ext-iconv": "*", + "symfony/process": "~3.4|~4.0", "twig/twig": "~1.34|~2.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", - "ext-symfony_debug": "" + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, + "bin": [ + "Resources/bin/var-dump-server" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "4.1-dev" } }, "autoload": { @@ -9029,7 +9410,7 @@ "debug", "dump" ], - "time": "2018-10-02T16:33:53+00:00" + "time": "2018-10-02T16:36:10+00:00" }, { "name": "symfony/yaml", @@ -9156,6 +9537,43 @@ ], "time": "2018-07-13T07:12:17+00:00" }, + { + "name": "webflo/drupal-finder", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/webflo/drupal-finder.git", + "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637", + "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637", + "shasum": "" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/DrupalFinder.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Florian Weber", + "email": "florian@webflo.org" + } + ], + "description": "Helper class to locate a Drupal installation from a given path.", + "time": "2017-10-24T08:12:11+00:00" + }, { "name": "webmozart/assert", "version": "1.3.0", @@ -9469,1534 +9887,15 @@ "time": "2018-08-28T21:34:05+00:00" } ], - "packages-dev": [ - { - "name": "doctrine/instantiator", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", - "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "require-dev": { - "athletic/athletic": "~0.1.8", - "ext-pdo": "*", - "ext-phar": "*", - "phpunit/phpunit": "^6.2.3", - "squizlabs/php_codesniffer": "^3.0.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", - "keywords": [ - "constructor", - "instantiate" - ], - "time": "2017-07-22T11:58:36+00:00" - }, - { - "name": "mikey179/vfsStream", - "version": "v1.6.5", - "source": { - "type": "git", - "url": "https://github.com/mikey179/vfsStream.git", - "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", - "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } - }, - "autoload": { - "psr-0": { - "org\\bovigo\\vfs\\": "src/main/php" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Frank Kleine", - "homepage": "http://frankkleine.de/", - "role": "Developer" - } - ], - "description": "Virtual file system to mock the real file system in unit tests.", - "homepage": "http://vfs.bovigo.org/", - "time": "2017-08-01T08:02:14+00:00" - }, - { - "name": "myclabs/deep-copy", - "version": "1.8.1", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "replace": { - "myclabs/deep-copy": "self.version" - }, - "require-dev": { - "doctrine/collections": "^1.0", - "doctrine/common": "^2.6", - "phpunit/phpunit": "^7.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - }, - "files": [ - "src/DeepCopy/deep_copy.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "time": "2018-06-11T23:09:50+00:00" - }, - { - "name": "phar-io/manifest", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", - "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-phar": "*", - "phar-io/version": "^1.0.1", - "php": "^5.6 || ^7.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2017-03-05T18:14:27+00:00" - }, - { - "name": "phar-io/version", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", - "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Library for handling version information and constraints", - "time": "2017-03-05T17:38:23+00:00" - }, - { - "name": "phpdocumentor/reflection-common", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "shasum": "" - }, - "require": { - "php": ">=5.5" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" - } - ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], - "time": "2017-09-11T18:02:19+00:00" - }, - { - "name": "phpdocumentor/reflection-docblock", - "version": "4.3.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "94fd0001232e47129dd3504189fa1c7225010d08" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", - "reference": "94fd0001232e47129dd3504189fa1c7225010d08", - "shasum": "" - }, - "require": { - "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0.0", - "phpdocumentor/type-resolver": "^0.4.0", - "webmozart/assert": "^1.0" - }, - "require-dev": { - "doctrine/instantiator": "~1.0.5", - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^6.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2017-11-30T07:14:17+00:00" - }, - { - "name": "phpdocumentor/type-resolver", - "version": "0.4.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "phpdocumentor/reflection-common": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "time": "2017-07-14T14:27:02+00:00" - }, - { - "name": "phpspec/prophecy", - "version": "1.8.0", - "source": { - "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0|^3.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" - }, - "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.8.x-dev" - } - }, - "autoload": { - "psr-0": { - "Prophecy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" - } - ], - "description": "Highly opinionated mocking framework for PHP 5.3+", - "homepage": "https://github.com/phpspec/prophecy", - "keywords": [ - "Double", - "Dummy", - "fake", - "mock", - "spy", - "stub" - ], - "time": "2018-08-05T17:53:17+00:00" - }, - { - "name": "phpunit/php-code-coverage", - "version": "5.3.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "c89677919c5dd6d3b3852f230a663118762218ac" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", - "reference": "c89677919c5dd6d3b3852f230a663118762218ac", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-xmlwriter": "*", - "php": "^7.0", - "phpunit/php-file-iterator": "^1.4.2", - "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^2.0.1", - "sebastian/code-unit-reverse-lookup": "^1.0.1", - "sebastian/environment": "^3.0", - "sebastian/version": "^2.0.1", - "theseer/tokenizer": "^1.1" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "suggest": { - "ext-xdebug": "^2.5.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "time": "2018-04-06T15:36:58+00:00" - }, - { - "name": "phpunit/php-file-iterator", - "version": "1.4.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "time": "2017-11-27T13:52:08+00:00" - }, - { - "name": "phpunit/php-text-template", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "time": "2015-06-21T13:50:34+00:00" - }, - { - "name": "phpunit/php-timer", - "version": "1.0.9", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "time": "2017-02-26T11:10:40+00:00" - }, - { - "name": "phpunit/php-token-stream", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "791198a2c6254db10131eecfe8c06670700904db" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", - "reference": "791198a2c6254db10131eecfe8c06670700904db", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.2.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", - "keywords": [ - "tokenizer" - ], - "time": "2017-11-27T05:48:46+00:00" - }, - { - "name": "phpunit/phpunit", - "version": "6.5.13", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", - "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "myclabs/deep-copy": "^1.6.1", - "phar-io/manifest": "^1.0.1", - "phar-io/version": "^1.0", - "php": "^7.0", - "phpspec/prophecy": "^1.7", - "phpunit/php-code-coverage": "^5.3", - "phpunit/php-file-iterator": "^1.4.3", - "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^1.0.9", - "phpunit/phpunit-mock-objects": "^5.0.9", - "sebastian/comparator": "^2.1", - "sebastian/diff": "^2.0", - "sebastian/environment": "^3.1", - "sebastian/exporter": "^3.1", - "sebastian/global-state": "^2.0", - "sebastian/object-enumerator": "^3.0.3", - "sebastian/resource-operations": "^1.0", - "sebastian/version": "^2.0.1" - }, - "conflict": { - "phpdocumentor/reflection-docblock": "3.0.2", - "phpunit/dbunit": "<3.0" - }, - "require-dev": { - "ext-pdo": "*" - }, - "suggest": { - "ext-xdebug": "*", - "phpunit/php-invoker": "^1.1" - }, - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.5.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "time": "2018-09-08T15:10:43+00:00" - }, - { - "name": "phpunit/phpunit-mock-objects", - "version": "5.0.10", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", - "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.5", - "php": "^7.0", - "phpunit/php-text-template": "^1.2.1", - "sebastian/exporter": "^3.1" - }, - "conflict": { - "phpunit/phpunit": "<6.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.5.11" - }, - "suggest": { - "ext-soap": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", - "keywords": [ - "mock", - "xunit" - ], - "time": "2018-08-09T05:50:03+00:00" - }, - { - "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04T06:30:41+00:00" - }, - { - "name": "sebastian/comparator", - "version": "2.1.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", - "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", - "shasum": "" - }, - "require": { - "php": "^7.0", - "sebastian/diff": "^2.0 || ^3.0", - "sebastian/exporter": "^3.1" - }, - "require-dev": { - "phpunit/phpunit": "^6.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "time": "2018-02-01T13:46:46+00:00" - }, - { - "name": "sebastian/diff", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", - "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff" - ], - "time": "2017-08-03T08:09:46+00:00" - }, - { - "name": "sebastian/environment", - "version": "3.1.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", - "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "time": "2017-07-01T08:51:00+00:00" - }, - { - "name": "sebastian/exporter", - "version": "3.1.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", - "shasum": "" - }, - "require": { - "php": "^7.0", - "sebastian/recursion-context": "^3.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "time": "2017-04-03T13:19:02+00:00" - }, - { - "name": "sebastian/global-state", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "suggest": { - "ext-uopz": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "time": "2017-04-27T15:39:26+00:00" - }, - { - "name": "sebastian/object-enumerator", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "shasum": "" - }, - "require": { - "php": "^7.0", - "sebastian/object-reflector": "^1.1.1", - "sebastian/recursion-context": "^3.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-08-03T12:35:26+00:00" - }, - { - "name": "sebastian/object-reflector", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "773f97c67f28de00d397be301821b06708fca0be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", - "reference": "773f97c67f28de00d397be301821b06708fca0be", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "time": "2017-03-29T09:07:27+00:00" - }, - { - "name": "sebastian/recursion-context", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03T06:23:57+00:00" - }, - { - "name": "sebastian/resource-operations", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "shasum": "" - }, - "require": { - "php": ">=5.6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2015-07-28T20:34:47+00:00" - }, - { - "name": "sebastian/version", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "time": "2016-10-03T07:35:21+00:00" - }, - { - "name": "symfony/phpunit-bridge", - "version": "v4.1.6", - "source": { - "type": "git", - "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb", - "reference": "2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" - }, - "suggest": { - "ext-zip": "Zip support is required when using bin/simple-phpunit", - "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" - }, - "bin": [ - "bin/simple-phpunit" - ], - "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "4.1-dev" - }, - "thanks": { - "name": "phpunit/phpunit", - "url": "https://github.com/sebastianbergmann/phpunit" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Bridge\\PhpUnit\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony PHPUnit Bridge", - "homepage": "https://symfony.com", - "time": "2018-10-02T12:40:59+00:00" - }, - { - "name": "theseer/tokenizer", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } - ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2017-04-07T12:08:54+00:00" - } - ], + "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal/webform": 5 + "drutopia/drutopia": 20, + "drupal/drutopia_core": 20, + "drupal/drutopia_resource": 20, + "drupal/webform": 5, + "drupal/block_theme_sync": 15 }, "prefer-stable": true, "prefer-lowest": false, From fa10064401fcc868bc62ad4868189ce3df95003a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 12 Oct 2018 18:18:17 -0400 Subject: [PATCH 013/911] Update Drush to Drush 9 --- drush/drush.yml | 3 +++ drush/sites/.checksums/agaric-com-vm.site.md5 | 3 +++ drush/sites/.checksums/agaric-com.site.md5 | 3 +++ drush/sites/.checksums/dev.site.md5 | 3 +++ drush/sites/.checksums/test.site.md5 | 3 +++ drush/sites/.checksums/www-agaric-com.site.md5 | 3 +++ drush/sites/agaric-com-vm.site.yml | 2 ++ drush/sites/agaric-com.site.yml | 3 +++ drush/sites/dev.site.yml | 3 +++ drush/sites/test.site.yml | 8 ++++++++ drush/sites/www-agaric-com.site.yml | 3 +++ 11 files changed, 37 insertions(+) create mode 100644 drush/drush.yml create mode 100644 drush/sites/.checksums/agaric-com-vm.site.md5 create mode 100644 drush/sites/.checksums/agaric-com.site.md5 create mode 100644 drush/sites/.checksums/dev.site.md5 create mode 100644 drush/sites/.checksums/test.site.md5 create mode 100644 drush/sites/.checksums/www-agaric-com.site.md5 create mode 100644 drush/sites/agaric-com-vm.site.yml create mode 100644 drush/sites/agaric-com.site.yml create mode 100644 drush/sites/dev.site.yml create mode 100644 drush/sites/test.site.yml create mode 100644 drush/sites/www-agaric-com.site.yml diff --git a/drush/drush.yml b/drush/drush.yml new file mode 100644 index 0000000..7f0ffb3 --- /dev/null +++ b/drush/drush.yml @@ -0,0 +1,3 @@ +options: + uri: "http://agaric-com.test" + root: "/var/www/drutopia/web" diff --git a/drush/sites/.checksums/agaric-com-vm.site.md5 b/drush/sites/.checksums/agaric-com-vm.site.md5 new file mode 100644 index 0000000..4ba01f6 --- /dev/null +++ b/drush/sites/.checksums/agaric-com-vm.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file agaric-com-vm.site.yml. +# Delete this checksum file or modify agaric-com-vm.site.yml to prevent further updates to it. +803cc897046ce4422a5628c88a6530d7 \ No newline at end of file diff --git a/drush/sites/.checksums/agaric-com.site.md5 b/drush/sites/.checksums/agaric-com.site.md5 new file mode 100644 index 0000000..af5f546 --- /dev/null +++ b/drush/sites/.checksums/agaric-com.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file agaric-com.site.yml. +# Delete this checksum file or modify agaric-com.site.yml to prevent further updates to it. +20a4843ce00160519d65c2b95af6e93d \ No newline at end of file diff --git a/drush/sites/.checksums/dev.site.md5 b/drush/sites/.checksums/dev.site.md5 new file mode 100644 index 0000000..1a25b2b --- /dev/null +++ b/drush/sites/.checksums/dev.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file dev.site.yml. +# Delete this checksum file or modify dev.site.yml to prevent further updates to it. +b40b85df89e92671805321f36aed4b2c \ No newline at end of file diff --git a/drush/sites/.checksums/test.site.md5 b/drush/sites/.checksums/test.site.md5 new file mode 100644 index 0000000..2469828 --- /dev/null +++ b/drush/sites/.checksums/test.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file test.site.yml. +# Delete this checksum file or modify test.site.yml to prevent further updates to it. +9b18b11dbee37c8d757cdb559107c438 \ No newline at end of file diff --git a/drush/sites/.checksums/www-agaric-com.site.md5 b/drush/sites/.checksums/www-agaric-com.site.md5 new file mode 100644 index 0000000..350614e --- /dev/null +++ b/drush/sites/.checksums/www-agaric-com.site.md5 @@ -0,0 +1,3 @@ +# Checksum for converted Drush alias file www-agaric-com.site.yml. +# Delete this checksum file or modify www-agaric-com.site.yml to prevent further updates to it. +1c0160a3cfebe0f49df681a7dddd4181 \ No newline at end of file diff --git a/drush/sites/agaric-com-vm.site.yml b/drush/sites/agaric-com-vm.site.yml new file mode 100644 index 0000000..391bf5b --- /dev/null +++ b/drush/sites/agaric-com-vm.site.yml @@ -0,0 +1,2 @@ +# This is a placeholder file used to track when agaric-com-vm.aliases.drushrc.php was converted. +# If you delete agaric-com-vm.aliases.drushrc.php, then you may delete this file. \ No newline at end of file diff --git a/drush/sites/agaric-com.site.yml b/drush/sites/agaric-com.site.yml new file mode 100644 index 0000000..0976ad8 --- /dev/null +++ b/drush/sites/agaric-com.site.yml @@ -0,0 +1,3 @@ +test: + root: /var/www/drutopia//web + uri: agaric-com.test diff --git a/drush/sites/dev.site.yml b/drush/sites/dev.site.yml new file mode 100644 index 0000000..8f746a3 --- /dev/null +++ b/drush/sites/dev.site.yml @@ -0,0 +1,3 @@ +dev: + root: /var/www/drutopia/web + uri: 'http://agaric-com.test/' diff --git a/drush/sites/test.site.yml b/drush/sites/test.site.yml new file mode 100644 index 0000000..6e7ca92 --- /dev/null +++ b/drush/sites/test.site.yml @@ -0,0 +1,8 @@ +dev: + host: elizabeth.mayfirst.org + paths: + drush: /home/agaric_test/site/vendor/drush/drush + drush-script: /home/agaric_test/site/vendor/bin/drush + root: /home/agaric_test/site/web + uri: 'https://agaric-test.drutopia.org' + user: agaric_test diff --git a/drush/sites/www-agaric-com.site.yml b/drush/sites/www-agaric-com.site.yml new file mode 100644 index 0000000..4bfc44e --- /dev/null +++ b/drush/sites/www-agaric-com.site.yml @@ -0,0 +1,3 @@ +test: + root: /var/www/drutopia//web + uri: www.agaric-com.test From 49771666cc3e5c760fc3d746d3c6c848672fd989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 12 Oct 2018 18:34:15 -0400 Subject: [PATCH 014/911] Update config with latest Drutopia Using config_distro update ('merge'). --- ...block.block.content_search_form_global.yml | 4 +- ...block.block.content_search_form_search.yml | 4 +- .../sync/block.block.home_page_custom_1.yml | 33 + .../sync/block.block.home_page_custom_2.yml | 33 + .../sync/block.block.home_page_custom_3.yml | 33 + config/sync/block.block.home_page_feature.yml | 3 + config/sync/block.block.home_page_hero.yml | 3 + ...pshot.config_sync.module.block_content.yml | 539 +++ ...ot.snapshot.config_sync.module.comment.yml | 1849 +++++++- ...shot.snapshot.config_sync.module.dblog.yml | 12 +- ...t.snapshot.config_sync.module.drutopia.yml | 211 + ...ot.config_sync.module.drutopia_article.yml | 64 + ...pshot.config_sync.module.drutopia_blog.yml | 53 + ...pshot.config_sync.module.drutopia_core.yml | 150 +- ...shot.config_sync.module.drutopia_event.yml | 64 + ....config_sync.module.drutopia_home_page.yml | 266 +- ...g_sync.module.drutopia_related_content.yml | 34 + ...t.config_sync.module.drutopia_resource.yml | 268 +- ...pshot.snapshot.config_sync.module.file.yml | 1125 +++++ ...shot.snapshot.config_sync.module.gnode.yml | 962 ++++ ...shot.snapshot.config_sync.module.group.yml | 796 ++++ ...ot.snapshot.config_sync.module.metatag.yml | 2 +- ...ync.module.migrate_drupal_multilingual.yml | 2 +- ...pshot.snapshot.config_sync.module.node.yml | 1940 +++++++- ...t.snapshot.config_sync.module.pathauto.yml | 33 + ...snapshot.config_sync.module.search_api.yml | 426 ++ ...pshot.snapshot.config_sync.module.user.yml | 1359 +++++- ...t.config_sync.module.video_embed_field.yml | 11 + ...ot.snapshot.config_sync.module.webform.yml | 4089 ----------------- ....config_sync.module.wysiwyg_linebreaks.yml | 11 - ....entity_form_display.node.page.default.yml | 20 - ...ity_form_display.node.resource.default.yml | 26 +- ...y_form_display.paragraph.video.default.yml | 24 + ....entity_form_display.user.user.default.yml | 20 - ....entity_view_display.node.page.default.yml | 25 +- ...e.entity_view_display.node.page.teaser.yml | 3 +- ...entity_view_display.node.resource.card.yml | 17 +- ...ity_view_display.node.resource.default.yml | 2 + ...entity_view_display.node.resource.full.yml | 40 +- ...view_display.node.resource.simple_card.yml | 17 +- ...tity_view_display.node.resource.teaser.yml | 28 +- ...y_view_display.paragraph.video.default.yml | 26 + ....entity_view_display.user.user.default.yml | 19 - config/sync/core.extension.yml | 4 +- config/sync/editor.editor.basic_html.yml | 8 +- config/sync/editor.editor.full_html.yml | 8 +- .../sync/field.field.node.page.field_file.yml | 27 - .../field.field.node.page.field_image.yml | 38 - ...eld.node.resource.field_body_paragraph.yml | 14 + ...eld.node.resource.field_resource_video.yml | 25 + ...ield.paragraph.video.field_video_embed.yml | 25 + .../sync/field.field.user.user.field_bio.yml | 22 - ...d.field.user.user.field_gpg_public_key.yml | 27 - config/sync/field.storage.node.field_file.yml | 23 - .../sync/field.storage.node.field_image.yml | 2 +- ...ield.storage.node.field_resource_video.yml | 19 + ...ld.storage.paragraph.field_video_embed.yml | 19 + config/sync/field.storage.user.field_bio.yml | 19 - ...ield.storage.user.field_gpg_public_key.yml | 23 - config/sync/filter.format.basic_html.yml | 37 +- config/sync/filter.format.full_html.yml | 42 +- .../sync/paragraphs.paragraphs_type.video.yml | 9 + config/sync/pathauto.pattern.node_blog.yml | 6 +- config/sync/pathauto.pattern.user.yml | 14 - config/sync/pathauto.settings.yml | 8 + config/sync/redirect.settings.yml | 9 - ...stem.action.pathauto_update_alias_node.yml | 12 +- ...stem.action.pathauto_update_alias_user.yml | 12 +- ...ction.webform_submission_delete_action.yml | 13 - ...on.webform_submission_make_lock_action.yml | 13 - ....webform_submission_make_sticky_action.yml | 13 - ....webform_submission_make_unlock_action.yml | 13 - ...ebform_submission_make_unsticky_action.yml | 13 - config/sync/system.mail.yml | 1 - .../tour.tour.search-api-index-fields.yml | 16 +- .../sync/tour.tour.search-api-index-form.yml | 16 +- .../tour.tour.search-api-index-processors.yml | 16 +- config/sync/tour.tour.search-api-index.yml | 16 +- .../sync/tour.tour.search-api-server-form.yml | 16 +- config/sync/tour.tour.search-api-server.yml | 16 +- config/sync/user.role.authenticated.yml | 1 - config/sync/user.role.editor.yml | 4 - config/sync/user.role.manager.yml | 18 - config/sync/views.view.block_content.yml | 5 +- config/sync/views.view.files.yml | 5 +- config/sync/views.view.glossary.yml | 5 +- config/sync/views.view.group_members.yml | 7 +- config/sync/views.view.group_nodes.yml | 7 +- config/sync/views.view.redirect.yml | 600 --- .../sync/views.view.webform_submissions.yml | 3170 ------------- config/sync/webform.settings.yml | 184 - config/sync/webform.webform.contact.yml | 230 - .../webform.webform_options.country_codes.yml | 14 - .../webform.webform_options.country_names.yml | 14 - config/sync/webform.webform_options.days.yml | 14 - .../webform.webform_options.education.yml | 14 - ...form.webform_options.employment_status.yml | 14 - .../webform.webform_options.ethnicity.yml | 14 - .../sync/webform.webform_options.gender.yml | 14 - .../sync/webform.webform_options.industry.yml | 14 - .../webform.webform_options.languages.yml | 14 - ...bform.webform_options.likert_agreement.yml | 14 - ...form.webform_options.likert_comparison.yml | 14 - ...form.webform_options.likert_importance.yml | 14 - ...webform.webform_options.likert_quality.yml | 14 - ...rm.webform_options.likert_satisfaction.yml | 14 - ...bform.webform_options.likert_ten_scale.yml | 14 - ...bform.webform_options.likert_would_you.yml | 14 - ...webform.webform_options.marital_status.yml | 14 - .../sync/webform.webform_options.months.yml | 14 - .../webform.webform_options.phone_types.yml | 14 - .../webform.webform_options.relationship.yml | 14 - config/sync/webform.webform_options.size.yml | 14 - .../webform.webform_options.state_codes.yml | 14 - .../webform.webform_options.state_names.yml | 14 - ...m.webform_options.state_province_codes.yml | 14 - ...m.webform_options.state_province_names.yml | 14 - .../webform.webform_options.time_zones.yml | 14 - .../sync/webform.webform_options.titles.yml | 14 - .../sync/webform.webform_options.yes_no.yml | 14 - 120 files changed, 10556 insertions(+), 9332 deletions(-) create mode 100644 config/sync/block.block.home_page_custom_1.yml create mode 100644 config/sync/block.block.home_page_custom_2.yml create mode 100644 config/sync/block.block.home_page_custom_3.yml create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.gnode.yml create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.video_embed_field.yml delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.webform.yml delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.wysiwyg_linebreaks.yml create mode 100644 config/sync/core.entity_form_display.paragraph.video.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.video.default.yml delete mode 100644 config/sync/field.field.node.page.field_file.yml delete mode 100644 config/sync/field.field.node.page.field_image.yml create mode 100644 config/sync/field.field.node.resource.field_resource_video.yml create mode 100644 config/sync/field.field.paragraph.video.field_video_embed.yml delete mode 100644 config/sync/field.field.user.user.field_bio.yml delete mode 100644 config/sync/field.field.user.user.field_gpg_public_key.yml delete mode 100644 config/sync/field.storage.node.field_file.yml create mode 100644 config/sync/field.storage.node.field_resource_video.yml create mode 100644 config/sync/field.storage.paragraph.field_video_embed.yml delete mode 100644 config/sync/field.storage.user.field_bio.yml delete mode 100644 config/sync/field.storage.user.field_gpg_public_key.yml create mode 100644 config/sync/paragraphs.paragraphs_type.video.yml delete mode 100644 config/sync/pathauto.pattern.user.yml delete mode 100644 config/sync/redirect.settings.yml delete mode 100644 config/sync/system.action.webform_submission_delete_action.yml delete mode 100644 config/sync/system.action.webform_submission_make_lock_action.yml delete mode 100644 config/sync/system.action.webform_submission_make_sticky_action.yml delete mode 100644 config/sync/system.action.webform_submission_make_unlock_action.yml delete mode 100644 config/sync/system.action.webform_submission_make_unsticky_action.yml delete mode 100644 config/sync/views.view.redirect.yml delete mode 100644 config/sync/views.view.webform_submissions.yml delete mode 100644 config/sync/webform.settings.yml delete mode 100644 config/sync/webform.webform.contact.yml delete mode 100644 config/sync/webform.webform_options.country_codes.yml delete mode 100644 config/sync/webform.webform_options.country_names.yml delete mode 100644 config/sync/webform.webform_options.days.yml delete mode 100644 config/sync/webform.webform_options.education.yml delete mode 100644 config/sync/webform.webform_options.employment_status.yml delete mode 100644 config/sync/webform.webform_options.ethnicity.yml delete mode 100644 config/sync/webform.webform_options.gender.yml delete mode 100644 config/sync/webform.webform_options.industry.yml delete mode 100644 config/sync/webform.webform_options.languages.yml delete mode 100644 config/sync/webform.webform_options.likert_agreement.yml delete mode 100644 config/sync/webform.webform_options.likert_comparison.yml delete mode 100644 config/sync/webform.webform_options.likert_importance.yml delete mode 100644 config/sync/webform.webform_options.likert_quality.yml delete mode 100644 config/sync/webform.webform_options.likert_satisfaction.yml delete mode 100644 config/sync/webform.webform_options.likert_ten_scale.yml delete mode 100644 config/sync/webform.webform_options.likert_would_you.yml delete mode 100644 config/sync/webform.webform_options.marital_status.yml delete mode 100644 config/sync/webform.webform_options.months.yml delete mode 100644 config/sync/webform.webform_options.phone_types.yml delete mode 100644 config/sync/webform.webform_options.relationship.yml delete mode 100644 config/sync/webform.webform_options.size.yml delete mode 100644 config/sync/webform.webform_options.state_codes.yml delete mode 100644 config/sync/webform.webform_options.state_names.yml delete mode 100644 config/sync/webform.webform_options.state_province_codes.yml delete mode 100644 config/sync/webform.webform_options.state_province_names.yml delete mode 100644 config/sync/webform.webform_options.time_zones.yml delete mode 100644 config/sync/webform.webform_options.titles.yml delete mode 100644 config/sync/webform.webform_options.yes_no.yml diff --git a/config/sync/block.block.content_search_form_global.yml b/config/sync/block.block.content_search_form_global.yml index 130b24a..8476205 100644 --- a/config/sync/block.block.content_search_form_global.yml +++ b/config/sync/block.block.content_search_form_global.yml @@ -1,4 +1,4 @@ -uuid: f8a4f1dc-0291-4ea5-989d-0c47fb4ad8e6 +uuid: f6011b53-0c20-45ff-ae6b-869c04e39ec3 langcode: en status: true dependencies: @@ -9,8 +9,6 @@ dependencies: - views theme: - octavia -_core: - default_config_hash: drz4dvA7i2tK42yDl1PLhaeRiI0W20SqFccoObeKLAY id: content_search_form_global theme: octavia region: header_search diff --git a/config/sync/block.block.content_search_form_search.yml b/config/sync/block.block.content_search_form_search.yml index abca632..f60e0b3 100644 --- a/config/sync/block.block.content_search_form_search.yml +++ b/config/sync/block.block.content_search_form_search.yml @@ -1,4 +1,4 @@ -uuid: 327627eb-7ec6-4acd-aef6-e15c3eb48869 +uuid: 9219daa1-8ee6-43d3-9a05-273a04001e40 langcode: en status: true dependencies: @@ -10,8 +10,6 @@ dependencies: - views theme: - octavia -_core: - default_config_hash: Vj9rMV1HDin53HlL2YKiRIMEQUO8Aa-BUu7t-0tgUOc id: content_search_form_search theme: octavia region: sidebar_first diff --git a/config/sync/block.block.home_page_custom_1.yml b/config/sync/block.block.home_page_custom_1.yml new file mode 100644 index 0000000..92bd8c4 --- /dev/null +++ b/config/sync/block.block.home_page_custom_1.yml @@ -0,0 +1,33 @@ +uuid: d5d95d49-7807-406b-bf08-b5269cc93fa8 +langcode: en +status: true +dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + content: + - 'block_content:slide:a3a19121-c6a2-4a3f-8225-8e84f5fb0c9d' + module: + - block_content + - block_visibility_groups + theme: + - octavia +id: home_page_custom_1 +theme: octavia +region: content_bottom +weight: 0 +provider: null +plugin: 'block_content:a3a19121-c6a2-4a3f-8225-8e84f5fb0c9d' +settings: + id: 'block_content:a3a19121-c6a2-4a3f-8225-8e84f5fb0c9d' + label: 'Home page custom 1' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: columnar +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } diff --git a/config/sync/block.block.home_page_custom_2.yml b/config/sync/block.block.home_page_custom_2.yml new file mode 100644 index 0000000..c57005f --- /dev/null +++ b/config/sync/block.block.home_page_custom_2.yml @@ -0,0 +1,33 @@ +uuid: 4e7ad971-a2c9-4051-8b8f-b5004a54c304 +langcode: en +status: true +dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + content: + - 'block_content:slide:8f30e41d-3693-43bc-a281-9b11e29df3b8' + module: + - block_content + - block_visibility_groups + theme: + - octavia +id: home_page_custom_2 +theme: octavia +region: content_bottom +weight: 2 +provider: null +plugin: 'block_content:8f30e41d-3693-43bc-a281-9b11e29df3b8' +settings: + id: 'block_content:8f30e41d-3693-43bc-a281-9b11e29df3b8' + label: 'Home page custom 2' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: columnar +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } diff --git a/config/sync/block.block.home_page_custom_3.yml b/config/sync/block.block.home_page_custom_3.yml new file mode 100644 index 0000000..85b6f9c --- /dev/null +++ b/config/sync/block.block.home_page_custom_3.yml @@ -0,0 +1,33 @@ +uuid: 6025934c-30c9-4c59-8478-cb0e06f91182 +langcode: en +status: true +dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + content: + - 'block_content:slide:086d20ee-9e48-4ee3-81ae-263f7dc279ba' + module: + - block_content + - block_visibility_groups + theme: + - octavia +id: home_page_custom_3 +theme: octavia +region: content_bottom +weight: 4 +provider: null +plugin: 'block_content:086d20ee-9e48-4ee3-81ae-263f7dc279ba' +settings: + id: 'block_content:086d20ee-9e48-4ee3-81ae-263f7dc279ba' + label: 'Home page custom 3' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: columnar +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } diff --git a/config/sync/block.block.home_page_feature.yml b/config/sync/block.block.home_page_feature.yml index 213b21b..ae5cf4c 100644 --- a/config/sync/block.block.home_page_feature.yml +++ b/config/sync/block.block.home_page_feature.yml @@ -9,8 +9,11 @@ dependencies: - block_content module: - block_visibility_groups + - block_content theme: - octavia + content: + - 'block_content:slide:2b547200-6da3-4608-aa40-b98a6bea4933' _core: default_config_hash: Gfi_3QiVJsPMCSzDXQdrnY7iKUWS_k76GDc0iK3yDNw id: home_page_feature diff --git a/config/sync/block.block.home_page_hero.yml b/config/sync/block.block.home_page_hero.yml index c9ce523..b791740 100644 --- a/config/sync/block.block.home_page_hero.yml +++ b/config/sync/block.block.home_page_hero.yml @@ -9,8 +9,11 @@ dependencies: - block_content module: - block_visibility_groups + - block_content theme: - octavia + content: + - 'block_content:slide:9f7eec29-3c40-49f1-b7d9-18ff5c4eb32d' _core: default_config_hash: 7LaudnAYBHZQGUVPqWOVEya4bd5pa1kdHDJn9SKEhcE id: home_page_hero diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.block_content.yml b/config/sync/config_snapshot.snapshot.config_sync.module.block_content.yml index 900c276..39521ad 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.block_content.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.block_content.yml @@ -44,3 +44,542 @@ items: indexes: { } persist_with_no_fields: true custom_storage: false + - + collection: '' + name: views.view.block_content + data: + langcode: en + status: true + dependencies: + module: + - block_content + - user + id: block_content + label: 'Custom block library' + module: views + description: 'Find and manage custom blocks.' + tag: default + base_table: block_content_field_data + base_field: id + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'administer blocks' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: mini + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + tags: + previous: '‹ Previous' + next: 'Next ›' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + info: info + type: type + changed: changed + operations: operations + info: + info: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: true + row: + type: fields + fields: + info: + id: info + table: block_content_field_data + field: info + relationship: none + group_type: group + admin_label: '' + label: 'Block description' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: null + entity_field: info + plugin_id: field + type: + id: type + table: block_content_field_data + field: type + relationship: none + group_type: group + admin_label: '' + label: 'Block type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: block_content + entity_field: type + plugin_id: field + changed: + id: changed + table: block_content_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + entity_type: block_content + entity_field: changed + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + plugin_id: field + operations: + id: operations + table: block_content + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: block_content + plugin_id: entity_operations + filters: + info: + id: info + table: block_content_field_data + field: info + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: info_op + label: 'Block description' + description: '' + use_operator: false + operator: info_op + identifier: info + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: block_content + entity_field: info + plugin_id: string + type: + id: type + table: block_content_field_data + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: 'Block type' + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: block_content + entity_field: type + plugin_id: bundle + reusable: + id: reusable + table: block_content_field_data + field: reusable + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: block_content + entity_field: reusable + plugin_id: boolean + sorts: { } + title: 'Custom block library' + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There are no custom blocks available.' + plugin_id: text_custom + block_content_listing_empty: + admin_label: '' + empty: true + field: block_content_listing_empty + group_type: group + id: block_content_listing_empty + label: '' + relationship: none + table: block_content + plugin_id: block_content_listing_empty + entity_type: block_content + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: admin/structure/block/block-content + menu: + type: tab + title: 'Custom block library' + description: '' + parent: block.admin_display + weight: 0 + context: '0' + menu_name: admin + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.comment.yml b/config/sync/config_snapshot.snapshot.config_sync.module.comment.yml index 8c3315e..1d78136 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.comment.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.comment.yml @@ -56,7 +56,7 @@ items: id: comment_delete_action label: 'Delete comment' type: comment - plugin: comment_delete_action + plugin: 'entity:delete_action:comment' configuration: { } - collection: '' @@ -100,3 +100,1850 @@ items: type: comment plugin: 'entity:unpublish_action:comment' configuration: { } + - + collection: '' + name: views.view.comment + data: + langcode: en + status: true + dependencies: + module: + - comment + - user + id: comment + label: Comments + module: comment + description: 'Find and manage comments.' + tag: default + base_table: comment_field_data + base_field: cid + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'administer comments' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + tags: + previous: '‹ previous' + next: 'next ›' + first: '« first' + last: 'last »' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: true + caption: '' + summary: '' + description: '' + columns: + comment_bulk_form: comment_bulk_form + subject: subject + uid: uid + entity_id: entity_id + changed: changed + operations: operations + info: + comment_bulk_form: + align: '' + separator: '' + empty_column: false + responsive: '' + subject: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + uid: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + entity_id: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: true + row: + type: fields + fields: + comment_bulk_form: + id: comment_bulk_form + table: comment + field: comment_bulk_form + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: Action + include_exclude: include + selected_actions: + - comment_delete_action + - comment_unpublish_action + plugin_id: comment_bulk_form + entity_type: comment + subject: + id: subject + table: comment_field_data + field: subject + relationship: none + group_type: group + admin_label: '' + label: Subject + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: comment_permalink + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: subject + plugin_id: field + uid: + id: uid + table: comment_field_data + field: uid + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: uid + plugin_id: field + name: + id: name + table: comment_field_data + field: name + relationship: none + group_type: group + admin_label: '' + label: Author + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '{{ uid }}' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: comment_username + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: name + plugin_id: field + entity_id: + id: entity_id + table: comment_field_data + field: entity_id + relationship: none + group_type: group + admin_label: '' + label: 'Posted in' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: entity_id + plugin_id: commented_entity + changed: + id: changed + table: comment_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: changed + plugin_id: field + operations: + id: operations + table: comment + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: comment + plugin_id: entity_operations + name_1: + id: name_1 + table: users_field_data + field: name + relationship: uid + group_type: group + admin_label: '' + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: user_name + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: user + entity_field: name + plugin_id: field + filters: + status: + id: status + table: comment_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: comment + entity_field: status + plugin_id: boolean + subject: + id: subject + table: comment_field_data + field: subject + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: subject_op + label: Subject + description: '' + use_operator: false + operator: subject_op + identifier: subject + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: comment + entity_field: subject + plugin_id: string + combine: + id: combine + table: views + field: combine + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: combine_op + label: 'Author name' + description: '' + use_operator: false + operator: combine_op + identifier: author_name + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + fields: + name: name + name_1: name_1 + plugin_id: combine + langcode: + id: langcode + table: comment_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: langcode_op + label: Language + description: '' + use_operator: false + operator: langcode_op + identifier: langcode + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: comment + entity_field: langcode + plugin_id: language + sorts: + changed: + id: changed + table: comment_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + granularity: second + entity_type: comment + entity_field: changed + plugin_id: date + title: Comments + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No comments available.' + plugin_id: text_custom + arguments: { } + display_extenders: { } + use_more: false + use_more_always: true + use_more_text: more + use_ajax: false + hide_attachment_summary: false + show_admin_links: true + group_by: false + css_class: '' + relationships: + uid: + id: uid + table: comment_field_data + field: uid + relationship: none + group_type: group + admin_label: author + required: false + entity_type: comment + entity_field: uid + plugin_id: standard + filter_groups: + operator: AND + groups: + 1: AND + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + page_published: + display_plugin: page + id: page_published + display_title: 'Published comments' + position: 1 + display_options: + path: admin/content/comment + menu: + type: tab + title: Comments + description: 'Comments published' + parent: '' + weight: 0 + context: '0' + menu_name: admin + display_description: 'The approved comments listing.' + display_extenders: { } + exposed_block: false + display_comment: '' + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + page_unapproved: + display_plugin: page + id: page_unapproved + display_title: 'Unapproved comments' + position: 2 + display_options: + path: admin/content/comment/approval + menu: + type: tab + title: 'Unapproved comments' + description: 'Comments unapproved' + parent: '' + weight: 1 + context: '0' + menu_name: admin + display_description: 'The unapproved comments listing.' + filters: + status: + id: status + table: comment_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '0' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: comment + entity_field: status + plugin_id: boolean + subject: + id: subject + table: comment_field_data + field: subject + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: subject_op + label: Subject + description: '' + use_operator: false + operator: subject_op + identifier: subject + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: comment + entity_field: subject + plugin_id: string + combine: + id: combine + table: views + field: combine + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: combine_op + label: 'Author Name' + description: '' + use_operator: false + operator: combine_op + identifier: author_name + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + fields: + name: name + name_1: name_1 + plugin_id: combine + langcode: + id: langcode + table: comment_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: langcode_op + label: Language + description: '' + use_operator: false + operator: langcode_op + identifier: langcode + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: comment + entity_field: langcode + plugin_id: language + defaults: + filters: false + filter_groups: false + fields: false + display_extenders: { } + fields: + comment_bulk_form: + id: comment_bulk_form + table: comment + field: comment_bulk_form + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: Action + include_exclude: include + selected_actions: + - comment_delete_action + - comment_publish_action + plugin_id: comment_bulk_form + entity_type: comment + subject: + id: subject + table: comment_field_data + field: subject + relationship: none + group_type: group + admin_label: '' + label: Subject + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: comment_permalink + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: subject + plugin_id: field + uid: + id: uid + table: comment_field_data + field: uid + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: uid + plugin_id: field + name: + id: name + table: comment_field_data + field: name + relationship: none + group_type: group + admin_label: '' + label: Author + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '{{ uid }}' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: comment_username + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: name + plugin_id: field + entity_id: + id: entity_id + table: comment_field_data + field: entity_id + relationship: none + group_type: group + admin_label: '' + label: 'Posted in' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: entity_id + plugin_id: commented_entity + changed: + id: changed + table: comment_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: comment + entity_field: changed + plugin_id: field + operations: + id: operations + table: comment + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: comment + plugin_id: entity_operations + name_1: + id: name_1 + table: users_field_data + field: name + relationship: uid + group_type: group + admin_label: '' + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: user_name + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: user + entity_field: name + plugin_id: field + filter_groups: + operator: AND + groups: + 1: AND + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + - + collection: '' + name: views.view.comments_recent + data: + langcode: en + status: true + dependencies: + module: + - comment + - node + - user + id: comments_recent + label: 'Recent comments' + module: views + description: 'Recent comments.' + tag: default + base_table: comment_field_data + base_field: cid + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access comments' + cache: + type: tag + query: + type: views_query + exposed_form: + type: basic + pager: + type: some + options: + items_per_page: 10 + offset: 0 + style: + type: html_list + options: + grouping: { } + row_class: '' + default_row_class: true + type: ul + wrapper_class: item-list + class: '' + row: + type: fields + options: + default_field_elements: true + hide_empty: false + relationships: + node: + field: node + id: node + table: comment_field_data + required: true + plugin_id: standard + fields: + subject: + id: subject + table: comment_field_data + field: subject + relationship: none + type: string + settings: + link_to_entity: true + plugin_id: field + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: false + ellipsis: false + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + entity_type: comment + entity_field: subject + changed: + id: changed + table: comment_field_data + field: changed + relationship: none + plugin_id: field + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: timestamp_ago + settings: + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + entity_type: comment + entity_field: changed + filters: + status: + value: '1' + table: comment_field_data + field: status + id: status + plugin_id: boolean + expose: + operator: '' + group: 1 + entity_type: comment + entity_field: status + status_node: + value: '1' + table: node_field_data + field: status + relationship: node + id: status_node + plugin_id: boolean + expose: + operator: '' + group: 1 + entity_type: node + entity_field: status + sorts: + created: + id: created + table: comment_field_data + field: created + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + plugin_id: date + entity_type: comment + entity_field: created + cid: + id: cid + table: comment_field_data + field: cid + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + plugin_id: field + entity_type: comment + entity_field: cid + title: 'Recent comments' + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + label: '' + empty: true + content: 'No comments available.' + tokenize: false + plugin_id: text_custom + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } + block_1: + display_plugin: block + id: block_1 + display_title: Block + position: 1 + display_options: + block_description: 'Recent comments' + block_category: 'Lists (Views)' + allow: + items_per_page: true + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.dblog.yml b/config/sync/config_snapshot.snapshot.config_sync.module.dblog.yml index c20d7b3..2a0d6d6 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.dblog.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.dblog.yml @@ -672,18 +672,16 @@ items: footer: { } empty: area: - id: area + id: area_text_custom table: views - field: area + field: area_text_custom relationship: none group_type: group - admin_label: '' + admin_label: 'No log messages available.' empty: true tokenize: false - content: - value: 'No log messages available.' - format: basic_html - plugin_id: text + content: 'No log messages available.' + plugin_id: text_custom relationships: uid: id: uid diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia.yml index 1ab7d03..7d38e21 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia.yml @@ -14,6 +14,110 @@ items: name: automated_cron.settings data: interval: 10800 + - + collection: '' + name: block.block.content_search_form_global + data: + langcode: en + status: true + dependencies: + config: + - views.view.search + module: + - block_visibility_groups + - views + theme: + - octavia + id: content_search_form_global + theme: octavia + region: header_search + weight: 0 + provider: null + plugin: 'views_exposed_filter_block:search-page_1' + settings: + id: 'views_exposed_filter_block:search-page_1' + label: '' + provider: views + label_display: '0' + views_label: '' + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } + - + collection: '' + name: block.block.content_search_form_search + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.search + - views.view.search + module: + - block_visibility_groups + - views + theme: + - octavia + id: content_search_form_search + theme: octavia + region: sidebar_first + weight: 0 + provider: null + plugin: 'views_exposed_filter_block:search-page_1' + settings: + id: 'views_exposed_filter_block:search-page_1' + label: '' + provider: views + label_display: '0' + views_label: '' + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: search + context_mapping: { } + - + collection: '' + name: block.block.group_operations + data: + langcode: en + status: true + dependencies: + module: + - block_visibility_groups + - ctools + - group + theme: + - octavia + id: group_operations + theme: octavia + region: sidebar_first + weight: -20 + provider: null + plugin: group_operations + settings: + id: group_operations + label: 'Group operations' + provider: group + label_display: visible + context_mapping: + group: '@group.group_route_context:group' + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } + 'entity_bundle:group': + id: 'entity_bundle:group' + bundles: + group: group + negate: false + context_mapping: + group: '@group.group_route_context:group' - collection: '' name: block.block.octavia_footer_menu @@ -288,6 +392,113 @@ items: primary: false secondary: true visibility: { } + - + collection: '' + name: block.block.socialmedialinks + data: + langcode: en + status: true + dependencies: + module: + - social_media_links + theme: + - octavia + id: socialmedialinks + theme: octavia + region: footer + weight: 0 + provider: null + plugin: social_media_links_block + settings: + id: social_media_links_block + label: 'Social Media Links' + provider: social_media_links + label_display: '0' + platforms: + behance: + value: '' + description: '' + weight: '-10' + bitbucket: + value: '' + description: '' + weight: '-9' + contact: + value: '' + description: '' + weight: '-8' + drupal: + value: '' + description: '' + weight: '-7' + email: + value: '' + description: '' + weight: '-6' + facebook: + value: '' + description: '' + weight: '-5' + github: + value: '' + description: '' + weight: '-4' + googleplus: + value: '' + description: '' + weight: '-3' + instagram: + value: '' + description: '' + weight: '-2' + linkedin: + value: '' + description: '' + weight: '-1' + pinterest: + value: '' + description: '' + weight: '0' + rss: + value: '' + description: '' + weight: '1' + slideshare: + value: '' + description: '' + weight: '2' + tumblr: + value: '' + description: '' + weight: '3' + twitter: + value: '' + description: '' + weight: '4' + vimeo: + value: '' + description: '' + weight: '5' + youtube: + value: '' + description: '' + weight: '6' + youtube_channel: + value: '' + description: '' + weight: '7' + appearance: + orientation: h + show_name: 0 + link_attributes: + target: '' + rel: '' + iconset: + style: 'fontawesome:2x' + installed_iconsets: + fontawesome: + examples: '' + visibility: { } - collection: '' name: seven.settings diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_article.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_article.yml index 240fef4..469ad5d 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_article.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_article.yml @@ -9,6 +9,70 @@ snapshotSet: config_sync extensionType: module extensionName: drutopia_article items: + - + collection: '' + name: block.block.article_topics_facet + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.article_listing + - facets.facet.article_topics + module: + - block_visibility_groups + - facets + theme: + - octavia + id: article_topics_facet + theme: octavia + region: sidebar_first + weight: 2 + provider: null + plugin: 'facet_block:article_topics' + settings: + id: 'facet_block:article_topics' + label: Topics + provider: facets + label_display: visible + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: article_listing + context_mapping: { } + - + collection: '' + name: block.block.article_type_facet + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.article_listing + - facets.facet.article_type + module: + - block_visibility_groups + - facets + theme: + - octavia + id: article_type_facet + theme: octavia + region: sidebar_first + weight: 4 + provider: null + plugin: 'facet_block:article_type' + settings: + id: 'facet_block:article_type' + label: Type + provider: facets + label_display: visible + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: article_listing + context_mapping: { } - collection: '' name: block_visibility_groups.block_visibility_group.article_listing diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_blog.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_blog.yml index bed7d76..8dc7232 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_blog.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_blog.yml @@ -9,6 +9,59 @@ snapshotSet: config_sync extensionType: module extensionName: drutopia_blog items: + - + collection: '' + name: block.block.blog_topics_facet + data: + uuid: 392eb691-4753-4737-af52-c4d417d12522 + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.blog_listing + - facets.facet.blog_topics + module: + - block_visibility_groups + - facets + theme: + - octavia + id: blog_topics_facet + theme: octavia + region: sidebar_first + weight: 0 + provider: null + plugin: 'facet_block:blog_topics' + settings: + id: 'facet_block:blog_topics' + label: Topics + provider: facets + label_display: visible + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: blog_listing + context_mapping: { } + - + collection: '' + name: block_visibility_groups.block_visibility_group.blog_listing + data: + langcode: en + status: true + dependencies: + module: + - system + id: blog_listing + label: 'Blog Listing' + logic: and + conditions: + b3c1bb42-5349-4f54-abe9-590277c82bcc: + id: request_path + pages: /blog + negate: false + context_mapping: { } + uuid: b3c1bb42-5349-4f54-abe9-590277c82bcc + allow_other_conditions: false - collection: '' name: core.entity_form_display.node.blog.default diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_core.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_core.yml index 55fe277..2d94814 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_core.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_core.yml @@ -249,6 +249,33 @@ items: created: true status: true uid: true + - + collection: '' + name: core.entity_form_display.paragraph.video.default + data: + langcode: en + status: true + dependencies: + config: + - field.field.paragraph.video.field_video_embed + - paragraphs.paragraphs_type.video + module: + - video_embed_field + id: paragraph.video.default + targetEntityType: paragraph + bundle: video + mode: default + content: + field_video_embed: + weight: 0 + settings: { } + third_party_settings: { } + type: video_embed_field_textfield + region: content + hidden: + created: true + status: true + uid: true - collection: '' name: core.entity_view_display.paragraph.faq.default @@ -523,6 +550,35 @@ items: type: datetime_default region: left hidden: { } + - + collection: '' + name: core.entity_view_display.paragraph.video.default + data: + langcode: en + status: true + dependencies: + config: + - field.field.paragraph.video.field_video_embed + - paragraphs.paragraphs_type.video + module: + - video_embed_field + id: paragraph.video.default + targetEntityType: paragraph + bundle: video + mode: default + content: + field_video_embed: + weight: 0 + label: visually_hidden + settings: + responsive: true + width: 854 + height: 480 + autoplay: false + third_party_settings: { } + type: video_embed_field_video + region: content + hidden: { } - collection: '' name: core.entity_view_mode.block_content.columnar @@ -902,6 +958,34 @@ items: default_value_callback: '' settings: { } field_type: datetime + - + collection: '' + name: field.field.paragraph.video.field_video_embed + data: + langcode: en + status: true + dependencies: + config: + - field.storage.paragraph.field_video_embed + - paragraphs.paragraphs_type.video + module: + - video_embed_field + id: paragraph.video.field_video_embed + field_name: field_video_embed + entity_type: paragraph + bundle: video + label: 'Video embed' + description: 'Paste in the embed link from YouTube or Vimeo to embed a video.' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: + allowed_providers: + vimeo: '0' + youtube: '0' + youtube_playlist: '0' + field_type: video_embed_field - collection: '' name: field.storage.block_content.field_slide @@ -1225,6 +1309,28 @@ items: indexes: { } persist_with_no_fields: true custom_storage: false + - + collection: '' + name: field.storage.paragraph.field_video_embed + data: + langcode: en + status: true + dependencies: + module: + - paragraphs + - video_embed_field + id: paragraph.field_video_embed + field_name: field_video_embed + entity_type: paragraph + type: video_embed_field + settings: { } + module: video_embed_field + locked: false + cardinality: 1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false - collection: '' name: image.style.max_1300x1300 @@ -1415,6 +1521,18 @@ items: icon_uuid: null description: null behavior_plugins: { } + - + collection: '' + name: paragraphs.paragraphs_type.video + data: + langcode: en + status: true + dependencies: { } + id: video + label: Video + icon_uuid: null + description: 'For adding an embedded video from YouTube or Vimeo.' + behavior_plugins: { } - collection: '' name: rdf.mapping.taxonomy_term.tags @@ -1583,10 +1701,10 @@ items: weight: 2 is_admin: null permissions: - - 'edit terms in tags' - - 'view the administration theme' - 'access contextual links' - 'access in-place editing' + - 'edit terms in tags' + - 'view the administration theme' - 'create action content' - 'delete own action content' - 'edit own action content' @@ -1625,6 +1743,12 @@ items: weight: 3 is_admin: null permissions: + - 'access contextual links' + - 'access in-place editing' + - 'access toolbar' + - 'access tour' + - 'bypass node access' + - 'create url aliases' - 'access administration pages' - 'access content overview' - 'access files overview' @@ -1641,12 +1765,6 @@ items: - 'view own unpublished content' - 'view the administration theme' - 'use text format restricted_html' - - 'access contextual links' - - 'access in-place editing' - - 'access toolbar' - - 'access tour' - - 'bypass node access' - - 'create url aliases' - 'administer comments' - 'skip comment approval' - 'create event content' @@ -1667,6 +1785,14 @@ items: weight: 4 is_admin: null permissions: + - 'access contextual links' + - 'access in-place editing' + - 'access toolbar' + - 'access tour' + - 'access user contact forms' + - 'administer url aliases' + - 'bypass node access' + - 'create url aliases' - 'access administration pages' - 'access content overview' - 'access files overview' @@ -1689,14 +1815,6 @@ items: - 'view the administration theme' - 'administer meta tags' - 'use text format restricted_html' - - 'access contextual links' - - 'access in-place editing' - - 'access toolbar' - - 'access tour' - - 'access user contact forms' - - 'administer url aliases' - - 'bypass node access' - - 'create url aliases' - 'administer comments' - 'skip comment approval' - 'create event content' diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_event.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_event.yml index b853ed1..8ca5870 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_event.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_event.yml @@ -9,6 +9,70 @@ snapshotSet: config_sync extensionType: module extensionName: drutopia_event items: + - + collection: '' + name: block.block.event_topics_facet + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.event_listing + - facets.facet.event_topics + module: + - block_visibility_groups + - facets + theme: + - octavia + id: event_topics_facet + theme: octavia + region: sidebar_first + weight: 0 + provider: null + plugin: 'facet_block:event_topics' + settings: + id: 'facet_block:event_topics' + label: Topics + provider: facets + label_display: visible + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: event_listing + context_mapping: { } + - + collection: '' + name: block.block.event_type_facet + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.event_listing + - facets.facet.event_type + module: + - block_visibility_groups + - facets + theme: + - octavia + id: event_type_facet + theme: octavia + region: sidebar_first + weight: 2 + provider: null + plugin: 'facet_block:event_type' + settings: + id: 'facet_block:event_type' + label: Type + provider: facets + label_display: visible + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: event_listing + context_mapping: { } - collection: '' name: block_visibility_groups.block_visibility_group.event_listing diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_home_page.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_home_page.yml index 65e10f4..a219221 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_home_page.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_home_page.yml @@ -9,6 +9,114 @@ snapshotSet: config_sync extensionType: module extensionName: drutopia_home_page items: + - + collection: '' + name: block.block.home_page_custom_1 + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + content: + - 'block_content:slide:a3a19121-c6a2-4a3f-8225-8e84f5fb0c9d' + module: + - block_content + - block_visibility_groups + theme: + - octavia + id: home_page_custom_1 + theme: octavia + region: content_bottom + weight: 0 + provider: null + plugin: 'block_content:a3a19121-c6a2-4a3f-8225-8e84f5fb0c9d' + settings: + id: 'block_content:a3a19121-c6a2-4a3f-8225-8e84f5fb0c9d' + label: 'Home page custom 1' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: columnar + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } + - + collection: '' + name: block.block.home_page_custom_2 + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + content: + - 'block_content:slide:8f30e41d-3693-43bc-a281-9b11e29df3b8' + module: + - block_content + - block_visibility_groups + theme: + - octavia + id: home_page_custom_2 + theme: octavia + region: content_bottom + weight: 2 + provider: null + plugin: 'block_content:8f30e41d-3693-43bc-a281-9b11e29df3b8' + settings: + id: 'block_content:8f30e41d-3693-43bc-a281-9b11e29df3b8' + label: 'Home page custom 2' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: columnar + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } + - + collection: '' + name: block.block.home_page_custom_3 + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + content: + - 'block_content:slide:086d20ee-9e48-4ee3-81ae-263f7dc279ba' + module: + - block_content + - block_visibility_groups + theme: + - octavia + id: home_page_custom_3 + theme: octavia + region: content_bottom + weight: 4 + provider: null + plugin: 'block_content:086d20ee-9e48-4ee3-81ae-263f7dc279ba' + settings: + id: 'block_content:086d20ee-9e48-4ee3-81ae-263f7dc279ba' + label: 'Home page custom 3' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: columnar + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } - collection: '' name: block.block.home_page_feature @@ -18,13 +126,16 @@ items: dependencies: config: - block_visibility_groups.block_visibility_group.home_page - module: - - block_visibility_groups - theme: - - octavia + content: + - 'block_content:slide:2b547200-6da3-4608-aa40-b98a6bea4933' enforced: module: - block_content + module: + - block_content + - block_visibility_groups + theme: + - octavia id: home_page_feature theme: octavia region: content @@ -54,13 +165,16 @@ items: dependencies: config: - block_visibility_groups.block_visibility_group.home_page - module: - - block_visibility_groups - theme: - - octavia + content: + - 'block_content:slide:9f7eec29-3c40-49f1-b7d9-18ff5c4eb32d' enforced: module: - block_content + module: + - block_content + - block_visibility_groups + theme: + - octavia id: home_page_hero theme: octavia region: highlighted @@ -81,6 +195,142 @@ items: negate: false block_visibility_group: home_page context_mapping: { } + - + collection: '' + name: block.block.views_block__action_block_promoted + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + - views.view.action + module: + - block_visibility_groups + - views + theme: + - octavia + id: views_block__action_block_promoted + theme: octavia + region: content + weight: 2 + provider: null + plugin: 'views_block:action-block_promoted' + settings: + id: 'views_block:action-block_promoted' + label: '' + provider: views + label_display: visible + views_label: '' + items_per_page: none + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } + - + collection: '' + name: block.block.views_block__article_block_promoted + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + - views.view.article + module: + - block_visibility_groups + - views + theme: + - octavia + id: views_block__article_block_promoted + theme: octavia + region: content + weight: 0 + provider: null + plugin: 'views_block:article-block_promoted' + settings: + id: 'views_block:article-block_promoted' + label: '' + provider: views + label_display: visible + views_label: '' + items_per_page: none + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } + - + collection: '' + name: block.block.views_block__blog_block_promoted + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + - views.view.blog + module: + - block_visibility_groups + - views + theme: + - octavia + id: views_block__blog_block_promoted + theme: octavia + region: content + weight: 6 + provider: null + plugin: 'views_block:blog-block_promoted' + settings: + id: 'views_block:blog-block_promoted' + label: '' + provider: views + label_display: visible + views_label: '' + items_per_page: none + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } + - + collection: '' + name: block.block.views_block__campaign_block_promoted + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + - views.view.campaign + module: + - block_visibility_groups + - views + theme: + - octavia + id: views_block__campaign_block_promoted + theme: octavia + region: content + weight: 8 + provider: null + plugin: 'views_block:campaign-block_promoted' + settings: + id: 'views_block:campaign-block_promoted' + label: '' + provider: views + label_display: visible + views_label: '' + items_per_page: none + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: home_page + context_mapping: { } - collection: '' name: block.block.views_block__resource_block_promoted diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_related_content.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_related_content.yml index 20b7674..c9d6086 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_related_content.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_related_content.yml @@ -9,6 +9,40 @@ snapshotSet: config_sync extensionType: module extensionName: drutopia_related_content items: + - + collection: '' + name: block.block.views_block__related_content_block_related_content + data: + langcode: en + status: true + dependencies: + config: + - views.view.related_content + module: + - block_visibility_groups + - views + theme: + - octavia + id: views_block__related_content_block_related_content + theme: octavia + region: content + weight: 10 + provider: null + plugin: 'views_block:related_content-block_related_content' + settings: + id: 'views_block:related_content-block_related_content' + label: '' + provider: views + label_display: visible + views_label: '' + items_per_page: none + context_mapping: { } + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } - collection: '' name: views.view.related_content diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_resource.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_resource.yml index 960a512..593455e 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_resource.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_resource.yml @@ -9,6 +9,70 @@ snapshotSet: config_sync extensionType: module extensionName: drutopia_resource items: + - + collection: '' + name: block.block.resource_topics_facet + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.resource_listing + - facets.facet.resource_topics + module: + - block_visibility_groups + - facets + theme: + - octavia + id: resource_topics_facet + theme: octavia + region: sidebar_first + weight: 2 + provider: null + plugin: 'facet_block:resource_topics' + settings: + id: 'facet_block:resource_topics' + label: Topics + provider: facets + label_display: visible + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: resource_listing + context_mapping: { } + - + collection: '' + name: block.block.resource_type_facet + data: + langcode: en + status: true + dependencies: + config: + - block_visibility_groups.block_visibility_group.resource_listing + - facets.facet.resource_type + module: + - block_visibility_groups + - facets + theme: + - octavia + id: resource_type_facet + theme: octavia + region: sidebar_first + weight: 4 + provider: null + plugin: 'facet_block:resource_type' + settings: + id: 'facet_block:resource_type' + label: Type + provider: facets + label_display: visible + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: resource_listing + context_mapping: { } - collection: '' name: block_visibility_groups.block_visibility_group.resource_listing @@ -44,6 +108,7 @@ items: - field.field.node.resource.field_resource_file - field.field.node.resource.field_resource_link - field.field.node.resource.field_resource_type + - field.field.node.resource.field_resource_video - field.field.node.resource.field_summary - field.field.node.resource.field_tags - field.field.node.resource.field_topics @@ -57,6 +122,7 @@ items: - paragraphs - path - text + - video_embed_field id: node.resource.default targetEntityType: node bundle: resource @@ -64,7 +130,7 @@ items: content: created: type: datetime_timestamp - weight: 10 + weight: 11 region: content settings: { } third_party_settings: { } @@ -89,7 +155,7 @@ items: type: image_image region: content field_meta_tags: - weight: 15 + weight: 16 settings: { } third_party_settings: { } type: metatag_firehose @@ -115,6 +181,12 @@ items: third_party_settings: { } type: options_select region: content + field_resource_video: + weight: 7 + settings: { } + third_party_settings: { } + type: video_embed_field_textfield + region: content field_summary: weight: 3 settings: @@ -124,7 +196,7 @@ items: type: text_textarea region: content field_tags: - weight: 8 + weight: 9 settings: match_operator: CONTAINS size: 60 @@ -133,14 +205,14 @@ items: type: entity_reference_autocomplete_tags region: content field_topics: - weight: 7 + weight: 8 settings: { } third_party_settings: { } type: options_select region: content path: type: path - weight: 13 + weight: 14 region: content settings: { } third_party_settings: { } @@ -148,21 +220,21 @@ items: type: boolean_checkbox settings: display_label: true - weight: 11 + weight: 12 region: content third_party_settings: { } status: type: boolean_checkbox settings: display_label: true - weight: 14 + weight: 15 region: content third_party_settings: { } sticky: type: boolean_checkbox settings: display_label: true - weight: 12 + weight: 13 region: content third_party_settings: { } title: @@ -175,7 +247,7 @@ items: third_party_settings: { } uid: type: entity_reference_autocomplete - weight: 9 + weight: 10 settings: match_operator: CONTAINS size: 60 @@ -200,9 +272,11 @@ items: - field.field.node.resource.field_resource_file - field.field.node.resource.field_resource_link - field.field.node.resource.field_resource_type + - field.field.node.resource.field_resource_video - field.field.node.resource.field_summary - field.field.node.resource.field_tags - field.field.node.resource.field_topics + - image.style.max_325x325 - node.type.resource - responsive_image.styles.narrow module: @@ -213,6 +287,7 @@ items: - responsive_image - text - user + - video_embed_field third_party_settings: ds: layout: @@ -232,8 +307,9 @@ items: regions: ds_content: - field_image - - group_card_content + - field_resource_video - node_title + - group_card_content - field_summary - field_topics - field_resource_link @@ -258,7 +334,7 @@ items: - field_resource_link - field_resource_file parent_name: '' - weight: 1 + weight: 2 format_type: html_element format_settings: id: '' @@ -305,6 +381,17 @@ items: rel: '' target: '' third_party_settings: { } + field_resource_video: + type: video_embed_field_thumbnail + weight: 1 + region: ds_content + label: visually_hidden + settings: + image_style: max_325x325 + link_image_to: content + third_party_settings: + ds: + ds_limit: '' field_summary: type: text_default weight: 3 @@ -342,6 +429,7 @@ items: - field.field.node.resource.field_resource_file - field.field.node.resource.field_resource_link - field.field.node.resource.field_resource_type + - field.field.node.resource.field_resource_video - field.field.node.resource.field_summary - field.field.node.resource.field_tags - field.field.node.resource.field_topics @@ -379,6 +467,7 @@ items: field_resource_file: true field_resource_link: true field_resource_type: true + field_resource_video: true field_summary: true field_tags: true field_topics: true @@ -399,6 +488,7 @@ items: - field.field.node.resource.field_resource_file - field.field.node.resource.field_resource_link - field.field.node.resource.field_resource_type + - field.field.node.resource.field_resource_video - field.field.node.resource.field_summary - field.field.node.resource.field_tags - field.field.node.resource.field_topics @@ -411,11 +501,12 @@ items: - link - responsive_image - user + - video_embed_field third_party_settings: ds: layout: - id: ds_2col - library: ds/ds_2col + id: ds_2col_fluid + library: ds/ds_2col_fluid disable_css: true entity_classes: all_classes settings: @@ -431,13 +522,14 @@ items: regions: left: - field_image + - field_resource_video right: - field_body_paragraph - - field_resource_link - - field_resource_file - field_resource_type - field_topics - field_tags + - field_resource_file + - field_resource_link id: node.resource.full targetEntityType: node bundle: resource @@ -445,7 +537,7 @@ items: content: field_body_paragraph: type: entity_reference_revisions_entity_view - weight: 1 + weight: 2 region: right label: visually_hidden settings: @@ -463,35 +555,50 @@ items: third_party_settings: { } field_resource_file: type: file_default - weight: 3 + weight: 6 region: right label: visually_hidden settings: use_description_as_link_text: true - third_party_settings: { } + third_party_settings: + ds: + ds_limit: '' field_resource_link: type: link - weight: 2 + weight: 7 region: right label: visually_hidden settings: trim_length: 80 url_only: false url_plain: false - rel: '' - target: '' + rel: '0' + target: '0' third_party_settings: { } field_resource_type: type: entity_reference_label - weight: 4 + weight: 3 region: right label: visually_hidden settings: link: true third_party_settings: { } + field_resource_video: + type: video_embed_field_video + weight: 1 + region: left + label: visually_hidden + settings: + responsive: true + width: 854 + height: 480 + autoplay: false + third_party_settings: + ds: + ds_limit: '' field_tags: type: entity_reference_label - weight: 6 + weight: 5 region: right label: visually_hidden settings: @@ -499,7 +606,7 @@ items: third_party_settings: { } field_topics: type: entity_reference_label - weight: 5 + weight: 4 region: right label: visually_hidden settings: @@ -648,9 +755,11 @@ items: - field.field.node.resource.field_resource_file - field.field.node.resource.field_resource_link - field.field.node.resource.field_resource_type + - field.field.node.resource.field_resource_video - field.field.node.resource.field_summary - field.field.node.resource.field_tags - field.field.node.resource.field_topics + - image.style.max_325x325 - node.type.resource - responsive_image.styles.narrow module: @@ -658,6 +767,7 @@ items: - field_group - responsive_image - user + - video_embed_field third_party_settings: ds: layout: @@ -677,9 +787,10 @@ items: regions: ds_content: - field_image - - group_card_content + - field_resource_video - 'bundle_field:node' - node_title + - group_card_content fields: 'bundle_field:node': plugin_id: 'bundle_field:node' @@ -702,7 +813,7 @@ items: - 'bundle_field:node' - node_title parent_name: '' - weight: 1 + weight: 2 format_type: html_element format_settings: id: '' @@ -729,6 +840,17 @@ items: responsive_image_style: narrow image_link: content third_party_settings: { } + field_resource_video: + type: video_embed_field_thumbnail + weight: 1 + region: ds_content + label: visually_hidden + settings: + image_style: max_325x325 + link_image_to: content + third_party_settings: + ds: + ds_limit: '' hidden: body: true field_body_paragraph: true @@ -756,6 +878,7 @@ items: - field.field.node.resource.field_resource_file - field.field.node.resource.field_resource_link - field.field.node.resource.field_resource_type + - field.field.node.resource.field_resource_video - field.field.node.resource.field_summary - field.field.node.resource.field_tags - field.field.node.resource.field_topics @@ -768,6 +891,7 @@ items: - responsive_image - text - user + - video_embed_field third_party_settings: ds: layout: @@ -788,6 +912,7 @@ items: regions: left: - field_image + - field_resource_video right: - node_title - field_summary @@ -798,7 +923,7 @@ items: fields: node_title: plugin_id: node_title - weight: 1 + weight: 2 label: hidden formatter: default settings: @@ -822,7 +947,7 @@ items: third_party_settings: { } field_resource_file: type: file_default - weight: 4 + weight: 5 region: right label: visually_hidden settings: @@ -830,7 +955,7 @@ items: third_party_settings: { } field_resource_link: type: link - weight: 3 + weight: 4 region: right label: visually_hidden settings: @@ -842,22 +967,35 @@ items: third_party_settings: { } field_resource_type: type: entity_reference_label - weight: 5 + weight: 6 region: right label: visually_hidden settings: link: true third_party_settings: { } + field_resource_video: + type: video_embed_field_video + weight: 1 + region: left + label: visually_hidden + settings: + responsive: true + width: 854 + height: 480 + autoplay: false + third_party_settings: + ds: + ds_limit: '' field_summary: type: text_default - weight: 2 + weight: 3 region: right label: visually_hidden settings: { } third_party_settings: { } field_topics: type: entity_reference_label - weight: 6 + weight: 7 region: right label: visually_hidden settings: @@ -924,6 +1062,7 @@ items: settings: { } empty_behavior: behavior: none + show_title: null - collection: '' name: facets.facet.resource_type @@ -979,6 +1118,7 @@ items: settings: { } empty_behavior: behavior: none + show_title: null - collection: '' name: field.field.node.resource.body @@ -1017,6 +1157,7 @@ items: - paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.image - paragraphs.paragraphs_type.text + - paragraphs.paragraphs_type.video module: - entity_reference_revisions id: node.resource.field_body_paragraph @@ -1037,6 +1178,7 @@ items: text: text image: image file: file + video: video target_bundles_drag_drop: text: enabled: true @@ -1053,6 +1195,18 @@ items: update: weight: -7 enabled: false + faq: + weight: 10 + enabled: false + storyline_header: + weight: 14 + enabled: false + storyline_item: + weight: 15 + enabled: false + video: + enabled: true + weight: 18 field_type: entity_reference_revisions - collection: '' @@ -1209,6 +1363,34 @@ items: auto_create: false auto_create_bundle: '' field_type: entity_reference + - + collection: '' + name: field.field.node.resource.field_resource_video + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_resource_video + - node.type.resource + module: + - video_embed_field + id: node.resource.field_resource_video + field_name: field_resource_video + entity_type: node + bundle: resource + label: 'Resource video' + description: 'Paste in the embed link from YouTube or Vimeo to embed a video.' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: + allowed_providers: + vimeo: '0' + youtube: '0' + youtube_playlist: '0' + field_type: video_embed_field - collection: '' name: field.field.node.resource.field_summary @@ -1368,6 +1550,28 @@ items: indexes: { } persist_with_no_fields: false custom_storage: false + - + collection: '' + name: field.storage.node.field_resource_video + data: + langcode: en + status: true + dependencies: + module: + - node + - video_embed_field + id: node.field_resource_video + field_name: field_resource_video + entity_type: node + type: video_embed_field + settings: { } + module: video_embed_field + locked: false + cardinality: -1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false - collection: '' name: node.type.resource diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.file.yml b/config/sync/config_snapshot.snapshot.config_sync.module.file.yml index 0d770dc..a40cc48 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.file.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.file.yml @@ -19,3 +19,1128 @@ items: icon: directory: core/modules/file/icons make_unused_managed_files_temporary: false + - + collection: '' + name: views.view.files + data: + langcode: en + status: true + dependencies: + module: + - file + - user + id: files + label: Files + module: file + description: 'Find and manage files.' + tag: default + base_table: file_managed + base_field: fid + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access files overview' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: mini + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: 0 + tags: + previous: '‹ Previous' + next: 'Next ›' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + fid: fid + filename: filename + filemime: filemime + filesize: filesize + status: status + created: created + changed: changed + count: count + info: + fid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + filename: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + filemime: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + filesize: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + status: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + created: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + count: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + default: changed + empty_table: true + row: + type: fields + fields: + fid: + id: fid + table: file_managed + field: fid + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + relationship: none + group_type: group + admin_label: '' + label: Fid + exclude: true + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_alter_empty: true + plugin_id: field + entity_type: file + entity_field: fid + filename: + id: filename + table: file_managed + field: filename + relationship: none + group_type: group + admin_label: '' + label: Name + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: false + ellipsis: false + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: file_link + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + plugin_id: field + entity_type: file + entity_field: filename + filemime: + id: filemime + table: file_managed + field: filemime + relationship: none + group_type: group + admin_label: '' + label: 'MIME type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: file_filemime + plugin_id: field + entity_type: file + entity_field: filemime + filesize: + id: filesize + table: file_managed + field: filesize + relationship: none + group_type: group + admin_label: '' + label: Size + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: file_size + plugin_id: field + entity_type: file + entity_field: filesize + status: + id: status + table: file_managed + field: status + relationship: none + group_type: group + admin_label: '' + label: Status + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: boolean + settings: + format: custom + format_custom_false: Temporary + format_custom_true: Permanent + plugin_id: field + entity_type: file + entity_field: status + created: + id: created + table: file_managed + field: created + relationship: none + group_type: group + admin_label: '' + label: 'Upload date' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: timestamp + settings: + date_format: medium + custom_date_format: '' + timezone: '' + plugin_id: field + entity_type: file + entity_field: created + changed: + id: changed + table: file_managed + field: changed + relationship: none + group_type: group + admin_label: '' + label: 'Changed date' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: timestamp + settings: + date_format: medium + custom_date_format: '' + timezone: '' + plugin_id: field + entity_type: file + entity_field: changed + count: + id: count + table: file_usage + field: count + relationship: fid + group_type: sum + admin_label: '' + label: 'Used in' + exclude: false + alter: + alter_text: false + text: '' + make_link: true + path: 'admin/content/files/usage/{{ fid }}' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + set_precision: false + precision: 0 + decimal: . + separator: ',' + format_plural: true + format_plural_string: !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz + prefix: '' + suffix: '' + plugin_id: numeric + filters: + filename: + id: filename + table: file_managed + field: filename + relationship: none + group_type: group + admin_label: '' + operator: word + value: '' + group: 1 + exposed: true + expose: + operator_id: filemime_op + label: Filename + description: '' + use_operator: false + operator: filename_op + identifier: filename + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: string + entity_type: file + entity_field: filename + filemime: + id: filemime + table: file_managed + field: filemime + relationship: none + group_type: group + admin_label: '' + operator: word + value: '' + group: 1 + exposed: true + expose: + operator_id: filemime_op + label: 'MIME type' + description: '' + use_operator: false + operator: filemime_op + identifier: filemime + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: string + entity_type: file + entity_field: filemime + status: + id: status + table: file_managed + field: status + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: status_op + label: Status + description: '' + use_operator: false + operator: status_op + identifier: status + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: file_status + entity_type: file + entity_field: status + sorts: { } + title: Files + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + empty: true + content: 'No files available.' + plugin_id: text_custom + relationships: + fid: + id: fid + table: file_managed + field: fid + relationship: none + group_type: group + admin_label: 'File usage' + required: true + arguments: { } + group_by: true + show_admin_links: true + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: 'Files overview' + position: 1 + display_options: + path: admin/content/files + menu: + type: tab + title: Files + description: '' + menu_name: admin + weight: 0 + context: '' + display_description: '' + defaults: + pager: true + relationships: false + relationships: + fid: + id: fid + table: file_managed + field: fid + relationship: none + group_type: group + admin_label: 'File usage' + required: false + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + page_2: + display_plugin: page + id: page_2 + display_title: 'File usage' + position: 2 + display_options: + display_description: '' + path: admin/content/files/usage/% + empty: { } + defaults: + empty: false + pager: false + filters: false + filter_groups: false + fields: false + group_by: false + title: false + arguments: false + style: false + row: false + relationships: false + pager: + type: mini + options: + items_per_page: 10 + offset: 0 + id: 0 + total_pages: 0 + tags: + previous: '‹ Previous' + next: 'Next ›' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + filters: { } + filter_groups: + operator: AND + groups: { } + fields: + entity_label: + id: entity_label + table: file_usage + field: entity_label + relationship: none + group_type: group + admin_label: '' + label: Entity + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + link_to_entity: true + plugin_id: entity_label + type: + id: type + table: file_usage + field: type + relationship: none + group_type: group + admin_label: '' + label: 'Entity type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: standard + module: + id: module + table: file_usage + field: module + relationship: none + group_type: group + admin_label: '' + label: 'Registering module' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: standard + count: + id: count + table: file_usage + field: count + relationship: none + group_type: group + admin_label: '' + label: 'Use count' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + set_precision: false + precision: 0 + decimal: . + separator: ',' + format_plural: false + format_plural_string: !!binary MQNAY291bnQ= + prefix: '' + suffix: '' + plugin_id: numeric + group_by: false + title: 'File usage' + arguments: + fid: + id: fid + table: file_managed + field: fid + relationship: none + group_type: group + admin_label: '' + default_action: 'not found' + exception: + value: all + title_enable: false + title: All + title_enable: true + title: 'File usage information for {{ arguments.fid }}' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + plugin_id: file_fid + entity_type: file + entity_field: fid + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + entity_label: entity_label + type: type + module: module + count: count + info: + entity_label: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + module: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + count: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: entity_label + empty_table: true + row: + type: fields + options: { } + relationships: + fid: + id: fid + table: file_managed + field: fid + relationship: none + group_type: group + admin_label: 'File usage' + required: true + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.gnode.yml b/config/sync/config_snapshot.snapshot.config_sync.module.gnode.yml new file mode 100644 index 0000000..f16e87e --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.gnode.yml @@ -0,0 +1,962 @@ +uuid: 8b62072c-78d3-4df2-9fb3-3e79a3b51707 +langcode: en +status: true +dependencies: + module: + - gnode +id: config_sync.module.gnode +snapshotSet: config_sync +extensionType: module +extensionName: gnode +items: + - + collection: '' + name: views.view.group_nodes + data: + langcode: en + status: true + dependencies: + module: + - gnode + - group + - node + id: group_nodes + label: 'Group nodes' + module: gnode + description: 'Lists all of the nodes that have been added to a group.' + tag: '' + base_table: node_field_data + base_field: nid + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: group_permission + options: + group_permission: 'access group_node overview' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + tags: + previous: ‹‹ + next: ›› + first: '« First' + last: 'Last »' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: true + caption: '' + summary: '' + description: '' + columns: + title: title + type: type + status: status + changed: changed + view_group_content: view_group_content + edit_group_content: edit_group_content + delete_group_content: delete_group_content + edit_node: edit_node + delete_node: delete_node + dropbutton: dropbutton + info: + title: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + view_group_content: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + edit_group_content: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + delete_group_content: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + edit_node: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + delete_node: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + dropbutton: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: true + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + fields: + title: + id: title + table: node_field_data + field: title + relationship: none + group_type: group + admin_label: '' + label: Title + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: false + ellipsis: false + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: node + entity_field: title + plugin_id: field + type: + id: type + table: node_field_data + field: type + relationship: none + group_type: group + admin_label: '' + label: 'Content type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: node + entity_field: type + plugin_id: field + status: + id: status + table: node_field_data + field: status + relationship: none + group_type: group + admin_label: '' + label: Status + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: boolean + settings: + format: custom + format_custom_true: Published + format_custom_false: Unpublished + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: node + entity_field: status + plugin_id: field + changed: + id: changed + table: node_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: node + entity_field: changed + plugin_id: field + view_group_content: + id: view_group_content + table: group_content + field: view_group_content + relationship: group_content + group_type: group + admin_label: 'View relation link' + label: 'Link to Group content' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: 'View relation' + entity_type: group_content + plugin_id: entity_link + edit_group_content: + id: edit_group_content + table: group_content + field: edit_group_content + relationship: group_content + group_type: group + admin_label: 'Edit relation link' + label: 'Link to edit Group content' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: 'Edit relation' + entity_type: group_content + plugin_id: entity_link_edit + delete_group_content: + id: delete_group_content + table: group_content + field: delete_group_content + relationship: group_content + group_type: group + admin_label: 'Delete relation link' + label: 'Link to delete Group content' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: 'Delete relation' + entity_type: group_content + plugin_id: entity_link_delete + edit_node: + id: edit_node + table: node + field: edit_node + relationship: none + group_type: group + admin_label: 'Edit node link' + label: 'Link to edit Content' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: 'Edit node' + entity_type: node + plugin_id: entity_link_edit + delete_node: + id: delete_node + table: node + field: delete_node + relationship: none + group_type: group + admin_label: 'Delete node link' + label: 'Link to delete Content' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: 'Delete node' + entity_type: node + plugin_id: entity_link_delete + dropbutton: + id: dropbutton + table: views + field: dropbutton + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + fields: + view_group_content: view_group_content + edit_group_content: edit_group_content + delete_group_content: delete_group_content + edit_node: edit_node + delete_node: delete_node + title: '0' + type: '0' + status: '0' + changed: '0' + destination: true + plugin_id: dropbutton + filters: + status: + id: status + table: node_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: false + group: 1 + exposed: true + expose: + operator_id: '' + label: 'Published status' + description: '' + use_operator: false + operator: status_op + identifier: status + required: true + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + group_admin: '0' + is_grouped: true + group_info: + label: 'Published status' + description: '' + identifier: status + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: + title: Published + operator: '=' + value: '1' + 2: + title: Unpublished + operator: '=' + value: '0' + entity_type: node + entity_field: status + plugin_id: boolean + type: + id: type + table: node_field_data + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: Type + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + group_admin: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: node + entity_field: type + plugin_id: bundle + sorts: { } + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No content available.' + plugin_id: text_custom + relationships: + group_content: + id: group_content + table: node_field_data + field: group_content + relationship: none + group_type: group + admin_label: 'Content relation' + required: true + group_content_plugins: { } + entity_type: node + plugin_id: group_content_to_entity_reverse + arguments: + gid: + id: gid + table: group_content_field_data + field: gid + relationship: group_content + group_type: group + admin_label: '' + default_action: 'access denied' + exception: + value: all + title_enable: false + title: All + title_enable: true + title: '{{ arguments.gid|placeholder }} nodes' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: group_content + entity_field: gid + plugin_id: numeric + display_extenders: { } + title: Nodes + cache_metadata: + max-age: 0 + contexts: + - group_membership.roles.permissions + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: group/%group/nodes + menu: + type: tab + title: Nodes + description: '' + expanded: false + parent: '' + weight: 25 + context: '0' + menu_name: main + enabled: true + cache_metadata: + max-age: 0 + contexts: + - group_membership.roles.permissions + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + tags: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.group.yml b/config/sync/config_snapshot.snapshot.config_sync.module.group.yml index 7b6f000..6879de8 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.group.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.group.yml @@ -9,6 +9,45 @@ snapshotSet: config_sync extensionType: module extensionName: group items: + - + collection: '' + name: block.block.group_operations + data: + langcode: en + status: true + dependencies: + module: + - block_visibility_groups + - ctools + - group + theme: + - octavia + id: group_operations + theme: octavia + region: sidebar_first + weight: -20 + provider: null + plugin: group_operations + settings: + id: group_operations + label: 'Group operations' + provider: group + label_display: visible + context_mapping: + group: '@group.group_route_context:group' + visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } + 'entity_bundle:group': + id: 'entity_bundle:group' + bundles: + group: group + negate: false + context_mapping: + group: '@group.group_route_context:group' - collection: '' name: field.storage.group_content.group_roles @@ -37,3 +76,760 @@ items: name: group.settings data: use_admin_theme: true + - + collection: '' + name: pathauto.pattern.group_content + data: + langcode: en + status: true + dependencies: + module: + - group + id: group_content + label: 'Group content' + type: 'canonical_entities:group_content' + pattern: 'group/[group_content:group:id]/[group_content:pretty-path-key]/[group_content:id]' + selection_criteria: { } + selection_logic: and + weight: -5 + relationships: + 'group_content:langcode:language': + label: Language + - + collection: '' + name: views.view.group_members + data: + langcode: en + status: true + dependencies: + config: + - field.storage.group_content.group_roles + module: + - group + - user + id: group_members + label: 'Group members' + module: group + description: '' + tag: '' + base_table: group_content_field_data + base_field: id + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: group_permission + options: + group_permission: 'administer members' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + tags: + previous: ‹‹ + next: ›› + first: '« First' + last: 'Last »' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: true + caption: '' + summary: '' + description: '' + columns: + name: name + group_roles: group_roles + changed: changed + created: created + view_group_content: view_group_content + edit_group_content: edit_group_content + delete_group_content: delete_group_content + dropbutton: dropbutton + info: + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + group_roles: + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + created: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + view_group_content: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + edit_group_content: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + delete_group_content: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + dropbutton: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: '-1' + empty_table: true + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + fields: + name: + id: name + table: users_field_data + field: name + relationship: gc__user + group_type: group + admin_label: '' + label: User + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: user_name + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: user + entity_field: name + plugin_id: field + group_roles: + id: group_roles + table: group_content__group_roles + field: group_roles + relationship: none + group_type: group + admin_label: '' + label: Roles + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '

' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: ul + separator: ', ' + field_api_classes: false + plugin_id: field + changed: + id: changed + table: group_content_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: group_content + entity_field: changed + plugin_id: field + created: + id: created + table: group_content_field_data + field: created + relationship: none + group_type: group + admin_label: '' + label: Joined + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: group_content + entity_field: created + plugin_id: field + view_group_content: + id: view_group_content + table: group_content + field: view_group_content + relationship: none + group_type: group + admin_label: 'View member link' + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: 'View member' + entity_type: group_content + plugin_id: entity_link + edit_group_content: + id: edit_group_content + table: group_content + field: edit_group_content + relationship: none + group_type: group + admin_label: 'Edit member link' + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: 'Edit member' + entity_type: group_content + plugin_id: entity_link_edit + delete_group_content: + id: delete_group_content + table: group_content + field: delete_group_content + relationship: none + group_type: group + admin_label: 'Remove member link' + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: 'Remove member' + entity_type: group_content + plugin_id: entity_link_delete + dropbutton: + id: dropbutton + table: views + field: dropbutton + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + fields: + view_group_content: view_group_content + edit_group_content: edit_group_content + delete_group_content: delete_group_content + name: '0' + group_roles: '0' + changed: '0' + created: '0' + destination: true + plugin_id: dropbutton + filters: { } + sorts: { } + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No members available.' + plugin_id: text_custom + relationships: + gc__user: + id: gc__user + table: group_content_field_data + field: gc__user + relationship: none + group_type: group + admin_label: 'Member account' + required: true + group_content_plugins: + group_membership: group_membership + entity_type: group_content + plugin_id: group_content_to_entity + arguments: + gid: + id: gid + table: group_content_field_data + field: gid + relationship: none + group_type: group + admin_label: '' + default_action: 'access denied' + exception: + value: all + title_enable: false + title: All + title_enable: true + title: '{{ arguments.gid|placeholder }} members' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: group_content + entity_field: gid + plugin_id: numeric + display_extenders: { } + title: Members + cache_metadata: + max-age: 0 + contexts: + - group_membership.roles.permissions + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + tags: + - 'config:field.storage.group_content.group_roles' + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: group/%group/members + menu: + type: tab + title: Members + description: '' + expanded: false + parent: '' + weight: 20 + context: '0' + menu_name: main + enabled: true + cache_metadata: + max-age: 0 + contexts: + - group_membership.roles.permissions + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + tags: + - 'config:field.storage.group_content.group_roles' diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag.yml index e06a526..2ecd5f0 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.metatag.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.metatag.yml @@ -95,4 +95,4 @@ items: tags: canonical_url: '[user:url]' description: '[site:name]' - title: '[user:name] | [site:name]' + title: '[user:display-name] | [site:name]' diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.migrate_drupal_multilingual.yml b/config/sync/config_snapshot.snapshot.config_sync.module.migrate_drupal_multilingual.yml index 21d04bd..88ce8c7 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.migrate_drupal_multilingual.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.migrate_drupal_multilingual.yml @@ -1,4 +1,4 @@ -uuid: da54d461-6634-4b68-a53b-20610b3d7dec +uuid: b5d0175a-413e-4b5f-80e9-dff93bb9b92f langcode: en status: true dependencies: diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.node.yml b/config/sync/config_snapshot.snapshot.config_sync.module.node.yml index f52cec7..6f91fb3 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.node.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.node.yml @@ -113,7 +113,7 @@ items: id: node_delete_action label: 'Delete content' type: node - plugin: node_delete_action + plugin: 'entity:delete_action:node' configuration: { } - collection: '' @@ -213,3 +213,1941 @@ items: type: node plugin: 'entity:unpublish_action:node' configuration: { } + - + collection: '' + name: views.view.archive + data: + langcode: en + status: false + dependencies: + config: + - core.entity_view_mode.node.teaser + module: + - node + - user + id: archive + label: Archive + module: node + description: 'All content, by month.' + tag: default + base_table: node_field_data + base_field: nid + core: '8' + display: + default: + id: default + display_title: Master + display_plugin: default + position: 0 + display_options: + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + title: 'Monthly archive' + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: mini + options: + items_per_page: 10 + offset: 0 + id: 0 + total_pages: 0 + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: ‹‹ + next: ›› + sorts: + created: + id: created + table: node_field_data + field: created + order: DESC + plugin_id: date + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + entity_type: node + entity_field: created + arguments: + created_year_month: + id: created_year_month + table: node_field_data + field: created_year_month + default_action: summary + exception: + title_enable: true + title_enable: true + title: '{{ arguments.created_year_month }}' + default_argument_type: fixed + summary: + sort_order: desc + format: default_summary + summary_options: + override: true + items_per_page: 30 + specify_validation: true + plugin_id: date_year_month + entity_type: node + filters: + status: + id: status + table: node_field_data + field: status + value: '1' + group: 0 + expose: + operator: '0' + plugin_id: boolean + entity_type: node + entity_field: status + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + style: + type: default + options: + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + row: + type: 'entity:node' + options: + view_mode: teaser + header: { } + footer: { } + empty: { } + relationships: { } + fields: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + block_1: + id: block_1 + display_title: Block + display_plugin: block + position: 1 + display_options: + query: + type: views_query + options: { } + defaults: + arguments: false + arguments: + created_year_month: + id: created_year_month + table: node_field_data + field: created_year_month + default_action: summary + exception: + title_enable: true + title_enable: true + title: '{{ arguments.created_year_month }}' + default_argument_type: fixed + summary: + format: default_summary + summary_options: + items_per_page: 30 + specify_validation: true + plugin_id: date_year_month + entity_type: node + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + page_1: + id: page_1 + display_title: Page + display_plugin: page + position: 2 + display_options: + query: + type: views_query + options: { } + path: archive + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + - + collection: '' + name: views.view.content + data: + langcode: en + status: true + dependencies: + module: + - node + - user + id: content + label: Content + module: node + description: 'Find and manage content.' + tag: default + base_table: node_field_data + base_field: nid + core: 8.x + display: + default: + display_options: + access: + type: perm + options: + perm: 'access content overview' + cache: + type: tag + query: + type: views_query + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: true + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + tags: + previous: '‹ Previous' + next: 'Next ›' + first: '« First' + last: 'Last »' + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: true + caption: '' + summary: '' + description: '' + columns: + node_bulk_form: node_bulk_form + title: title + type: type + name: name + status: status + changed: changed + edit_node: edit_node + delete_node: delete_node + dropbutton: dropbutton + timestamp: title + info: + node_bulk_form: + align: '' + separator: '' + empty_column: false + responsive: '' + title: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + name: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + edit_node: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + delete_node: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + dropbutton: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + timestamp: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: true + row: + type: fields + fields: + node_bulk_form: + id: node_bulk_form + table: node + field: node_bulk_form + label: '' + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: node_bulk_form + entity_type: node + title: + id: title + table: node_field_data + field: title + label: Title + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + entity_type: node + entity_field: title + type: string + settings: + link_to_entity: true + plugin_id: field + type: + id: type + table: node_field_data + field: type + relationship: none + group_type: group + admin_label: '' + label: 'Content type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: node + entity_field: type + plugin_id: field + name: + id: name + table: users_field_data + field: name + relationship: uid + label: Author + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: field + type: user_name + entity_type: user + entity_field: name + status: + id: status + table: node_field_data + field: status + label: Status + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: boolean + settings: + format: custom + format_custom_true: Published + format_custom_false: Unpublished + plugin_id: field + entity_type: node + entity_field: status + changed: + id: changed + table: node_field_data + field: changed + label: Updated + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + plugin_id: field + entity_type: node + entity_field: changed + operations: + id: operations + table: node + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + plugin_id: entity_operations + filters: + title: + id: title + table: node_field_data + field: title + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: title_op + label: Title + description: '' + use_operator: false + operator: title_op + identifier: title + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: string + entity_type: node + entity_field: title + type: + id: type + table: node_field_data + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: 'Content type' + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: bundle + entity_type: node + entity_field: type + status: + id: status + table: node_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: true + expose: + operator_id: '' + label: Status + description: '' + use_operator: false + operator: status_op + identifier: status + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: true + group_info: + label: 'Published status' + description: '' + identifier: status + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: + title: Published + operator: '=' + value: '1' + 2: + title: Unpublished + operator: '=' + value: '0' + plugin_id: boolean + entity_type: node + entity_field: status + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: langcode_op + label: Language + description: '' + use_operator: false + operator: langcode_op + identifier: langcode + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + status_extra: + id: status_extra + table: node_field_data + field: status_extra + operator: '=' + value: false + plugin_id: node_status + group: 1 + entity_type: node + sorts: { } + title: Content + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + empty: true + content: 'No content available.' + plugin_id: text_custom + arguments: { } + relationships: + uid: + id: uid + table: node_field_data + field: uid + admin_label: author + required: true + plugin_id: standard + show_admin_links: false + filter_groups: + operator: AND + groups: + 1: AND + display_extenders: { } + display_plugin: default + display_title: Master + id: default + position: 0 + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } + page_1: + display_options: + path: admin/content/node + menu: + type: 'default tab' + title: Content + description: '' + menu_name: admin + weight: -10 + context: '' + tab_options: + type: normal + title: Content + description: 'Find and manage content' + menu_name: admin + weight: -10 + display_extenders: { } + display_plugin: page + display_title: Page + id: page_1 + position: 1 + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } + - + collection: '' + name: views.view.content_recent + data: + langcode: en + status: true + dependencies: + module: + - node + - user + id: content_recent + label: 'Recent content' + module: node + description: 'Recent content.' + tag: default + base_table: node_field_data + base_field: nid + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: some + options: + items_per_page: 10 + offset: 0 + style: + type: html_list + options: + grouping: { } + row_class: '' + default_row_class: true + type: ul + wrapper_class: item-list + class: '' + row: + type: fields + fields: + title: + id: title + table: node_field_data + field: title + entity_type: node + entity_field: title + label: '' + exclude: false + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + relationship: none + group_type: group + admin_label: '' + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_alter_empty: true + type: string + settings: + link_to_entity: true + plugin_id: field + changed: + id: changed + table: node_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp_ago + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: node + entity_field: changed + plugin_id: field + filters: + status_extra: + id: status_extra + table: node_field_data + field: status_extra + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: false + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: node + plugin_id: node_status + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: node + entity_field: langcode + plugin_id: language + sorts: + changed: + id: changed + table: node_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + granularity: second + entity_type: node + entity_field: changed + plugin_id: date + title: 'Recent content' + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No content available.' + plugin_id: text_custom + relationships: + uid: + id: uid + table: node_field_data + field: uid + relationship: none + group_type: group + admin_label: author + required: true + entity_type: node + entity_field: uid + plugin_id: standard + arguments: { } + display_extenders: { } + use_more: false + use_more_always: false + use_more_text: More + link_url: '' + link_display: '0' + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + block_1: + display_plugin: block + id: block_1 + display_title: Block + position: 1 + display_options: + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + - + collection: '' + name: views.view.frontpage + data: + langcode: en + status: true + dependencies: + config: + - core.entity_view_mode.node.rss + - core.entity_view_mode.node.teaser + module: + - node + - user + id: frontpage + label: Frontpage + module: node + description: 'All content promoted to the front page.' + tag: default + base_table: node_field_data + base_field: nid + core: 8.x + display: + default: + display_options: + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + empty: + area_text_custom: + admin_label: '' + content: 'No front page content has been created yet.
Follow the
User Guide to start building your site.' + empty: true + field: area_text_custom + group_type: group + id: area_text_custom + label: '' + relationship: none + table: views + tokenize: false + plugin_id: text_custom + node_listing_empty: + admin_label: '' + empty: true + field: node_listing_empty + group_type: group + id: node_listing_empty + label: '' + relationship: none + table: node + plugin_id: node_listing_empty + entity_type: node + title: + id: title + table: views + field: title + relationship: none + group_type: group + admin_label: '' + label: '' + empty: true + title: 'Welcome to [site:name]' + plugin_id: title + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + filters: + promote: + admin_label: '' + expose: + description: '' + identifier: '' + label: '' + multiple: false + operator: '' + operator_id: '' + remember: false + remember_roles: + authenticated: authenticated + required: false + use_operator: false + exposed: false + field: promote + group: 1 + group_info: + default_group: All + default_group_multiple: { } + description: '' + group_items: { } + identifier: '' + label: '' + multiple: false + optional: true + remember: false + widget: select + group_type: group + id: promote + is_grouped: false + operator: '=' + relationship: none + table: node_field_data + value: '1' + plugin_id: boolean + entity_type: node + entity_field: promote + status: + expose: + operator: '' + field: status + group: 1 + id: status + table: node_field_data + value: '1' + plugin_id: boolean + entity_type: node + entity_field: status + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + pager: + type: full + options: + items_per_page: 10 + offset: 0 + id: 0 + total_pages: 0 + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: '‹ Previous' + next: 'Next ›' + first: '« First' + last: 'Last »' + quantity: 9 + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + row: + type: 'entity:node' + options: + view_mode: teaser + sorts: + sticky: + admin_label: '' + expose: + label: '' + exposed: false + field: sticky + group_type: group + id: sticky + order: DESC + relationship: none + table: node_field_data + plugin_id: boolean + entity_type: node + entity_field: sticky + created: + field: created + id: created + order: DESC + table: node_field_data + plugin_id: date + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + entity_type: node + entity_field: created + style: + type: default + options: + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + title: '' + header: { } + footer: { } + relationships: { } + fields: { } + arguments: { } + display_extenders: { } + display_plugin: default + display_title: Master + id: default + position: 0 + cache_metadata: + contexts: + - 'languages:language_interface' + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + feed_1: + display_plugin: feed + id: feed_1 + display_title: Feed + position: 2 + display_options: + sitename_title: true + path: rss.xml + displays: + page_1: page_1 + default: '' + pager: + type: some + options: + items_per_page: 10 + offset: 0 + style: + type: rss + options: + description: '' + grouping: { } + uses_fields: false + row: + type: node_rss + options: + relationship: none + view_mode: rss + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + page_1: + display_options: + path: node + display_extenders: { } + display_plugin: page + display_title: Page + id: page_1 + position: 1 + cache_metadata: + contexts: + - 'languages:language_interface' + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + - + collection: '' + name: views.view.glossary + data: + langcode: en + status: false + dependencies: + config: + - system.menu.main + module: + - node + - user + id: glossary + label: Glossary + module: node + description: 'All content, by letter.' + tag: default + base_table: node_field_data + base_field: nid + core: '8' + display: + default: + id: default + display_title: Master + display_plugin: default + position: 0 + display_options: + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + use_ajax: true + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: mini + options: + items_per_page: 36 + offset: 0 + id: 0 + total_pages: 0 + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: ‹‹ + next: ›› + fields: + title: + id: title + table: node_field_data + field: title + plugin_id: field + relationship: none + group_type: group + admin_label: '' + label: Title + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + entity_type: node + entity_field: title + name: + id: name + table: users_field_data + field: name + label: Author + relationship: uid + plugin_id: field + type: user_name + group_type: group + admin_label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + entity_type: user + entity_field: name + changed: + id: changed + table: node_field_data + field: changed + label: 'Last update' + type: timestamp + settings: + date_format: long + custom_date_format: '' + timezone: '' + plugin_id: field + relationship: none + group_type: group + admin_label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + entity_type: node + entity_field: changed + arguments: + title: + id: title + table: node_field_data + field: title + default_action: default + exception: + title_enable: true + default_argument_type: fixed + default_argument_options: + argument: a + summary: + format: default_summary + specify_validation: true + glossary: true + limit: 1 + case: upper + path_case: lower + transform_dash: false + plugin_id: string + relationship: none + group_type: group + admin_label: '' + title_enable: false + title: '' + default_argument_skip_url: false + summary_options: { } + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + entity_type: node + entity_field: title + relationships: + uid: + id: uid + table: node_field_data + field: uid + plugin_id: standard + relationship: none + group_type: group + admin_label: author + required: false + style: + type: table + options: + columns: + title: title + name: name + changed: changed + default: title + info: + title: + sortable: true + separator: '' + name: + sortable: true + separator: '' + changed: + sortable: true + separator: '' + override: true + sticky: false + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + order: asc + summary: '' + empty_table: false + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + header: { } + footer: { } + empty: { } + sorts: { } + filters: + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } + attachment_1: + id: attachment_1 + display_title: Attachment + display_plugin: attachment + position: 2 + display_options: + query: + type: views_query + options: { } + pager: + type: none + options: + offset: 0 + items_per_page: 0 + defaults: + arguments: false + arguments: + title: + id: title + table: node_field_data + field: title + default_action: summary + exception: + title_enable: true + default_argument_type: fixed + default_argument_options: + argument: a + summary: + format: unformatted_summary + summary_options: + items_per_page: 25 + inline: true + separator: ' | ' + specify_validation: true + glossary: true + limit: 1 + case: upper + path_case: lower + transform_dash: false + plugin_id: string + relationship: none + group_type: group + admin_label: '' + title_enable: false + title: '' + default_argument_skip_url: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + entity_type: node + entity_field: title + displays: + default: default + page_1: page_1 + inherit_arguments: false + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } + page_1: + id: page_1 + display_title: Page + display_plugin: page + position: 1 + display_options: + query: + type: views_query + options: { } + path: glossary + menu: + type: normal + title: Glossary + weight: 0 + menu_name: main + parent: '' + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.pathauto.yml b/config/sync/config_snapshot.snapshot.config_sync.module.pathauto.yml index 9b4f383..07e6f43 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.pathauto.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.pathauto.yml @@ -26,3 +26,36 @@ items: case: true ignore_words: 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with' update_action: 2 + safe_tokens: + - alias + - path + - join-path + - login-url + - url + - url-brief + - + collection: '' + name: system.action.pathauto_update_alias_node + data: + id: pathauto_update_alias_node + label: 'Update URL alias' + status: true + langcode: en + type: node + plugin: pathauto_update_alias + dependencies: + module: + - node + - + collection: '' + name: system.action.pathauto_update_alias_user + data: + id: pathauto_update_alias_user + label: 'Update URL alias' + status: true + langcode: en + type: user + plugin: pathauto_update_alias + dependencies: + module: + - user diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.search_api.yml b/config/sync/config_snapshot.snapshot.config_sync.module.search_api.yml index 314a6a8..7d56ba8 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.search_api.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.search_api.yml @@ -17,3 +17,429 @@ items: cron_worker_runtime: 15 default_tracker: default tracking_page_size: 100 + - + collection: '' + name: tour.tour.search-api-index + data: + id: search-api-index + module: search_api + label: 'Information about an index' + langcode: en + routes: + - + route_name: entity.search_api_index.canonical + dependencies: + module: + - search_api + tips: + search-api-index-introduction: + id: search-api-index-introduction + plugin: text + label: 'Information about an index' + body: 'This page shows a summary of a search index and its status.' + weight: 1 + search-api-index-index-status: + id: search-api-index-index-status + plugin: text + label: 'Index status' + body: 'This gives a summary about how many items are known for this index, and how many have been indexed in their latest version. Items that are not indexed yet cannot be found by searches.' + weight: 2 + attributes: + data-class: search-api-index-status + search-api-index-status: + id: search-api-index-status + plugin: text + label: Status + body: 'Shows whether the index is currently enabled or disabled.' + weight: 3 + attributes: + data-class: search-api-index-summary--status + search-api-index-datasources: + id: search-api-index-datasources + plugin: text + label: Datasources + body: 'Lists all datasources that are enabled for this index.' + weight: 4 + attributes: + data-class: search-api-index-summary--datasource + search-api-index-tracker: + id: search-api-index-tracker + plugin: text + label: Tracker + body: 'The tracker used by the index. Only one ("Default") is available by default.' + weight: 5 + attributes: + data-class: search-api-index-summary--tracker + search-api-index-server: + id: search-api-index-server + plugin: text + label: Server + body: 'If the index is attached to a server, this server is listed here.' + weight: 6 + attributes: + data-class: search-api-index-summary--server + search-api-index-server-index-status: + id: search-api-index-server-index-status + plugin: text + label: 'Server index status' + body: 'For enabled indexes, the number of items that can actually be retrieved from the server is listed here. For reasons why this number might differ from the number under "Index status", see the module''s documentation.' + weight: 7 + attributes: + data-class: search-api-index-summary--server-index-status + search-api-index-cron-batch-size: + id: search-api-index-cron-batch-size + plugin: text + label: 'Cron batch size' + body: 'The number of items that will be indexed at once during cron runs.' + weight: 8 + attributes: + data-class: search-api-index-summary--cron-batch-size + search-api-index-index-now: + id: search-api-index-remove + plugin: text + label: 'Start indexing now' + body: 'The "Start indexing now" form allows indexing items manually right away, with a batch process. Otherwise, items are only indexed during cron runs. The form might be disabled if indexing is currently not possible for some reason, or not necessary.' + weight: 9 + attributes: + data-id: edit-index + search-api-index-tracking: + id: search-api-index-tracking + plugin: text + label: 'Track items for index' + body: 'In certain situations, the index''s tracker doesn''t have the latest state of the items available for indexing. This will be automatically rectified during cron runs, but can also be manually triggered here, with the "Track now" button.' + weight: 10 + attributes: + data-id: edit-tracking + search-api-index-reindex: + id: search-api-index-reindex + plugin: text + label: 'Queue all items for reindexing' + body: 'This will queue all items on this index for reindexing. Previously indexed data will remain on the search server, so searches on this index will continue to yield results.' + weight: 11 + attributes: + data-id: edit-reindex + search-api-index-clear: + id: search-api-index-clear + plugin: text + label: 'Clear all indexed data' + body: 'This will remove all indexed content for this index from the search server and queue it for reindexing. Searches on this index will not return any results until items are reindexed.' + weight: 12 + attributes: + data-id: edit-clear + - + collection: '' + name: tour.tour.search-api-index-fields + data: + id: search-api-index-fields + module: search_api + label: 'Fields indexed in this index' + langcode: en + routes: + - + route_name: entity.search_api_index.fields + dependencies: + module: + - search_api + tips: + search-api-index-fields-introduction: + id: search-api-index-fields-introduction + plugin: text + label: 'Fields indexed in this index' + body: 'This page lists which fields are indexed in this index, grouped by datasource. (Datasource-independent fields are listed under "General".) Indexed fields can be used to add filters or sorting to views or other search displays based on the index. Fields with type "Fulltext" can also be used for fulltext searching.' + weight: 1 + search-api-index-fields-add: + id: search-api-index-fields-add + plugin: text + label: 'Add fields' + body: 'With the "Add fields" button you can add additional fields to this index.' + weight: 2 + attributes: + data-class: 'button-action[data-drupal-selector="edit-add-field"]' + search-api-index-fields-label: + id: search-api-index-fields-label + plugin: text + label: Label + body: 'A label for the field that will be used to refer to the field in most places in the user interface.' + weight: 3 + attributes: + data-class: 'details-wrapper:nth(0) table thead th:nth(0)' + search-api-index-fields-machine-name: + id: search-api-index-fields-machine-name + plugin: text + label: 'Machine name' + body: 'The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field''s machine name requires reindexing of the index.' + weight: 4 + attributes: + data-class: 'details-wrapper:nth(0) table thead th:nth(1)' + search-api-index-fields-property-path: + id: search-api-index-fields-property-path + plugin: text + label: 'Property path' + body: 'The internal relationship linking the indexed item to the field, with links being separated by colons (:). This can be useful information for advanced users, but can otherwise be ignored.' + weight: 5 + attributes: + data-class: 'details-wrapper:nth(0) table thead th:nth(2)' + search-api-index-fields-type: + id: search-api-index-fields-type + plugin: text + label: Type + body: 'The data type to use when indexing the field. Determines how a field can be used in searches. For information on the available types, see the "Data types" box at the bottom of the page.' + weight: 6 + attributes: + data-class: 'details-wrapper:nth(0) table thead th:nth(3)' + search-api-index-fields-boost: + id: search-api-index-fields-boost + plugin: text + label: Boost + body: 'Only applicable for fulltext fields. Determines how "important" the field is compared to other fulltext fields, to influence scoring of fulltext searches.' + weight: 7 + attributes: + data-class: 'details-wrapper:nth(0) table thead th:nth(4)' + search-api-index-fields-edit: + id: search-api-index-fields-edit + plugin: text + label: 'Edit field' + body: 'Some fields have additional configuration available, in which case an "Edit" link is displayed in the "Operations" column.' + weight: 8 + attributes: + data-class: 'details-wrapper:nth(0) table tbody td:nth(5) a' + search-api-index-fields-remove: + id: search-api-index-fields-remove + plugin: text + label: 'Remove field' + body: 'Removes a field from the index again. (Note: Sometimes, a field is required (for example, by a processor) and cannot be removed.)' + weight: 9 + attributes: + data-class: 'details-wrapper:nth(0) table tbody td:nth(6) a' + search-api-index-fields-submit: + id: search-api-index-fields-submit + plugin: text + label: 'Save changes' + body: 'This saves all changes made to the fields for this index. Until this button is pressed, all added, changed or removed fields will only be stored temporarily and not effect the actual index used in the rest of the site.' + weight: 10 + attributes: + data-id: edit-actions-submit + search-api-index-fields-cancel: + id: search-api-index-fields-cancel + plugin: text + label: 'Cancel changes' + body: 'If you have made changes to the index''s fields but not yet saved them, the "Cancel" link lets you discard those changes.' + weight: 10 + attributes: + data-id: edit-actions-cancel + - + collection: '' + name: tour.tour.search-api-index-form + data: + id: search-api-index-form + module: search_api + label: 'Add or edit a Search API index' + langcode: en + routes: + - + route_name: entity.search_api_index.add_form + - + route_name: entity.search_api_index.edit_form + dependencies: + module: + - search_api + tips: + search-api-index-form-introduction: + id: search-api-index-form-introduction + plugin: text + label: 'Adding or editing an index' + body: 'This form can be used to edit an existing index or add a new index to your site. Indexes define a set of data that will be indexed and can then be searched.' + weight: 1 + search-api-index-form-name: + id: search-api-index-form-name + plugin: text + label: 'Index name' + body: 'Enter a name to identify this index. For example, "Content index". This will only be displayed in the admin user interface.' + weight: 2 + attributes: + data-id: edit-name + search-api-index-form-datasources: + id: search-api-index-form-datasources + plugin: text + label: Datasources + body: 'Datasources define the types of items that will be indexed in this index. By default, all content entities (like content, comments and taxonomy terms) will be available here, but modules can also add their own.' + weight: 3 + attributes: + data-id: edit-datasources + search-api-index-form-tracker: + id: search-api-index-form-tracker + plugin: text + label: Tracker + body: 'An index''s tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items.' + weight: 4 + attributes: + data-id: edit-tracker + search-api-index-form-server: + id: search-api-index-form-server + plugin: text + label: Server + body: 'The search server that the index should use for indexing and searching. If no server is selected here, the index cannot be enabled. An index can only have one server, but a server can have any number of indexes.' + weight: 5 + attributes: + data-id: edit-server + search-api-index-form-description: + id: search-api-index-form-description + plugin: text + label: 'Index description' + body: 'Optionally, enter a description to explain the function of the index in more detail. This will only be displayed in the admin user interface.' + weight: 6 + attributes: + data-id: edit-description + search-api-index-form-options: + id: search-api-index-form-options + plugin: text + label: 'Advanced options' + body: 'These options allow more detailed configuration of index behavior, but can usually safely be ignored by inexperienced users.' + weight: 7 + attributes: + data-id: edit-options + - + collection: '' + name: tour.tour.search-api-index-processors + data: + id: search-api-index-processors + module: search_api + label: 'Processors used for this index' + langcode: en + routes: + - + route_name: entity.search_api_index.processors + dependencies: + module: + - search_api + tips: + search-api-index-processors-introduction: + id: search-api-index-processors-introduction + plugin: text + label: 'Processors used for this index' + body: 'Processors customize different aspects of an index''s functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches.' + weight: 1 + search-api-index-processors-enable: + id: search-api-index-processors-enable + plugin: text + label: 'Enable processors' + body: 'This lists all processors available for this index and lets you choose the ones that should be active. (Note: Some processors cannot be disabled.)' + weight: 2 + attributes: + data-id: edit-status + search-api-index-processors-weights: + id: search-api-index-processors-weights + plugin: text + label: 'Processor order' + body: 'This shows you which enabled processors will be active in the different parts of the indexing/searching workflow, and lets you re-arrange them. This should usually not be necessary, and only be used by advanced users as some processors will lead to unexpected results when used in the wrong order.' + weight: 3 + attributes: + data-id: edit-weights + search-api-index-processors-settings: + id: search-api-index-processors-settings + plugin: text + label: 'Processor settings' + body: 'Some processors have additional configuration available, which you are able to change here.' + weight: 4 + attributes: + data-class: form-type-vertical-tabs + - + collection: '' + name: tour.tour.search-api-server + data: + id: search-api-server + module: search_api + label: 'Information about a server' + langcode: en + routes: + - + route_name: entity.search_api_server.canonical + dependencies: + module: + - search_api + tips: + search-api-server-introduction: + id: search-api-server-introduction + plugin: text + label: 'Information about a server' + body: 'This page shows a summary of a search server.' + weight: 1 + search-api-server-status: + id: search-api-server-status + plugin: text + label: Status + body: 'Shows whether the server is currently enabled or disabled.' + weight: 2 + attributes: + data-class: search-api-server-summary--status + search-api-server-backend: + id: search-api-server-backend + plugin: text + label: 'Backend class' + body: 'The backend plugin used for this server. The backend plugin determines how items are indexed and searched – for example, using the database or an Apache Solr server.' + weight: 3 + attributes: + data-class: search-api-server-summary--backend + search-api-server-indexes: + id: search-api-server-indexes + plugin: text + label: 'Search indexes' + body: 'Lists all search indexes that are attached to this server.' + weight: 4 + attributes: + data-class: search-api-server-summary--indexes + search-api-server-clear: + id: search-api-server-clear + plugin: text + label: 'Delete all indexed data' + body: 'This will permanently remove all data currently indexed on this server for indexes that aren''t read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results.' + weight: 5 + attributes: + data-id: edit-clear + - + collection: '' + name: tour.tour.search-api-server-form + data: + id: search-api-server-form + module: search_api + label: 'Add or edit a Search API server' + langcode: en + routes: + - + route_name: entity.search_api_server.add_form + - + route_name: entity.search_api_server.edit_form + dependencies: + module: + - search_api + tips: + search-api-server-form-introduction: + id: search-api-server-form-introduction + plugin: text + label: 'Adding or editing a Server' + body: 'This form can be used to edit an existing server or add a new server to your site. Servers will hold your indexed data.' + weight: 1 + search-api-server-form-name: + id: search-api-server-form-name + plugin: text + label: 'Server name' + body: 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.' + weight: 2 + attributes: + data-id: edit-name + search-api-server-form-description: + id: search-api-server-form-description + plugin: text + label: 'Server description' + body: 'Optionally, enter a description to explain the function of the server in more detail. This will only be displayed in the admin user interface.' + weight: 3 + attributes: + data-id: edit-description + search-api-server-form-backend: + id: search-api-server-form-backend + plugin: text + label: 'Server backend' + body: 'Servers can be based on different technologies. These are called "backends". A server uses exactly one backend and cannot change it later. You can make the "Database" backend available by enabling the "Database Search" module. Another very common backend is "Solr", which requires to be set up separately.' + weight: 4 + attributes: + data-id: edit-backend diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.user.yml b/config/sync/config_snapshot.snapshot.config_sync.module.user.yml index 07e28bd..e0cb272 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.user.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.user.yml @@ -48,6 +48,24 @@ items: label: 'User account' targetEntityType: user cache: true + - + collection: '' + name: rdf.mapping.user.user + data: + langcode: en + status: true + dependencies: + module: + - user + id: user.user + targetEntityType: user + bundle: user + types: + - 'schema:Person' + fieldMappings: + name: + properties: + - 'schema:name' - collection: '' name: system.action.user_block_user_action @@ -116,7 +134,7 @@ items: body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" subject: 'Account details for [user:display-name] at [site:name]' register_pending_approval: - body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n\n-- [site:name] team" + body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team" subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' register_pending_approval_admin: body: "[user:display-name] has applied for an account.\n\n[user:edit-url]" @@ -143,8 +161,8 @@ items: weight: 0 is_admin: false permissions: - - 'use text format restricted_html' - 'access site-wide contact form' + - 'use text format restricted_html' - 'access comments' - collection: '' @@ -158,11 +176,11 @@ items: weight: 1 is_admin: false permissions: + - 'access shortcuts' + - 'access site-wide contact form' - 'cancel account' - 'change own username' - 'use text format basic_html' - - 'access shortcuts' - - 'access site-wide contact form' - 'access comments' - 'post comments' - @@ -185,3 +203,1336 @@ items: password_reset_timeout: 86400 password_strength: true langcode: en + - + collection: '' + name: views.view.user_admin_people + data: + langcode: en + status: true + dependencies: + module: + - user + id: user_admin_people + label: People + module: user + description: 'Find and manage people interacting with your site.' + tag: default + base_table: users_field_data + base_field: uid + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'administer users' + cache: + type: tag + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: true + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: 0 + tags: + previous: '‹ Previous' + next: 'Next ›' + first: '« First' + last: 'Last »' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + summary: '' + columns: + user_bulk_form: user_bulk_form + name: name + status: status + rid: rid + created: created + access: access + edit_node: edit_node + dropbutton: dropbutton + info: + user_bulk_form: + align: '' + separator: '' + empty_column: false + responsive: '' + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + rid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + created: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + access: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + edit_node: + align: '' + separator: '' + empty_column: false + responsive: priority-low + dropbutton: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: created + empty_table: true + row: + type: fields + fields: + user_bulk_form: + id: user_bulk_form + table: users + field: user_bulk_form + relationship: none + group_type: group + admin_label: '' + label: 'Bulk update' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: user_bulk_form + entity_type: user + name: + id: name + table: users_field_data + field: name + relationship: none + group_type: group + admin_label: '' + label: Username + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: field + type: user_name + entity_type: user + entity_field: name + status: + id: status + table: users_field_data + field: status + relationship: none + group_type: group + admin_label: '' + label: Status + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: field + type: boolean + settings: + format: custom + format_custom_true: Active + format_custom_false: Blocked + entity_type: user + entity_field: status + roles_target_id: + id: roles_target_id + table: user__roles + field: roles_target_id + relationship: none + group_type: group + admin_label: '' + label: Roles + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: ul + separator: ', ' + plugin_id: user_roles + created: + id: created + table: users_field_data + field: created + relationship: none + group_type: group + admin_label: '' + label: 'Member for' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: timestamp_ago + settings: + future_format: '@interval' + past_format: '@interval' + granularity: 2 + plugin_id: field + entity_type: user + entity_field: created + access: + id: access + table: users_field_data + field: access + relationship: none + group_type: group + admin_label: '' + label: 'Last access' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: timestamp_ago + settings: + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + plugin_id: field + entity_type: user + entity_field: access + operations: + id: operations + table: users + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: user + plugin_id: entity_operations + mail: + id: mail + table: users_field_data + field: mail + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: basic_string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + plugin_id: field + entity_type: user + entity_field: mail + filters: + combine: + id: combine + table: views + field: combine + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: combine_op + label: 'Name or email contains' + description: '' + use_operator: false + operator: combine_op + identifier: user + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + fields: + name: name + mail: mail + plugin_id: combine + status: + id: status + table: users_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: true + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: status_op + identifier: status + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: true + group_info: + label: Status + description: '' + identifier: status + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: + title: Active + operator: '=' + value: '1' + 2: + title: Blocked + operator: '=' + value: '0' + plugin_id: boolean + entity_type: user + entity_field: status + roles_target_id: + id: roles_target_id + table: user__roles + field: roles_target_id + relationship: none + group_type: group + admin_label: '' + operator: or + value: { } + group: 1 + exposed: true + expose: + operator_id: roles_target_id_op + label: Role + description: '' + use_operator: false + operator: roles_target_id_op + identifier: role + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + reduce_duplicates: false + plugin_id: user_roles + permission: + id: permission + table: user__roles + field: permission + relationship: none + group_type: group + admin_label: '' + operator: or + value: { } + group: 1 + exposed: true + expose: + operator_id: permission_op + label: Permission + description: '' + use_operator: false + operator: permission_op + identifier: permission + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + reduce_duplicates: false + plugin_id: user_permissions + default_langcode: + id: default_langcode + table: users_field_data + field: default_langcode + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: user + entity_field: default_langcode + plugin_id: boolean + uid_raw: + id: uid_raw + table: users_field_data + field: uid_raw + relationship: none + group_type: group + admin_label: '' + operator: '!=' + value: + min: '' + max: '' + value: '0' + group: 1 + exposed: false + expose: + operator_id: '0' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: numeric + entity_type: user + sorts: + created: + id: created + table: users_field_data + field: created + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + granularity: second + plugin_id: date + entity_type: user + entity_field: created + title: People + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No people available.' + plugin_id: text_custom + use_more: false + use_more_always: false + use_more_text: more + display_comment: '' + use_ajax: false + hide_attachment_summary: false + show_admin_links: true + group_by: false + link_url: '' + link_display: page_1 + css_class: '' + filter_groups: + operator: AND + groups: + 1: AND + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + path: admin/people/list + show_admin_links: false + menu: + type: 'default tab' + title: List + description: 'Find and manage people interacting with your site.' + menu_name: admin + weight: -10 + context: '' + tab_options: + type: normal + title: People + description: 'Manage user accounts, roles, and permissions.' + menu_name: admin + weight: 0 + defaults: + show_admin_links: false + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + - + collection: '' + name: views.view.who_s_new + data: + langcode: en + status: true + dependencies: + module: + - user + id: who_s_new + label: 'Who''s new' + module: user + description: 'Shows a list of the newest user accounts on the site.' + tag: default + base_table: users_field_data + base_field: uid + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: some + options: + items_per_page: 5 + offset: 0 + style: + type: html_list + row: + type: fields + fields: + name: + id: name + table: users_field_data + field: name + label: '' + plugin_id: field + type: user_name + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + relationship: none + group_type: group + admin_label: '' + exclude: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_alter_empty: true + entity_type: user + entity_field: name + filters: + status: + value: '1' + table: users_field_data + field: status + id: status + expose: + operator: '0' + group: 1 + plugin_id: boolean + entity_type: user + entity_field: status + access: + id: access + table: users_field_data + field: access + relationship: none + group_type: group + admin_label: '' + operator: '>' + value: + min: '' + max: '' + value: '1970-01-01' + type: date + group: 1 + exposed: false + expose: + operator_id: '0' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: date + entity_type: user + entity_field: access + sorts: + created: + id: created + table: users_field_data + field: created + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + granularity: second + plugin_id: date + entity_type: user + entity_field: created + title: 'Who''s new' + header: { } + footer: { } + empty: { } + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } + block_1: + display_plugin: block + id: block_1 + display_title: 'Who''s new' + position: 1 + display_options: + display_description: 'A list of new users' + block_description: 'Who''s new' + block_category: User + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } + - + collection: '' + name: views.view.who_s_online + data: + langcode: en + status: true + dependencies: + module: + - user + id: who_s_online + label: 'Who''s online block' + module: user + description: 'Shows the user names of the most recently active users, and the total number of active users.' + tag: default + base_table: users_field_data + base_field: uid + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access user profiles' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: some + options: + items_per_page: 10 + offset: 0 + style: + type: html_list + options: + grouping: { } + row_class: '' + default_row_class: true + type: ul + wrapper_class: item-list + class: '' + row: + type: fields + fields: + name: + id: name + table: users_field_data + field: name + label: '' + plugin_id: field + type: user_name + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + relationship: none + group_type: group + admin_label: '' + exclude: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_alter_empty: true + entity_type: user + entity_field: name + filters: + status: + value: '1' + table: users_field_data + field: status + id: status + expose: + operator: '0' + group: 1 + plugin_id: boolean + entity_type: user + entity_field: status + access: + id: access + table: users_field_data + field: access + relationship: none + group_type: group + admin_label: '' + operator: '>=' + value: + min: '' + max: '' + value: '-15 minutes' + type: offset + group: 1 + exposed: false + expose: + operator_id: access_op + label: 'Last access' + description: 'A user is considered online for this long after they have last viewed a page.' + use_operator: false + operator: access_op + identifier: access + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: date + entity_type: user + entity_field: access + sorts: + access: + id: access + table: users_field_data + field: access + order: DESC + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + plugin_id: date + entity_type: user + entity_field: access + title: 'Who''s online' + header: + result: + id: result + table: views + field: result + relationship: none + group_type: group + admin_label: '' + empty: false + content: 'There are currently @total users online.' + plugin_id: result + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There are currently 0 users online.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } + who_s_online_block: + display_plugin: block + id: who_s_online_block + display_title: 'Who''s online' + position: 1 + display_options: + block_description: 'Who''s online' + display_description: 'A list of users that are currently logged in.' + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.video_embed_field.yml b/config/sync/config_snapshot.snapshot.config_sync.module.video_embed_field.yml new file mode 100644 index 0000000..4299967 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.video_embed_field.yml @@ -0,0 +1,11 @@ +uuid: 6991aff9-e1e4-428e-961b-4679c51faab9 +langcode: en +status: true +dependencies: + module: + - video_embed_field +id: config_sync.module.video_embed_field +snapshotSet: config_sync +extensionType: module +extensionName: video_embed_field +items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.webform.yml b/config/sync/config_snapshot.snapshot.config_sync.module.webform.yml deleted file mode 100644 index 2eacbdd..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.webform.yml +++ /dev/null @@ -1,4089 +0,0 @@ -uuid: ef7164bb-63ab-4121-85c5-e3b3b6bf1369 -langcode: en -status: true -dependencies: - module: - - webform -id: config_sync.module.webform -snapshotSet: config_sync -extensionType: module -extensionName: webform -items: - - - collection: '' - name: system.action.webform_submission_delete_action - data: - langcode: en - status: true - dependencies: - module: - - webform - id: webform_submission_delete_action - label: 'Delete submission' - type: webform_submission - plugin: webform_submission_delete_action - configuration: { } - - - collection: '' - name: system.action.webform_submission_make_lock_action - data: - langcode: en - status: true - dependencies: - module: - - webform - id: webform_submission_make_lock_action - label: 'Lock submission' - type: webform_submission - plugin: webform_submission_make_lock_action - configuration: { } - - - collection: '' - name: system.action.webform_submission_make_sticky_action - data: - langcode: en - status: true - dependencies: - module: - - webform - id: webform_submission_make_sticky_action - label: 'Star/Flag submission' - type: webform_submission - plugin: webform_submission_make_sticky_action - configuration: { } - - - collection: '' - name: system.action.webform_submission_make_unlock_action - data: - langcode: en - status: true - dependencies: - module: - - webform - id: webform_submission_make_unlock_action - label: 'Unlock submission' - type: webform_submission - plugin: webform_submission_make_unlock_action - configuration: { } - - - collection: '' - name: system.action.webform_submission_make_unsticky_action - data: - langcode: en - status: true - dependencies: - module: - - webform - id: webform_submission_make_unsticky_action - label: 'Unstar/unflag submission' - type: webform_submission - plugin: webform_submission_make_unsticky_action - configuration: { } - - - collection: '' - name: views.view.webform_submissions - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - module: - - user - - webform - id: webform_submissions - label: 'Webform submissions' - module: views - description: 'Default webform submissions views.' - tag: '' - base_table: webform_submission - base_field: sid - core: 8.x - display: - default: - display_plugin: default - id: default - display_title: Master - position: 0 - display_options: - access: - type: none - options: { } - cache: - type: tag - options: { } - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: full - options: - items_per_page: 25 - offset: 0 - id: 0 - total_pages: null - tags: - previous: ‹‹ - next: ›› - first: '« First' - last: 'Last »' - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50, 100, 200' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - webform_submission_bulk_form: webform_submission_bulk_form - sid: sid - in_draft: in_draft - sticky: sticky - locked: locked - created: created - completed: completed - remote_addr: remote_addr - view_webform_submission: view_webform_submission - edit_webform_submission: view_webform_submission - info: - webform_submission_bulk_form: - align: '' - separator: '' - empty_column: false - responsive: '' - sid: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - in_draft: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - sticky: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - locked: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - created: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - completed: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - remote_addr: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - view_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: ' ' - empty_column: false - responsive: '' - edit_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: created - empty_table: false - row: - type: fields - options: - inline: { } - separator: '' - hide_empty: false - default_field_elements: true - fields: - sid: - id: sid - table: webform_submission - field: sid - relationship: none - group_type: group - admin_label: '' - label: '#' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: number_integer - settings: - thousand_separator: '' - prefix_suffix: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: sid - plugin_id: field - in_draft: - id: in_draft - table: webform_submission - field: in_draft - relationship: none - group_type: group - admin_label: '' - label: Draft - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: in_draft - plugin_id: field - created: - id: created - table: webform_submission - field: created - relationship: none - group_type: group - admin_label: '' - label: Created - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: medium - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: created - plugin_id: field - remote_addr: - id: remote_addr - table: webform_submission - field: remote_addr - relationship: none - group_type: group - admin_label: '' - label: 'IP address' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: false - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: remote_addr - plugin_id: field - view_webform_submission: - id: view_webform_submission - table: webform_submission - field: view_webform_submission - relationship: none - group_type: group - admin_label: '' - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: view - output_url_as_text: false - absolute: false - entity_type: webform_submission - plugin_id: entity_link - filters: { } - sorts: { } - header: - result: - id: result - table: views - field: result - relationship: none - group_type: group - admin_label: '' - empty: false - content: 'Displaying @start - @end of @total' - plugin_id: result - footer: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - empty: true - tokenize: false - content: 'No submissions available.' - plugin_id: text_custom - relationships: { } - arguments: - webform_id: - id: webform_id - table: webform_submission - field: webform_id - entity_type: webform_submission - entity_field: webform_id - plugin_id: string - entity_type: - id: entity_type - table: webform_submission - field: entity_type - entity_type: webform_submission - entity_field: entity_type - plugin_id: string - entity_id: - id: entity_id - table: webform_submission - field: entity_id - entity_type: webform_submission - entity_field: entity_id - plugin_id: string - uid: - id: uid - table: webform_submission - field: uid - entity_type: webform_submission - entity_field: uid - plugin_id: numeric - in_draft: - id: in_draft - table: webform_submission - field: in_draft - relationship: none - group_type: group - admin_label: '' - default_action: ignore - exception: - value: all - title_enable: false - title: All - title_enable: false - title: '' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - items_per_page: 25 - override: false - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - break_phrase: false - not: false - entity_type: webform_submission - entity_field: in_draft - plugin_id: numeric - display_extenders: { } - filter_groups: - operator: AND - groups: { } - title: 'Webform submissions' - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - user - tags: { } - embed_default: - display_plugin: embed - id: embed_default - display_title: 'Embed: Default' - position: 1 - display_options: - display_extenders: { } - display_description: 'Display submissions.' - defaults: - fields: true - style: false - row: false - filters: true - filter_groups: true - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - sid: sid - in_draft: in_draft - created: created - remote_addr: remote_addr - view_webform_submission: view_webform_submission - info: - sid: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - in_draft: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - created: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - remote_addr: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - view_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: ' ' - empty_column: false - responsive: '' - default: created - empty_table: false - row: - type: fields - options: - inline: { } - separator: '' - hide_empty: false - default_field_elements: true - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - user - tags: { } - embed_administer: - display_plugin: embed - id: embed_administer - display_title: 'Embed: Administer' - position: 2 - display_options: - display_extenders: { } - display_description: 'Administer submissions.' - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - webform_submission_bulk_form: webform_submission_bulk_form - sid: sid - in_draft: in_draft - sticky: sticky - locked: locked - created: created - completed: completed - remote_addr: remote_addr - view_webform_submission: view_webform_submission - edit_webform_submission: view_webform_submission - info: - webform_submission_bulk_form: - align: '' - separator: '' - empty_column: false - responsive: '' - sid: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - in_draft: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - sticky: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - locked: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - created: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - completed: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - remote_addr: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - view_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: ' ' - empty_column: false - responsive: '' - edit_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: created - empty_table: false - defaults: - style: false - row: false - access: false - fields: false - filters: false - filter_groups: false - row: - type: fields - options: - inline: { } - separator: '' - hide_empty: false - default_field_elements: true - access: - type: perm - options: - perm: 'administer webform submission' - fields: - webform_submission_bulk_form: - id: webform_submission_bulk_form - table: webform_submission - field: webform_submission_bulk_form - relationship: none - group_type: group - admin_label: '' - label: 'Webform submission operations bulk form' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - action_title: Action - include_exclude: exclude - selected_actions: { } - entity_type: webform_submission - plugin_id: webform_submission_bulk_form - sid: - id: sid - table: webform_submission - field: sid - relationship: none - group_type: group - admin_label: '' - label: '#' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: number_integer - settings: - thousand_separator: '' - prefix_suffix: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: sid - plugin_id: field - in_draft: - id: in_draft - table: webform_submission - field: in_draft - relationship: none - group_type: group - admin_label: '' - label: Draft - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: in_draft - plugin_id: field - sticky: - id: sticky - table: webform_submission - field: sticky - relationship: none - group_type: group - admin_label: '' - label: Sticky - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: sticky - plugin_id: field - locked: - id: locked - table: webform_submission - field: locked - relationship: none - group_type: group - admin_label: '' - label: Locked - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: locked - plugin_id: field - created: - id: created - table: webform_submission - field: created - relationship: none - group_type: group - admin_label: '' - label: Created - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: medium - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: created - plugin_id: field - completed: - id: completed - table: webform_submission - field: completed - relationship: none - group_type: group - admin_label: '' - label: Completed - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: medium - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: completed - plugin_id: field - remote_addr: - id: remote_addr - table: webform_submission - field: remote_addr - relationship: none - group_type: group - admin_label: '' - label: 'IP address' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: false - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: remote_addr - plugin_id: field - operations: - id: operations - table: webform_submission - field: operations - relationship: none - group_type: group - admin_label: '' - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - destination: true - entity_type: null - entity_field: null - plugin_id: entity_operations - filters: - in_draft: - id: in_draft - table: webform_submission - field: in_draft - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: 'Is draft' - description: '' - use_operator: false - operator: in_draft_op - identifier: in_draft - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: in_draft - plugin_id: boolean - sticky: - id: sticky - table: webform_submission - field: sticky - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: Sticky - description: '' - use_operator: false - operator: sticky_op - identifier: sticky - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: sticky - plugin_id: boolean - locked: - id: locked - table: webform_submission - field: locked - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: Locked - description: '' - use_operator: false - operator: locked_op - identifier: locked - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - demo_region: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: locked - plugin_id: boolean - filter_groups: - operator: AND - groups: - 1: AND - cache_metadata: - max-age: 0 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - user - - user.permissions - tags: { } - embed_manage: - display_plugin: embed - id: embed_manage - display_title: 'Embed: Manage' - position: 3 - display_options: - display_extenders: { } - display_description: 'Manage submissions.' - fields: - webform_submission_bulk_form: - id: webform_submission_bulk_form - table: webform_submission - field: webform_submission_bulk_form - relationship: none - group_type: group - admin_label: '' - label: 'Webform submission operations bulk form' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - action_title: Action - include_exclude: include - selected_actions: - - webform_submission_make_lock_action - - webform_submission_make_sticky_action - - webform_submission_make_unlock_action - - webform_submission_make_unsticky_action - entity_type: webform_submission - plugin_id: webform_submission_bulk_form - sid: - id: sid - table: webform_submission - field: sid - relationship: none - group_type: group - admin_label: '' - label: '#' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: number_integer - settings: - thousand_separator: '' - prefix_suffix: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: sid - plugin_id: field - in_draft: - id: in_draft - table: webform_submission - field: in_draft - relationship: none - group_type: group - admin_label: '' - label: Draft - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: in_draft - plugin_id: field - sticky: - id: sticky - table: webform_submission - field: sticky - relationship: none - group_type: group - admin_label: '' - label: Sticky - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: sticky - plugin_id: field - locked: - id: locked - table: webform_submission - field: locked - relationship: none - group_type: group - admin_label: '' - label: Locked - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: locked - plugin_id: field - created: - id: created - table: webform_submission - field: created - relationship: none - group_type: group - admin_label: '' - label: Created - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: medium - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: created - plugin_id: field - completed: - id: completed - table: webform_submission - field: completed - relationship: none - group_type: group - admin_label: '' - label: Completed - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: medium - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: completed - plugin_id: field - remote_addr: - id: remote_addr - table: webform_submission - field: remote_addr - relationship: none - group_type: group - admin_label: '' - label: 'IP address' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: false - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: remote_addr - plugin_id: field - view_webform_submission: - id: view_webform_submission - table: webform_submission - field: view_webform_submission - relationship: none - group_type: group - admin_label: '' - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: view - output_url_as_text: false - absolute: false - entity_type: webform_submission - plugin_id: entity_link - edit_webform_submission: - id: edit_webform_submission - table: webform_submission - field: edit_webform_submission - relationship: none - group_type: group - admin_label: '' - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: edit - output_url_as_text: false - absolute: false - entity_type: webform_submission - plugin_id: entity_link_edit - defaults: - fields: false - style: false - row: false - access: false - filters: false - filter_groups: false - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - webform_submission_bulk_form: webform_submission_bulk_form - sid: sid - in_draft: in_draft - sticky: sticky - locked: locked - created: created - completed: completed - remote_addr: remote_addr - view_webform_submission: view_webform_submission - edit_webform_submission: view_webform_submission - info: - webform_submission_bulk_form: - align: '' - separator: '' - empty_column: false - responsive: '' - sid: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - in_draft: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - sticky: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - locked: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - created: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - completed: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - remote_addr: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - view_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: ' ' - empty_column: false - responsive: '' - edit_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: created - empty_table: false - row: - type: fields - options: - inline: { } - separator: '' - hide_empty: false - default_field_elements: true - access: - type: perm - options: - perm: 'edit any webform submission' - filters: - in_draft: - id: in_draft - table: webform_submission - field: in_draft - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: 'Is draft' - description: '' - use_operator: false - operator: in_draft_op - identifier: in_draft - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: in_draft - plugin_id: boolean - sticky: - id: sticky - table: webform_submission - field: sticky - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: Sticky - description: '' - use_operator: false - operator: sticky_op - identifier: sticky - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: sticky - plugin_id: boolean - locked: - id: locked - table: webform_submission - field: locked - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: Locked - description: '' - use_operator: false - operator: locked_op - identifier: locked - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - demo_region: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: locked - plugin_id: boolean - filter_groups: - operator: AND - groups: - 1: AND - cache_metadata: - max-age: 0 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - user - - user.permissions - tags: { } - embed_review: - display_plugin: embed - id: embed_review - display_title: 'Embed: Review' - position: 4 - display_options: - display_extenders: { } - display_description: 'Review submissions.' - fields: - sid: - id: sid - table: webform_submission - field: sid - relationship: none - group_type: group - admin_label: '' - label: '#' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: number_integer - settings: - thousand_separator: '' - prefix_suffix: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: sid - plugin_id: field - in_draft: - id: in_draft - table: webform_submission - field: in_draft - relationship: none - group_type: group - admin_label: '' - label: Draft - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: in_draft - plugin_id: field - sticky: - id: sticky - table: webform_submission - field: sticky - relationship: none - group_type: group - admin_label: '' - label: Sticky - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: sticky - plugin_id: field - locked: - id: locked - table: webform_submission - field: locked - relationship: none - group_type: group - admin_label: '' - label: Locked - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: boolean - settings: - format: yes-no - format_custom_true: '' - format_custom_false: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: locked - plugin_id: field - created: - id: created - table: webform_submission - field: created - relationship: none - group_type: group - admin_label: '' - label: Created - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: medium - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: created - plugin_id: field - completed: - id: completed - table: webform_submission - field: completed - relationship: none - group_type: group - admin_label: '' - label: Completed - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: timestamp - settings: - date_format: medium - custom_date_format: '' - timezone: '' - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: completed - plugin_id: field - remote_addr: - id: remote_addr - table: webform_submission - field: remote_addr - relationship: none - group_type: group - admin_label: '' - label: 'IP address' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: false - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: webform_submission - entity_field: remote_addr - plugin_id: field - view_webform_submission: - id: view_webform_submission - table: webform_submission - field: view_webform_submission - relationship: none - group_type: group - admin_label: '' - label: Operations - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - text: view - output_url_as_text: false - absolute: false - entity_type: webform_submission - plugin_id: entity_link - defaults: - fields: false - style: false - row: false - access: false - filters: false - filter_groups: false - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - webform_submission_bulk_form: webform_submission_bulk_form - sid: sid - in_draft: in_draft - sticky: sticky - locked: locked - created: created - completed: completed - remote_addr: remote_addr - view_webform_submission: view_webform_submission - edit_webform_submission: view_webform_submission - info: - webform_submission_bulk_form: - align: '' - separator: '' - empty_column: false - responsive: '' - sid: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - in_draft: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - sticky: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - locked: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - created: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - completed: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - remote_addr: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - view_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: ' ' - empty_column: false - responsive: '' - edit_webform_submission: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: created - empty_table: false - row: - type: fields - options: - inline: { } - separator: '' - hide_empty: false - default_field_elements: true - access: - type: perm - options: - perm: 'view any webform submission' - filters: - in_draft: - id: in_draft - table: webform_submission - field: in_draft - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: 'Is draft' - description: '' - use_operator: false - operator: in_draft_op - identifier: in_draft - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: in_draft - plugin_id: boolean - sticky: - id: sticky - table: webform_submission - field: sticky - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: Sticky - description: '' - use_operator: false - operator: sticky_op - identifier: sticky - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: sticky - plugin_id: boolean - locked: - id: locked - table: webform_submission - field: locked - relationship: none - group_type: group - admin_label: '' - operator: '=' - value: All - group: 1 - exposed: true - expose: - operator_id: '' - label: Locked - description: '' - use_operator: false - operator: locked_op - identifier: locked - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - demo_region: '0' - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - entity_type: webform_submission - entity_field: locked - plugin_id: boolean - filter_groups: - operator: AND - groups: - 1: AND - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - user - - user.permissions - tags: { } - - - collection: '' - name: webform.settings - data: - settings: - default_status: open - default_page_base_path: form - default_form_open_message: 'This form has not yet been opened to submissions.' - default_form_close_message: 'Sorry…This form is closed to new submissions.' - default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.' - default_submit_button_label: Submit - default_reset_button_label: Reset - default_form_submit_once: false - default_form_confidential_message: 'This form is confidential. You must Log out to submit it.' - default_form_access_denied_message: 'Please login to access this form.' - default_form_disable_back: false - default_form_submit_back: false - default_form_unsaved: false - default_form_novalidate: false - default_form_disable_inline_errors: false - default_form_required: false - default_form_required_label: 'Indicates required field' - default_form_details_toggle: true - form_classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" - button_classes: '' - default_wizard_prev_button_label: '< Previous Page' - default_wizard_next_button_label: 'Next Page >' - default_wizard_start_label: Start - default_wizard_confirmation_label: Complete - default_preview_next_button_label: Preview - default_preview_prev_button_label: '< Previous' - default_preview_label: Preview - default_preview_title: '[webform:title]: Preview' - default_preview_message: 'Please review your submission. Your submission is not complete until you press the "Submit" button!' - default_draft_button_label: 'Save Draft' - default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.' - default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.' - default_confirmation_message: 'New submission added to [webform:title].' - default_confirmation_back_label: 'Back to form' - default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]' - default_submission_access_denied_message: 'Please login to access this submission.' - default_submission_exception_message: 'Unable to process this submission. Please contact the site administrator.' - default_submission_locked_message: 'This submission has been locked.' - default_submission_log: false - default_submission_views: { } - default_submission_views_replace: - global_routes: - - entity.webform_submission.collection - - entity.webform_submission.user - webform_routes: - - entity.webform.results_submissions - - entity.webform.user.drafts - - entity.webform.user.submissions - node_routes: - - entity.node.webform.results_submissions - - entity.node.webform.user.drafts - - entity.node.webform.user.submissions - default_previous_submission_message: 'You have already submitted this webform. View your previous submission.' - default_previous_submissions_message: 'You have already submitted this webform. View your previous submissions.' - default_autofill_message: 'This submission has been autofilled with your previous submission.' - preview_classes: "messages messages--error\nmessages messages--warning\nmessages messages--status\n" - confirmation_classes: "messages messages--error\nmessages messages--warning\nmessages messages--status\n" - confirmation_back_classes: "button\n" - default_limit_total_message: 'No more submissions are permitted.' - default_limit_user_message: 'No more submissions are permitted.' - dialog: false - dialog_options: - narrow: - title: Narrow - width: 600 - normal: - title: Normal - width: 800 - wide: - title: Wide - width: 1000 - assets: - css: '' - javascript: '' - handler: - excluded_handlers: { } - export: - temp_directory: '' - exporter: delimited - multiple_delimiter: ; - header_format: label - header_prefix: true - header_prefix_label_delimiter: ': ' - header_prefix_key_delimiter: __ - composite_element_item_format: label - options_single_format: compact - options_multiple_format: compact - options_item_format: label - entity_reference_items: - - id - - title - - url - likert_answers_format: label - signature_format: status - delimiter: ',' - excel: false - excluded_exporters: { } - batch: - default_batch_export_size: 500 - default_batch_update_size: 500 - default_batch_delete_size: 500 - default_batch_email_size: 500 - purge: - cron_size: 100 - element: - empty_message: '{Empty}' - allowed_tags: admin - wrapper_classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" - classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n" - horizontal_rule_classes: "webform-horizontal-rule--solid\nwebform-horizontal-rule--dashed\nwebform-horizontal-rule--dotted\nwebform-horizontal-rule--gradient\nwebform-horizontal-rule--thin\nwebform-horizontal-rule--medium\nwebform-horizontal-rule--thick\nwebform-horizontal-rule--flaired\nwebform-horizontal-rule--glyph\n" - default_description_display: '' - default_more_title: More - default_section_title_tag: h2 - default_empty_option: true - default_empty_option_required: '' - default_empty_option_optional: '' - default_icheck: '' - default_google_maps_api_key: '' - default_algolia_places_app_id: '' - default_algolia_places_api_key: '' - excluded_elements: - password: password - password_confirm: password_confirm - webform_location_geocomplete: webform_location_geocomplete - html_editor: - disabled: false - element_format: '' - mail_format: '' - tidy: true - make_unused_managed_files_temporary: true - file: - file_public: false - file_private_redirect: true - file_private_redirect_message: 'Please login to access the uploaded file.' - default_max_filesize: '' - default_managed_file_extensions: 'gif jpg png bmp eps tif pict psd txt rtf html odf pdf doc docx ppt pptx xls xlsx xml avi mov mp3 ogg wav bz2 dmg gz jar rar sit svg tar zip' - default_audio_file_extensions: 'mp3 ogg wav' - default_document_file_extensions: 'txt rtf pdf doc docx odt ppt pptx odp xls xlsx ods' - default_image_file_extensions: 'gif jpg png svg' - default_video_file_extensions: 'avi mov mp4 ogg wav webm' - make_unused_managed_files_temporary: true - delete_temporary_managed_files: true - format: { } - mail: - default_to_mail: '[site:mail]' - default_from_mail: '[site:mail]' - default_from_name: '[site:name]' - default_reply_to: '' - default_return_path: '' - default_sender_mail: '' - default_sender_name: '' - default_subject: 'Webform submission from: [webform_submission:source-entity]' - default_body_text: "Submitted on [webform_submission:created]\nSubmitted by: [webform_submission:user]\n\nSubmitted values are:\n[webform_submission:values]\n" - default_body_html: "

Submitted on [webform_submission:created]

\n

Submitted by: [webform_submission:user]

\n

Submitted values are:

\n[webform_submission:values]\n" - roles: { } - test: - types: "checkbox:\n - true\ncolor:\n - '#ffffcc'\n - '#ffffcc'\n - '#ccffff'\nemail:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nlanguage_select:\n - en\nmachine_name:\n - 'loremipsum'\n - 'oratione'\n - 'dixisset'\ntel:\n - '123-456-7890'\n - '098-765-4321'\ntextarea:\n - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.'\n - 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;'\n - 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.'\ntext_format:\n - value: '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.

'\n - value: '

Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;

'\n - value: '

Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.

'\nurl:\n - 'http://example.com'\n - 'http://test.com'\nwebform_email_confirm:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nwebform_email_multiple:\n - 'example@example.com, test@test.com, random@random.com'\nwebform_time:\n - '09:00'\n - '17:00'\n" - names: "first_name:\n - 'John'\n - 'Paul'\n - 'Ringo'\n - 'George'\nlast_name:\n - 'Lennon'\n - 'McCartney'\n - 'Starr'\n - 'Harrison'\naddress:\n - '10 Main Street'\n - '11 Brook Alley Road. APT 1'\nzip:\n - '11111'\n - '12345'\n - '12345-6789'\npostal_code:\n - '11111'\n - '12345'\n - '12345-6789'\nphone:\n - '123-456-7890'\n - '098-765-4321'\nfax:\n - '123-456-7890'\n - '098-765-4321'\ncity:\n - 'Springfield'\n - 'Pleasantville'\n - 'Hill Valley'\nurl:\n - 'http://example.com'\n - 'http://test.com'\ndefault:\n - 'Loremipsum'\n - 'Oratione'\n - 'Dixisset'\n" - ui: - video_display: dialog - details_save: true - help_disabled: false - dialog_disabled: false - offcanvas_disabled: false - contribute_disabled: false - promotions_disabled: false - description_help: true - libraries: - excluded_libraries: - - jquery.chosen - - jquery.icheck - - jquery.toggles - requirements: - cdn: true - bootstrap: true - spam: true - contribute: - account_type: user - account_id: null - langcode: en - third_party_settings: { } - - - collection: '' - name: webform.webform.contact - data: - langcode: en - status: open - dependencies: - enforced: - module: - - webform - open: null - close: null - weight: 0 - uid: null - template: false - archive: false - id: contact - title: Contact - description: 'Basic email contact webform.' - category: '' - elements: "name:\n '#title': 'Your Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\nemail:\n '#title': 'Your Email'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\nsubject:\n '#title': Subject\n '#type': textfield\n '#required': true\n '#test': 'Testing contact webform from [site:name]'\nmessage:\n '#title': Message\n '#type': textarea\n '#required': true\n '#test': 'Please ignore this email.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'\n" - css: '' - javascript: '' - settings: - ajax: false - ajax_scroll_top: form - page: true - page_submit_path: '' - page_confirm_path: '' - form_submit_once: false - form_exception_message: '' - form_open_message: '' - form_close_message: '' - form_previous_submissions: true - form_confidential: false - form_confidential_message: '' - form_convert_anonymous: false - form_prepopulate: false - form_prepopulate_source_entity: false - form_prepopulate_source_entity_required: false - form_prepopulate_source_entity_type: '' - form_reset: false - form_disable_autocomplete: false - form_novalidate: false - form_disable_inline_errors: false - form_required: false - form_unsaved: false - form_disable_back: false - form_submit_back: false - form_autofocus: false - form_details_toggle: false - form_access_denied: default - form_access_denied_title: '' - form_access_denied_message: '' - form_access_denied_attributes: { } - submission_label: '' - submission_log: false - submission_views: { } - submission_views_replace: { } - submission_user_columns: { } - submission_user_duplicate: false - submission_access_denied: default - submission_access_denied_title: '' - submission_access_denied_message: '' - submission_access_denied_attributes: { } - submission_exception_message: '' - submission_locked_message: '' - previous_submission_message: '' - previous_submissions_message: '' - autofill: false - autofill_message: '' - autofill_excluded_elements: { } - wizard_progress_bar: true - wizard_progress_pages: false - wizard_progress_percentage: false - wizard_progress_link: false - wizard_start_label: '' - wizard_preview_link: false - wizard_confirmation: true - wizard_confirmation_label: '' - wizard_track: '' - preview: 0 - preview_label: '' - preview_title: '' - preview_message: '' - preview_attributes: { } - preview_excluded_elements: { } - preview_exclude_empty: true - preview_exclude_empty_checkbox: false - draft: none - draft_multiple: false - draft_auto_save: false - draft_saved_message: '' - draft_loaded_message: '' - confirmation_type: url_message - confirmation_title: '' - confirmation_message: 'Your message has been sent.' - confirmation_url: '' - confirmation_attributes: { } - confirmation_back: true - confirmation_back_label: '' - confirmation_back_attributes: { } - confirmation_exclude_query: false - confirmation_exclude_token: false - limit_total: null - limit_total_interval: null - limit_total_message: '' - limit_user: null - limit_user_interval: null - limit_user_message: '' - entity_limit_total: null - entity_limit_total_interval: null - entity_limit_user: null - entity_limit_user_interval: null - purge: none - purge_days: null - results_disabled: false - results_disabled_ignore: false - token_update: false - access: - create: - roles: - - anonymous - - authenticated - users: { } - permissions: { } - view_any: - roles: { } - users: { } - permissions: { } - update_any: - roles: { } - users: { } - permissions: { } - delete_any: - roles: { } - users: { } - permissions: { } - purge_any: - roles: { } - users: { } - permissions: { } - view_own: - roles: { } - users: { } - permissions: { } - update_own: - roles: { } - users: { } - permissions: { } - delete_own: - roles: { } - users: { } - permissions: { } - administer: - roles: { } - users: { } - permissions: { } - test: - roles: { } - users: { } - permissions: { } - handlers: - email_confirmation: - id: email - label: 'Email confirmation' - handler_id: email_confirmation - status: true - conditions: { } - weight: 1 - settings: - states: - - completed - to_mail: '[webform_submission:values:email:raw]' - to_options: { } - cc_mail: '' - cc_options: { } - bcc_mail: '' - bcc_options: { } - from_mail: _default - from_options: { } - from_name: _default - subject: '[webform_submission:values:subject:raw]' - body: '[webform_submission:values:message:value]' - excluded_elements: { } - ignore_access: false - exclude_empty: true - exclude_empty_checkbox: false - html: true - attachments: false - twig: false - theme: '' - debug: false - reply_to: '' - return_path: '' - sender_mail: '' - sender_name: '' - email_notification: - id: email - label: 'Email notification' - handler_id: email_notification - status: true - conditions: { } - weight: 1 - settings: - states: - - completed - to_mail: _default - to_options: { } - cc_mail: '' - cc_options: { } - bcc_mail: '' - bcc_options: { } - from_mail: '[webform_submission:values:email:raw]' - from_options: { } - from_name: '[webform_submission:values:name:raw]' - subject: '[webform_submission:values:subject:raw]' - body: '[webform_submission:values:message:value]' - excluded_elements: { } - ignore_access: false - exclude_empty: true - exclude_empty_checkbox: false - html: true - attachments: false - twig: false - theme: '' - debug: false - reply_to: '' - return_path: '' - sender_mail: '' - sender_name: '' - - - collection: '' - name: webform.webform_options.country_codes - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: country_codes - label: 'Country codes' - category: Geographic - likert: false - options: '' - - - collection: '' - name: webform.webform_options.country_names - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: country_names - label: 'Country names' - category: Geographic - likert: false - options: '' - - - collection: '' - name: webform.webform_options.days - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: days - label: Days - category: 'Date and time' - likert: false - options: "Sunday: Sunday\nMonday: Monday\nTuesday: Tuesday\nWednesday: Wednesday\nThursday: Thursday\nFriday: Friday\nSaturday: Saturday\n" - - - collection: '' - name: webform.webform_options.education - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: education - label: Education - category: Demographic - likert: false - options: "High School: High School\nAssociate Degree: Associate Degree\nGraduate or Professional Degree: Graduate or Professional Degree\nSome College: Some College\n" - - - collection: '' - name: webform.webform_options.employment_status - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: employment_status - label: 'Employment status' - category: Demographic - likert: false - options: "'Full Time': 'Full Time'\n'Part Time': 'Part Time'\n'Military': 'Military'\nUnemployed: Unemployed\nRetired: Retired\n" - - - collection: '' - name: webform.webform_options.ethnicity - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: ethnicity - label: Ethnicity - category: Demographic - likert: false - options: "Caucasian: Caucasian\n'Latino/Hispanic': 'Latino/Hispanic'\n'Middle Eastern': 'Middle Eastern'\nAfrican: African\nCaribbean: Caribbean\n'South Asian': 'South Asian'\n'East Asian': 'East Asian'\nMixed: Mixed\n" - - - collection: '' - name: webform.webform_options.gender - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: gender - label: Gender - category: Demographic - likert: false - options: "Male: Male\nFemale: Female\nTransgender: Transgender\n" - - - collection: '' - name: webform.webform_options.industry - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: industry - label: Industry - category: Demographic - likert: false - options: "Accounting/Finance: Accounting/Finance\nAdvertising/Public Relations: Advertising/Public Relations\nAerospace/Aviation: Aerospace/Aviation\nArts/Entertainment/Publishing: Arts/Entertainment/Publishing\nAutomotive: Automotive\nBanking/Mortgage: Banking/Mortgage\nBusiness Development: Business Development\nBusiness Opportunity: Business Opportunity\nClerical/Administrative: Clerical/Administrative\nConstruction/Facilities: Construction/Facilities\nConsumer Goods: Consumer Goods\nCustomer Service: Customer Service\nEducation/Training: Education/Training\nEnergy/Utilities: Energy/Utilities\nEngineering: Engineering\nGovernment/Military: Government/Military\nHealthcare: Healthcare\nHospitality/Travel: Hospitality/Travel\nHuman Resources: Human Resources\nInstallation/Maintenance: Installation/Maintenance\nInsurance: Insurance\nInternet: Internet\nLaw Enforcement/Security: Law Enforcement/Security\nLegal: Legal\nManagement/Executive: Management/Executive\nManufacturing/Operations: Manufacturing/Operations\nMarketing: Marketing\nNon-Profit/Volunteer: Non-Profit/Volunteer\nPharmaceutical/Biotech: Pharmaceutical/Biotech\nProfessional Services: Professional Services\nReal Estate: Real Estate\nRestaurant/Food Service: Restaurant/Food Service\nRetail: Retail\nSales: Sales\nScience/Research: Science/Research\nSkilled Labor: Skilled Labor\nTechnology: Technology\nTelecommunications: Telecommunications\nTransportation/Logistics: Transportation/Logistics\n" - - - collection: '' - name: webform.webform_options.languages - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: languages - label: Languages - category: Language - likert: false - options: '' - - - collection: '' - name: webform.webform_options.likert_agreement - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: likert_agreement - label: 'Likert: Agreement' - category: Likert - likert: true - options: "1: 'Much Worse'\n2: 'Somewhat Worse'\n3: 'About the Same'\n4: 'Somewhat Better'\n5: 'Much Better'\n" - - - collection: '' - name: webform.webform_options.likert_comparison - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: likert_comparison - label: 'Likert: Comparison' - category: Likert - likert: true - options: "1: Strongly Disagree\n2: Disagree\n3: Neutral\n4: Agree\n5: Strongly Agree\n" - - - collection: '' - name: webform.webform_options.likert_importance - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: likert_importance - label: 'Likert: Importance' - category: Likert - likert: true - options: "1: Not at all Important\n2: Somewhat Important\n3: Neutral\n4: Important\n5: Very Important\n" - - - collection: '' - name: webform.webform_options.likert_quality - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: likert_quality - label: 'Likert: Quality' - category: Likert - likert: true - options: "1: Poor\n2: Fair\n3: Good\n4: Very good\n5: Excellent\n" - - - collection: '' - name: webform.webform_options.likert_satisfaction - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: likert_satisfaction - label: 'Likert: Satisfaction' - category: Likert - likert: true - options: "1: Very Unsatisfied\n2: Unsatisfied\n3: Neutral\n4: Satisfied\n5: Very Satisfied\n" - - - collection: '' - name: webform.webform_options.likert_ten_scale - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: likert_ten_scale - label: 'Likert: Ten Scale' - category: Likert - likert: true - options: "1: 1\n2: 2\n3: 3\n4: 4\n5: 5\n6: 6\n7: 7\n8: 8\n9: 9\n10: 10\n" - - - collection: '' - name: webform.webform_options.likert_would_you - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: likert_would_you - label: 'Likert: Would You' - category: Likert - likert: true - options: "1: Definitely Not\n2: Probably Not\n3: Not Sure\n4: Probably\n5: Definitely\n" - - - collection: '' - name: webform.webform_options.marital_status - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: marital_status - label: 'Marital status' - category: Demographic - likert: false - options: "Single: Single\nMarried: Married\nDivorced: Divorced\nWidowed: Widowed\n" - - - collection: '' - name: webform.webform_options.months - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: months - label: Months - category: 'Date and time' - likert: false - options: "January: January\nFebruary: February\nMarch: March\nApril: April\nMay: May\nJune: June\nJuly: July\nAugust: August\nSeptember: September\nOctober: October\nNovember: November\nDecember: December\n" - - - collection: '' - name: webform.webform_options.phone_types - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: phone_types - label: 'Phone type' - category: Demographic - likert: false - options: "Home: Home\nOffice: Office\nCell: Cell\n" - - - collection: '' - name: webform.webform_options.relationship - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: relationship - label: Relationship - category: Demographic - likert: false - options: "Parent: Parent\n'Significant Other': 'Significant Other'\nSibling: Sibling\nChild: Child\nFriend: Friend\n" - - - collection: '' - name: webform.webform_options.size - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: size - label: Size - category: General - likert: false - options: "Extra Small: Extra Small\nSmall: Small\nMedium: Medium\nLarge: Large\nExtra Large: Extra Large\n" - - - collection: '' - name: webform.webform_options.state_codes - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: state_codes - label: 'State codes' - category: Geographic - likert: false - options: "AL: Alabama\nAK: Alaska\nAZ: Arizona\nAR: Arkansas\nCA: California\nCO: Colorado\nCT: Connecticut\nDE: Delaware\nDC: 'District of Columbia'\nFL: Florida\nGA: Georgia\nGU: Guam\nHI: Hawaii\nID: Idaho\nIL: Illinois\nIN: Indiana\nIA: Iowa\nKS: Kansas\nKY: Kentucky\nLA: Louisiana\nME: Maine\nMD: Maryland\nMA: Massachusetts\nMI: Michigan\nMN: Minnesota\nMS: Mississippi\nMO: Missouri\nMT: Montana\nNE: Nebraska\nNV: Nevada\nNH: 'New Hampshire'\nNJ: 'New Jersey'\nNM: 'New Mexico'\nNY: 'New York'\nNC: 'North Carolina'\nND: 'North Dakota'\nOH: Ohio\nOK: Oklahoma\nOR: Oregon\nPA: Pennsylvania\nRI: 'Rhode Island'\nSC: 'South Carolina'\nSD: 'South Dakota'\nTN: Tennessee\nTX: Texas\nUT: Utah\nVT: Vermont\nVA: Virginia\nWA: Washington\nWV: 'West Virginia'\nWI: Wisconsin\nWY: Wyoming\n" - - - collection: '' - name: webform.webform_options.state_names - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: state_names - label: 'State names' - category: Geographic - likert: false - options: "Alabama: Alabama\nAlaska: Alaska\nArizona: Arizona\nArkansas: Arkansas\nCalifornia: California\nColorado: Colorado\nConnecticut: Connecticut\nDelaware: Delaware\n'District of Columbia': 'District of Columbia'\nFlorida: Florida\nGeorgia: Georgia\nHawaii: Hawaii\nIdaho: Idaho\nIllinois: Illinois\nIndiana: Indiana\nIowa: Iowa\nKansas: Kansas\nKentucky: Kentucky\nLouisiana: Louisiana\nMaine: Maine\nMaryland: Maryland\nMassachusetts: Massachusetts\nMichigan: Michigan\nMinnesota: Minnesota\nMississippi: Mississippi\nMissouri: Missouri\nMontana: Montana\nNebraska: Nebraska\nNevada: Nevada\n'New Hampshire': 'New Hampshire'\n'New Jersey': 'New Jersey'\n'New Mexico': 'New Mexico'\n'New York': 'New York'\n'North Carolina': 'North Carolina'\n'North Dakota': 'North Dakota'\nOhio: Ohio\nOklahoma: Oklahoma\nOregon: Oregon\nPennsylvania: Pennsylvania\n'Rhode Island': 'Rhode Island'\n'South Carolina': 'South Carolina'\n'South Dakota': 'South Dakota'\nTennessee: Tennessee\nTexas: Texas\nUtah: Utah\nVermont: Vermont\nVirginia: Virginia\nWashington: Washington\n'West Virginia': 'West Virginia'\nWisconsin: Wisconsin\nWyoming: Wyoming\n" - - - collection: '' - name: webform.webform_options.state_province_codes - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: state_province_codes - label: 'State/Province codes' - category: Geographic - likert: false - options: "AL: Alabama\nAK: Alaska\nAS: 'American Samoa'\nAZ: Arizona\nAR: Arkansas\nAE: 'Armed Forces (Canada, Europe, Africa, or Middle East'\nAA: 'Armed Forces Americas'\nAP: 'Armed Forces Pacific'\nCA: California\nCO: Colorado\nCT: Connecticut\nDE: Delaware\nDC: 'District of Columbia'\nFM: 'Federated States of Micronesia'\nFL: Florida\nGA: Georgia\nGU: Guam\nHI: Hawaii\nID: Idaho\nIL: Illinois\nIN: Indiana\nIA: Iowa\nKS: Kansas\nKY: Kentucky\nLA: Louisiana\nME: Maine\nMH: 'Marshall Islands'\nMD: Maryland\nMA: Massachusetts\nMI: Michigan\nMN: Minnesota\nMS: Mississippi\nMO: Missouri\nMT: Montana\nNE: Nebraska\nNV: Nevada\nNH: 'New Hampshire'\nNJ: 'New Jersey'\nNM: 'New Mexico'\nNY: 'New York'\nNC: 'North Carolina'\nND: 'North Dakota'\nMP: 'Northern Mariana Islands'\nOH: Ohio\nOK: Oklahoma\nOR: Oregon\nPW: Palau\nPA: Pennsylvania\nPR: 'Puerto Rico'\nRI: 'Rhode Island'\nSC: 'South Carolina'\nSD: 'South Dakota'\nTN: Tennessee\nTX: Texas\nUT: Utah\nVT: Vermont\nVI: 'Virgin Islands'\nVA: Virginia\nWA: Washington\nWV: 'West Virginia'\nWI: Wisconsin\nWY: Wyoming\n" - - - collection: '' - name: webform.webform_options.state_province_names - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: state_province_names - label: 'State/Province names' - category: Geographic - likert: false - options: "Alabama: Alabama\nAlaska: Alaska\n'American Samoa': 'American Samoa'\nArizona: Arizona\nArkansas: Arkansas\n'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'\n'Armed Forces Americas': 'Armed Forces Americas'\n'Armed Forces Pacific': 'Armed Forces Pacific'\nCalifornia: California\nColorado: Colorado\nConnecticut: Connecticut\nDelaware: Delaware\n'District of Columbia': 'District of Columbia'\n'Federated States of Micronesia': 'Federated States of Micronesia'\nFlorida: Florida\nGeorgia: Georgia\nGuam: Guam\nHawaii: Hawaii\nIdaho: Idaho\nIllinois: Illinois\nIndiana: Indiana\nIowa: Iowa\nKansas: Kansas\nKentucky: Kentucky\nLouisiana: Louisiana\nMaine: Maine\n'Marshall Islands': 'Marshall Islands'\nMaryland: Maryland\nMassachusetts: Massachusetts\nMichigan: Michigan\nMinnesota: Minnesota\nMississippi: Mississippi\nMissouri: Missouri\nMontana: Montana\nNebraska: Nebraska\nNevada: Nevada\n'New Hampshire': 'New Hampshire'\n'New Jersey': 'New Jersey'\n'New Mexico': 'New Mexico'\n'New York': 'New York'\n'North Carolina': 'North Carolina'\n'North Dakota': 'North Dakota'\n'Northern Mariana Islands': 'Northern Mariana Islands'\nOhio: Ohio\nOklahoma: Oklahoma\nOregon: Oregon\nPalau: Palau\nPennsylvania: Pennsylvania\n'Puerto Rico': 'Puerto Rico'\n'Rhode Island': 'Rhode Island'\n'South Carolina': 'South Carolina'\n'South Dakota': 'South Dakota'\nTennessee: Tennessee\nTexas: Texas\nUtah: Utah\nVermont: Vermont\n'Virgin Islands': 'Virgin Islands'\nVirginia: Virginia\nWashington: Washington\n'West Virginia': 'West Virginia'\nWisconsin: Wisconsin\nWyoming: Wyoming\n" - - - collection: '' - name: webform.webform_options.time_zones - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: time_zones - label: 'Time zones' - category: 'Date and time' - likert: false - options: '' - - - collection: '' - name: webform.webform_options.titles - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: titles - label: Titles - category: Demographic - likert: false - options: "Miss: Miss\nMs: Ms\nMr: Mr\nMrs: Mrs\nDr: Dr\n" - - - collection: '' - name: webform.webform_options.yes_no - data: - langcode: en - status: true - dependencies: - enforced: - module: - - webform - id: yes_no - label: Yes/No - category: General - likert: false - options: "Yes: Yes\nNo: No\n" diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.wysiwyg_linebreaks.yml b/config/sync/config_snapshot.snapshot.config_sync.module.wysiwyg_linebreaks.yml deleted file mode 100644 index a3a0a41..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.wysiwyg_linebreaks.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: 48c59c1a-99d8-47e0-b8c2-df03cdff5449 -langcode: en -status: true -dependencies: - module: - - wysiwyg_linebreaks -id: config_sync.module.wysiwyg_linebreaks -snapshotSet: config_sync -extensionType: module -extensionName: wysiwyg_linebreaks -items: { } diff --git a/config/sync/core.entity_form_display.node.page.default.yml b/config/sync/core.entity_form_display.node.page.default.yml index 03be2f3..135c222 100644 --- a/config/sync/core.entity_form_display.node.page.default.yml +++ b/config/sync/core.entity_form_display.node.page.default.yml @@ -5,16 +5,11 @@ dependencies: config: - field.field.node.page.body - field.field.node.page.field_body_paragraph - - field.field.node.page.field_file - - field.field.node.page.field_image - field.field.node.page.field_meta_tags - field.field.node.page.field_storyline - field.field.node.page.field_summary - - image.style.thumbnail - node.type.page module: - - file - - image - metatag - paragraphs - path @@ -44,21 +39,6 @@ content: third_party_settings: { } type: entity_reference_paragraphs region: content - field_file: - weight: 27 - settings: - progress_indicator: throbber - third_party_settings: { } - type: file_generic - region: content - field_image: - weight: 26 - settings: - progress_indicator: throbber - preview_image_style: thumbnail - third_party_settings: { } - type: image_image - region: content field_meta_tags: weight: 6 settings: { } diff --git a/config/sync/core.entity_form_display.node.resource.default.yml b/config/sync/core.entity_form_display.node.resource.default.yml index 71e2c05..7cf09a3 100644 --- a/config/sync/core.entity_form_display.node.resource.default.yml +++ b/config/sync/core.entity_form_display.node.resource.default.yml @@ -15,6 +15,7 @@ dependencies: - field.field.node.resource.field_topics - image.style.thumbnail - node.type.resource + - field.field.node.resource.field_resource_video module: - file - image @@ -23,6 +24,7 @@ dependencies: - paragraphs - path - text + - video_embed_field _core: default_config_hash: dD5zXOYJlGWJaKev1OaXpX9UpROPtfHxW7ko6m-7g84 id: node.resource.default @@ -32,7 +34,7 @@ mode: default content: created: type: datetime_timestamp - weight: 10 + weight: 11 region: content settings: { } third_party_settings: { } @@ -57,7 +59,7 @@ content: type: image_image region: content field_meta_tags: - weight: 15 + weight: 16 settings: { } third_party_settings: { } type: metatag_firehose @@ -83,6 +85,12 @@ content: third_party_settings: { } type: options_select region: content + field_resource_video: + weight: 7 + settings: { } + third_party_settings: { } + type: video_embed_field_textfield + region: content field_summary: weight: 3 settings: @@ -92,7 +100,7 @@ content: type: text_textarea region: content field_tags: - weight: 8 + weight: 9 settings: match_operator: CONTAINS size: 60 @@ -101,14 +109,14 @@ content: type: entity_reference_autocomplete_tags region: content field_topics: - weight: 7 + weight: 8 settings: { } third_party_settings: { } type: options_select region: content path: type: path - weight: 13 + weight: 14 region: content settings: { } third_party_settings: { } @@ -116,21 +124,21 @@ content: type: boolean_checkbox settings: display_label: true - weight: 11 + weight: 12 region: content third_party_settings: { } status: type: boolean_checkbox settings: display_label: true - weight: 14 + weight: 15 region: content third_party_settings: { } sticky: type: boolean_checkbox settings: display_label: true - weight: 12 + weight: 13 region: content third_party_settings: { } title: @@ -143,7 +151,7 @@ content: third_party_settings: { } uid: type: entity_reference_autocomplete - weight: 9 + weight: 10 settings: match_operator: CONTAINS size: 60 diff --git a/config/sync/core.entity_form_display.paragraph.video.default.yml b/config/sync/core.entity_form_display.paragraph.video.default.yml new file mode 100644 index 0000000..ae70728 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.video.default.yml @@ -0,0 +1,24 @@ +uuid: d5e44faa-e648-4a8d-8754-f9756a4c31fc +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.video.field_video_embed + - paragraphs.paragraphs_type.video + module: + - video_embed_field +id: paragraph.video.default +targetEntityType: paragraph +bundle: video +mode: default +content: + field_video_embed: + weight: 0 + settings: { } + third_party_settings: { } + type: video_embed_field_textfield + region: content +hidden: + created: true + status: true + uid: true diff --git a/config/sync/core.entity_form_display.user.user.default.yml b/config/sync/core.entity_form_display.user.user.default.yml index 7bc2774..273f65b 100644 --- a/config/sync/core.entity_form_display.user.user.default.yml +++ b/config/sync/core.entity_form_display.user.user.default.yml @@ -3,15 +3,11 @@ langcode: en status: true dependencies: config: - - field.field.user.user.field_bio - - field.field.user.user.field_gpg_public_key - field.field.user.user.user_picture - image.style.thumbnail module: - - file - image - path - - text - user _core: default_config_hash: cAoTuTfmGrGB_89qPV_cTRlA7NXOWtLCLePKVX4SO3A @@ -30,22 +26,6 @@ content: region: content settings: { } third_party_settings: { } - field_bio: - weight: 32 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - third_party_settings: { } - type: text_textarea_with_summary - region: content - field_gpg_public_key: - weight: 31 - settings: - progress_indicator: throbber - third_party_settings: { } - type: file_generic - region: content language: weight: 0 region: content diff --git a/config/sync/core.entity_view_display.node.page.default.yml b/config/sync/core.entity_view_display.node.page.default.yml index 9ad788f..c9b0549 100644 --- a/config/sync/core.entity_view_display.node.page.default.yml +++ b/config/sync/core.entity_view_display.node.page.default.yml @@ -5,16 +5,11 @@ dependencies: config: - field.field.node.page.body - field.field.node.page.field_body_paragraph - - field.field.node.page.field_file - - field.field.node.page.field_image - field.field.node.page.field_meta_tags - - field.field.node.page.field_storyline - field.field.node.page.field_summary - node.type.page module: - ds - - file - - image - user third_party_settings: ds: @@ -39,28 +34,10 @@ id: node.page.default targetEntityType: node bundle: page mode: default -content: - field_file: - weight: 2 - label: above - settings: - use_description_as_link_text: true - third_party_settings: { } - type: file_default - region: content - field_image: - weight: 1 - label: above - settings: - image_style: '' - image_link: '' - third_party_settings: { } - type: image - region: content +content: { } hidden: body: true field_body_paragraph: true field_meta_tags: true - field_storyline: true field_summary: true links: true diff --git a/config/sync/core.entity_view_display.node.page.teaser.yml b/config/sync/core.entity_view_display.node.page.teaser.yml index c7978c6..7d431d2 100644 --- a/config/sync/core.entity_view_display.node.page.teaser.yml +++ b/config/sync/core.entity_view_display.node.page.teaser.yml @@ -7,6 +7,7 @@ dependencies: - field.field.node.page.body - field.field.node.page.field_body_paragraph - field.field.node.page.field_meta_tags + - field.field.node.page.field_storyline - field.field.node.page.field_summary - node.type.page module: @@ -67,7 +68,5 @@ content: hidden: body: true field_body_paragraph: true - field_file: true - field_image: true field_meta_tags: true field_storyline: true diff --git a/config/sync/core.entity_view_display.node.resource.card.yml b/config/sync/core.entity_view_display.node.resource.card.yml index 0ef5bc6..446b577 100644 --- a/config/sync/core.entity_view_display.node.resource.card.yml +++ b/config/sync/core.entity_view_display.node.resource.card.yml @@ -16,6 +16,8 @@ dependencies: - field.field.node.resource.field_topics - node.type.resource - responsive_image.styles.narrow + - field.field.node.resource.field_resource_video + - image.style.max_325x325 module: - ds - field_group @@ -24,6 +26,7 @@ dependencies: - responsive_image - text - user + - video_embed_field third_party_settings: ds: layout: @@ -49,6 +52,7 @@ third_party_settings: - field_topics - field_resource_link - field_resource_file + - field_resource_video fields: node_title: plugin_id: node_title @@ -69,7 +73,7 @@ third_party_settings: - field_resource_link - field_resource_file parent_name: '' - weight: 1 + weight: 2 format_type: html_element format_settings: id: '' @@ -118,6 +122,17 @@ content: rel: '' target: '' third_party_settings: { } + field_resource_video: + type: video_embed_field_thumbnail + weight: 1 + region: ds_content + label: visually_hidden + settings: + image_style: max_325x325 + link_image_to: content + third_party_settings: + ds: + ds_limit: '' field_summary: type: text_default weight: 3 diff --git a/config/sync/core.entity_view_display.node.resource.default.yml b/config/sync/core.entity_view_display.node.resource.default.yml index b3a834c..65ad9e0 100644 --- a/config/sync/core.entity_view_display.node.resource.default.yml +++ b/config/sync/core.entity_view_display.node.resource.default.yml @@ -14,6 +14,7 @@ dependencies: - field.field.node.resource.field_tags - field.field.node.resource.field_topics - node.type.resource + - field.field.node.resource.field_resource_video module: - ds - user @@ -49,6 +50,7 @@ hidden: field_resource_file: true field_resource_link: true field_resource_type: true + field_resource_video: true field_summary: true field_tags: true field_topics: true diff --git a/config/sync/core.entity_view_display.node.resource.full.yml b/config/sync/core.entity_view_display.node.resource.full.yml index 3c4abb5..10a4f47 100644 --- a/config/sync/core.entity_view_display.node.resource.full.yml +++ b/config/sync/core.entity_view_display.node.resource.full.yml @@ -16,6 +16,7 @@ dependencies: - field.field.node.resource.field_topics - node.type.resource - responsive_image.styles.narrow + - field.field.node.resource.field_resource_video module: - ds - entity_reference_revisions @@ -23,11 +24,12 @@ dependencies: - link - responsive_image - user + - video_embed_field third_party_settings: ds: layout: - id: ds_2col - library: ds/ds_2col + id: ds_2col_fluid + library: ds/ds_2col_fluid disable_css: true entity_classes: all_classes settings: @@ -43,6 +45,7 @@ third_party_settings: regions: left: - field_image + - field_resource_video right: - field_body_paragraph - field_resource_link @@ -59,7 +62,7 @@ mode: full content: field_body_paragraph: type: entity_reference_revisions_entity_view - weight: 1 + weight: 2 region: right label: visually_hidden settings: @@ -77,35 +80,50 @@ content: third_party_settings: { } field_resource_file: type: file_default - weight: 3 + weight: 6 region: right label: visually_hidden settings: use_description_as_link_text: true - third_party_settings: { } + third_party_settings: + ds: + ds_limit: '' field_resource_link: type: link - weight: 2 + weight: 7 region: right label: visually_hidden settings: trim_length: 80 url_only: false url_plain: false - rel: '' - target: '' + rel: '0' + target: '0' third_party_settings: { } field_resource_type: type: entity_reference_label - weight: 4 + weight: 3 region: right label: visually_hidden settings: link: true third_party_settings: { } + field_resource_video: + type: video_embed_field_video + weight: 1 + region: left + label: visually_hidden + settings: + responsive: true + width: 854 + height: 480 + autoplay: false + third_party_settings: + ds: + ds_limit: '' field_tags: type: entity_reference_label - weight: 6 + weight: 5 region: right label: visually_hidden settings: @@ -113,7 +131,7 @@ content: third_party_settings: { } field_topics: type: entity_reference_label - weight: 5 + weight: 4 region: right label: visually_hidden settings: diff --git a/config/sync/core.entity_view_display.node.resource.simple_card.yml b/config/sync/core.entity_view_display.node.resource.simple_card.yml index df7ae16..c345929 100644 --- a/config/sync/core.entity_view_display.node.resource.simple_card.yml +++ b/config/sync/core.entity_view_display.node.resource.simple_card.yml @@ -16,11 +16,14 @@ dependencies: - field.field.node.resource.field_topics - node.type.resource - responsive_image.styles.narrow + - field.field.node.resource.field_resource_video + - image.style.max_325x325 module: - ds - field_group - responsive_image - user + - video_embed_field third_party_settings: ds: layout: @@ -43,6 +46,7 @@ third_party_settings: - group_card_content - 'bundle_field:node' - node_title + - field_resource_video fields: 'bundle_field:node': plugin_id: 'bundle_field:node' @@ -65,7 +69,7 @@ third_party_settings: - 'bundle_field:node' - node_title parent_name: '' - weight: 1 + weight: 2 format_type: html_element format_settings: id: '' @@ -94,6 +98,17 @@ content: responsive_image_style: narrow image_link: content third_party_settings: { } + field_resource_video: + type: video_embed_field_thumbnail + weight: 1 + region: ds_content + label: visually_hidden + settings: + image_style: max_325x325 + link_image_to: content + third_party_settings: + ds: + ds_limit: '' hidden: body: true field_body_paragraph: true diff --git a/config/sync/core.entity_view_display.node.resource.teaser.yml b/config/sync/core.entity_view_display.node.resource.teaser.yml index de55532..eb3f423 100644 --- a/config/sync/core.entity_view_display.node.resource.teaser.yml +++ b/config/sync/core.entity_view_display.node.resource.teaser.yml @@ -16,6 +16,7 @@ dependencies: - field.field.node.resource.field_topics - node.type.resource - responsive_image.styles.narrow + - field.field.node.resource.field_resource_video module: - ds - file @@ -23,6 +24,7 @@ dependencies: - responsive_image - text - user + - video_embed_field third_party_settings: ds: layout: @@ -43,6 +45,7 @@ third_party_settings: regions: left: - field_image + - field_resource_video right: - node_title - field_summary @@ -53,7 +56,7 @@ third_party_settings: fields: node_title: plugin_id: node_title - weight: 1 + weight: 2 label: hidden formatter: default settings: @@ -79,7 +82,7 @@ content: third_party_settings: { } field_resource_file: type: file_default - weight: 4 + weight: 5 region: right label: visually_hidden settings: @@ -87,7 +90,7 @@ content: third_party_settings: { } field_resource_link: type: link - weight: 3 + weight: 4 region: right label: visually_hidden settings: @@ -99,22 +102,35 @@ content: third_party_settings: { } field_resource_type: type: entity_reference_label - weight: 5 + weight: 6 region: right label: visually_hidden settings: link: true third_party_settings: { } + field_resource_video: + type: video_embed_field_video + weight: 1 + region: left + label: visually_hidden + settings: + responsive: true + width: 854 + height: 480 + autoplay: false + third_party_settings: + ds: + ds_limit: '' field_summary: type: text_default - weight: 2 + weight: 3 region: right label: visually_hidden settings: { } third_party_settings: { } field_topics: type: entity_reference_label - weight: 6 + weight: 7 region: right label: visually_hidden settings: diff --git a/config/sync/core.entity_view_display.paragraph.video.default.yml b/config/sync/core.entity_view_display.paragraph.video.default.yml new file mode 100644 index 0000000..29d7ad5 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.video.default.yml @@ -0,0 +1,26 @@ +uuid: 42a0a039-a95d-41c4-bd81-612f485cdba5 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.video.field_video_embed + - paragraphs.paragraphs_type.video + module: + - video_embed_field +id: paragraph.video.default +targetEntityType: paragraph +bundle: video +mode: default +content: + field_video_embed: + weight: 0 + label: visually_hidden + settings: + responsive: true + width: 854 + height: 480 + autoplay: false + third_party_settings: { } + type: video_embed_field_video + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.user.user.default.yml b/config/sync/core.entity_view_display.user.user.default.yml index b6673e5..fe992f9 100644 --- a/config/sync/core.entity_view_display.user.user.default.yml +++ b/config/sync/core.entity_view_display.user.user.default.yml @@ -3,14 +3,10 @@ langcode: en status: true dependencies: config: - - field.field.user.user.field_bio - - field.field.user.user.field_gpg_public_key - field.field.user.user.user_picture - image.style.thumbnail module: - - file - image - - text - user _core: default_config_hash: '-spcniWjm5Ez6YM3ccxk3ocvsn52jkdaGEgp0xzPYU8' @@ -19,21 +15,6 @@ targetEntityType: user bundle: user mode: default content: - field_bio: - weight: 2 - label: above - settings: { } - third_party_settings: { } - type: text_default - region: content - field_gpg_public_key: - weight: 1 - label: above - settings: - use_description_as_link_text: true - third_party_settings: { } - type: file_default - region: content user_picture: type: image weight: 0 diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 7fe722c..9494c89 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -84,7 +84,6 @@ module: path: 0 quickedit: 0 rdf: 0 - redirect: 0 responsive_image: 0 search_api: 0 search_api_db: 0 @@ -101,9 +100,8 @@ module: tour: 0 update: 0 user: 0 + video_embed_field: 0 views_ui: 0 - webform: 0 - wysiwyg_linebreaks: 0 ds: 1 menu_link_content: 1 pathauto: 1 diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml index 7987413..3177ddb 100644 --- a/config/sync/editor.editor.basic_html.yml +++ b/config/sync/editor.editor.basic_html.yml @@ -43,17 +43,13 @@ settings: items: - Source plugins: - language: - language_list: un stylescombo: styles: '' - linebreaks: - method: force image_upload: status: true scheme: public directory: inline-images max_size: '' max_dimensions: - width: null - height: null + width: 0 + height: 0 diff --git a/config/sync/editor.editor.full_html.yml b/config/sync/editor.editor.full_html.yml index 9dd93d1..c7f8970 100644 --- a/config/sync/editor.editor.full_html.yml +++ b/config/sync/editor.editor.full_html.yml @@ -51,17 +51,13 @@ settings: - ShowBlocks - Source plugins: - language: - language_list: un stylescombo: styles: '' - linebreaks: - method: force image_upload: status: true scheme: public directory: inline-images max_size: '' max_dimensions: - width: null - height: null + width: 0 + height: 0 diff --git a/config/sync/field.field.node.page.field_file.yml b/config/sync/field.field.node.page.field_file.yml deleted file mode 100644 index f1c58e3..0000000 --- a/config/sync/field.field.node.page.field_file.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: f2978e92-efe9-45a5-b412-5e3e5ac98681 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_file - - node.type.page - module: - - file -id: node.page.field_file -field_name: field_file -entity_type: node -bundle: page -label: file -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - file_directory: '[date:custom:Y]-[date:custom:m]' - file_extensions: 'txt pdf svg rtf odt odp ppt' - max_filesize: '' - description_field: false - handler: 'default:file' - handler_settings: { } -field_type: file diff --git a/config/sync/field.field.node.page.field_image.yml b/config/sync/field.field.node.page.field_image.yml deleted file mode 100644 index 8d66b2c..0000000 --- a/config/sync/field.field.node.page.field_image.yml +++ /dev/null @@ -1,38 +0,0 @@ -uuid: 16782cd7-a9f3-4cf1-8e5b-eba74b6f239c -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_image - - node.type.page - module: - - image -id: node.page.field_image -field_name: field_image -entity_type: node -bundle: page -label: Image -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - file_directory: '[date:custom:Y]-[date:custom:m]' - file_extensions: 'png gif jpg jpeg' - max_filesize: '' - max_resolution: '' - min_resolution: '' - alt_field: true - alt_field_required: true - title_field: false - title_field_required: false - default_image: - uuid: '' - alt: '' - title: '' - width: null - height: null - handler: 'default:file' - handler_settings: { } -field_type: image diff --git a/config/sync/field.field.node.resource.field_body_paragraph.yml b/config/sync/field.field.node.resource.field_body_paragraph.yml index 5c423f1..6ba3cb8 100644 --- a/config/sync/field.field.node.resource.field_body_paragraph.yml +++ b/config/sync/field.field.node.resource.field_body_paragraph.yml @@ -8,6 +8,7 @@ dependencies: - paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.image - paragraphs.paragraphs_type.text + - paragraphs.paragraphs_type.video module: - entity_reference_revisions _core: @@ -30,6 +31,7 @@ settings: text: text image: image file: file + video: video target_bundles_drag_drop: text: enabled: true @@ -46,4 +48,16 @@ settings: update: weight: -7 enabled: false + faq: + weight: 10 + enabled: false + storyline_header: + weight: 14 + enabled: false + storyline_item: + weight: 15 + enabled: false + video: + enabled: true + weight: 18 field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.resource.field_resource_video.yml b/config/sync/field.field.node.resource.field_resource_video.yml new file mode 100644 index 0000000..f28186a --- /dev/null +++ b/config/sync/field.field.node.resource.field_resource_video.yml @@ -0,0 +1,25 @@ +uuid: 8396c7b4-0bb1-46c9-95ad-1c82df172a9c +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_resource_video + - node.type.resource + module: + - video_embed_field +id: node.resource.field_resource_video +field_name: field_resource_video +entity_type: node +bundle: resource +label: 'Resource video' +description: 'Paste in the embed link from YouTube or Vimeo to embed a video.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + allowed_providers: + vimeo: '0' + youtube: '0' + youtube_playlist: '0' +field_type: video_embed_field diff --git a/config/sync/field.field.paragraph.video.field_video_embed.yml b/config/sync/field.field.paragraph.video.field_video_embed.yml new file mode 100644 index 0000000..c002d4c --- /dev/null +++ b/config/sync/field.field.paragraph.video.field_video_embed.yml @@ -0,0 +1,25 @@ +uuid: 5c31475c-e91c-41ca-bf5d-424de3ae510d +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_video_embed + - paragraphs.paragraphs_type.video + module: + - video_embed_field +id: paragraph.video.field_video_embed +field_name: field_video_embed +entity_type: paragraph +bundle: video +label: 'Video embed' +description: 'Paste in the embed link from YouTube or Vimeo to embed a video.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + allowed_providers: + vimeo: '0' + youtube: '0' + youtube_playlist: '0' +field_type: video_embed_field diff --git a/config/sync/field.field.user.user.field_bio.yml b/config/sync/field.field.user.user.field_bio.yml deleted file mode 100644 index 7ca2a72..0000000 --- a/config/sync/field.field.user.user.field_bio.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 9c991ded-e9f0-469c-a68f-c15f7f2ba9cb -langcode: en -status: true -dependencies: - config: - - field.storage.user.field_bio - module: - - text - - user -id: user.user.field_bio -field_name: field_bio -entity_type: user -bundle: user -label: Bio -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - display_summary: false -field_type: text_with_summary diff --git a/config/sync/field.field.user.user.field_gpg_public_key.yml b/config/sync/field.field.user.user.field_gpg_public_key.yml deleted file mode 100644 index d456d61..0000000 --- a/config/sync/field.field.user.user.field_gpg_public_key.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: 6fab4262-f202-461f-adb6-16e8b786fc27 -langcode: en -status: true -dependencies: - config: - - field.storage.user.field_gpg_public_key - module: - - file - - user -id: user.user.field_gpg_public_key -field_name: field_gpg_public_key -entity_type: user -bundle: user -label: 'GPG public key' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - file_directory: '' - file_extensions: asc - max_filesize: '' - description_field: false - handler: 'default:file' - handler_settings: { } -field_type: file diff --git a/config/sync/field.storage.node.field_file.yml b/config/sync/field.storage.node.field_file.yml deleted file mode 100644 index 719e8c4..0000000 --- a/config/sync/field.storage.node.field_file.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 84ea971d-b192-4165-8178-ebf05f57662b -langcode: en -status: true -dependencies: - module: - - file - - node -id: node.field_file -field_name: field_file -entity_type: node -type: file -settings: - display_field: true - display_default: false - uri_scheme: public - target_type: file -module: file -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/sync/field.storage.node.field_image.yml b/config/sync/field.storage.node.field_image.yml index 93e51c6..8d8dfd4 100644 --- a/config/sync/field.storage.node.field_image.yml +++ b/config/sync/field.storage.node.field_image.yml @@ -25,7 +25,7 @@ settings: display_default: false module: image locked: false -cardinality: -1 +cardinality: 1 translatable: true indexes: target_id: diff --git a/config/sync/field.storage.node.field_resource_video.yml b/config/sync/field.storage.node.field_resource_video.yml new file mode 100644 index 0000000..dc11e47 --- /dev/null +++ b/config/sync/field.storage.node.field_resource_video.yml @@ -0,0 +1,19 @@ +uuid: 8718832a-9326-48f2-8f43-d1f9fdd21c52 +langcode: en +status: true +dependencies: + module: + - node + - video_embed_field +id: node.field_resource_video +field_name: field_resource_video +entity_type: node +type: video_embed_field +settings: { } +module: video_embed_field +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_video_embed.yml b/config/sync/field.storage.paragraph.field_video_embed.yml new file mode 100644 index 0000000..7544fbe --- /dev/null +++ b/config/sync/field.storage.paragraph.field_video_embed.yml @@ -0,0 +1,19 @@ +uuid: 6b465e21-645e-482a-b57f-e4099169101c +langcode: en +status: true +dependencies: + module: + - paragraphs + - video_embed_field +id: paragraph.field_video_embed +field_name: field_video_embed +entity_type: paragraph +type: video_embed_field +settings: { } +module: video_embed_field +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.user.field_bio.yml b/config/sync/field.storage.user.field_bio.yml deleted file mode 100644 index 230c4fe..0000000 --- a/config/sync/field.storage.user.field_bio.yml +++ /dev/null @@ -1,19 +0,0 @@ -uuid: 0087065a-88d7-4bce-a86a-9e9946bb84b7 -langcode: en -status: true -dependencies: - module: - - text - - user -id: user.field_bio -field_name: field_bio -entity_type: user -type: text_with_summary -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/sync/field.storage.user.field_gpg_public_key.yml b/config/sync/field.storage.user.field_gpg_public_key.yml deleted file mode 100644 index 63daaee..0000000 --- a/config/sync/field.storage.user.field_gpg_public_key.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 77c162e8-9f8c-43ff-b1f1-63a515f00590 -langcode: en -status: true -dependencies: - module: - - file - - user -id: user.field_gpg_public_key -field_name: field_gpg_public_key -entity_type: user -type: file -settings: - display_field: false - display_default: false - uri_scheme: public - target_type: file -module: file -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/sync/filter.format.basic_html.yml b/config/sync/filter.format.basic_html.yml index e98d068..8ca1fda 100644 --- a/config/sync/filter.format.basic_html.yml +++ b/config/sync/filter.format.basic_html.yml @@ -14,57 +14,32 @@ filters: id: filter_html provider: filter status: true - weight: -50 + weight: -10 settings: - allowed_html: '