Compare commits
No commits in common. "main" and "master" have entirely different histories.
505 changed files with 13827 additions and 52078 deletions
18
.ddev/.gitignore
vendored
18
.ddev/.gitignore
vendored
|
@ -4,29 +4,37 @@
|
||||||
|
|
||||||
/**/*.example
|
/**/*.example
|
||||||
/.dbimageBuild
|
/.dbimageBuild
|
||||||
|
/.dbimageExtra
|
||||||
/.ddev-docker-*.yaml
|
/.ddev-docker-*.yaml
|
||||||
/.*downloads
|
/.*downloads
|
||||||
/.homeadditions
|
/.homeadditions
|
||||||
/.importdb*
|
/.importdb*
|
||||||
/.sshimageBuild
|
/.sshimageBuild
|
||||||
|
/.venv
|
||||||
/.webimageBuild
|
/.webimageBuild
|
||||||
|
/.webimageExtra
|
||||||
/apache/apache-site.conf
|
/apache/apache-site.conf
|
||||||
/commands/.gitattributes
|
/commands/.gitattributes
|
||||||
|
/commands/db/mysql
|
||||||
|
/commands/host/launch
|
||||||
|
/commands/web/xdebug
|
||||||
|
/commands/web/live
|
||||||
/config.local.y*ml
|
/config.local.y*ml
|
||||||
/config.*.local.y*ml
|
|
||||||
/db_snapshots
|
/db_snapshots
|
||||||
|
/import-db
|
||||||
|
/import.yaml
|
||||||
/mutagen/mutagen.yml
|
/mutagen/mutagen.yml
|
||||||
/mutagen/.start-synced
|
/mutagen/.start-synced
|
||||||
/nginx_full/nginx-site.conf
|
/nginx_full/nginx-site.conf
|
||||||
/postgres/postgresql.conf
|
/postgres/postgresql.conf
|
||||||
/providers/acquia.yaml
|
/providers/acquia.yaml
|
||||||
/providers/lagoon.yaml
|
/providers/lagoon.yaml
|
||||||
/providers/pantheon.yaml
|
|
||||||
/providers/platform.yaml
|
/providers/platform.yaml
|
||||||
/providers/upsun.yaml
|
/providers/upsun.yaml
|
||||||
/sequelpro.spf
|
/sequelpro.spf
|
||||||
/traefik/config/geo-coop.yaml
|
/settings/settings.ddev.py
|
||||||
/traefik/certs/geo-coop.crt
|
/traefik/config/geo.yaml
|
||||||
/traefik/certs/geo-coop.key
|
/traefik/certs/geo.crt
|
||||||
|
/traefik/certs/geo.key
|
||||||
/xhprof/xhprof_prepend.php
|
/xhprof/xhprof_prepend.php
|
||||||
/**/README.*
|
/**/README.*
|
||||||
|
|
|
@ -1,95 +1,83 @@
|
||||||
name: geo-coop
|
name: geo
|
||||||
type: drupal11
|
type: drupal9
|
||||||
docroot: web
|
docroot: web
|
||||||
php_version: "8.1"
|
php_version: "8.1"
|
||||||
webserver_type: apache-fpm
|
webserver_type: apache-fpm
|
||||||
|
router_http_port: "80"
|
||||||
|
router_https_port: "443"
|
||||||
xdebug_enabled: false
|
xdebug_enabled: false
|
||||||
additional_hostnames: []
|
additional_hostnames: []
|
||||||
additional_fqdns: []
|
additional_fqdns: []
|
||||||
database:
|
database:
|
||||||
type: mariadb
|
type: mariadb
|
||||||
version: "10.5"
|
version: "10.5"
|
||||||
use_dns_when_possible: true
|
nfs_mount_enabled: false
|
||||||
|
mutagen_enabled: false
|
||||||
|
use_dns_when_possible: false
|
||||||
composer_version: "2"
|
composer_version: "2"
|
||||||
web_environment: []
|
web_environment: []
|
||||||
nodejs_version: "16"
|
nodejs_version: "16"
|
||||||
corepack_enable: false
|
|
||||||
default_container_timeout: "240"
|
|
||||||
|
|
||||||
# Key features of DDEV's config.yaml:
|
# Key features of ddev's config.yaml:
|
||||||
|
|
||||||
# name: <projectname> # Name of the project, automatically provides
|
# name: <projectname> # Name of the project, automatically provides
|
||||||
# http://projectname.ddev.site and https://projectname.ddev.site
|
# http://projectname.ddev.site and https://projectname.ddev.site
|
||||||
|
|
||||||
# type: <projecttype> # backdrop, cakephp, craftcms, drupal, drupal6, drupal7, drupal8, drupal9, drupal10, drupal11, laravel, magento, magento2, php, shopware6, silverstripe, symfony, typo3, wordpress
|
# type: <projecttype> # drupal6/7/8, backdrop, typo3, wordpress, php
|
||||||
# See https://ddev.readthedocs.io/en/stable/users/quickstart/ for more
|
|
||||||
# information on the different project types
|
|
||||||
|
|
||||||
# docroot: <relative_path> # Relative path to the directory containing index.php.
|
# docroot: <relative_path> # Relative path to the directory containing index.php.
|
||||||
|
|
||||||
# php_version: "8.3" # PHP version to use, "5.6" through "8.4"
|
# php_version: "7.4" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"
|
||||||
|
|
||||||
# You can explicitly specify the webimage but this
|
# You can explicitly specify the webimage but this
|
||||||
# is not recommended, as the images are often closely tied to DDEV's' behavior,
|
# is not recommended, as the images are often closely tied to ddev's' behavior,
|
||||||
# so this can break upgrades.
|
# so this can break upgrades.
|
||||||
|
|
||||||
# webimage: <docker_image> # nginx/php docker image.
|
# webimage: <docker_image> # nginx/php docker image.
|
||||||
|
|
||||||
# database:
|
# database:
|
||||||
# type: <dbtype> # mysql, mariadb, postgres
|
# type: <dbtype> # mysql, mariadb
|
||||||
# version: <version> # database version, like "10.11" or "8.0"
|
# version: <version> # database version, like "10.3" or "8.0"
|
||||||
# MariaDB versions can be 5.5-10.8, 10.11, and 11.4.
|
# Note that mariadb_version or mysql_version from v1.18 and earlier
|
||||||
# MySQL versions can be 5.5-8.0.
|
# will automatically be converted to this notation with just a "ddev config --auto"
|
||||||
# PostgreSQL versions can be 9-17.
|
|
||||||
|
|
||||||
# router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
|
# router_http_port: <port> # Port to be used for http (defaults to port 80)
|
||||||
# router_https_port: <port> # Port for https (defaults to global configuration, usually 443)
|
# router_https_port: <port> # Port for https (defaults to 443)
|
||||||
|
|
||||||
# xdebug_enabled: false # Set to true to enable Xdebug and "ddev start" or "ddev restart"
|
# xdebug_enabled: false # Set to true to enable xdebug and "ddev start" or "ddev restart"
|
||||||
# Note that for most people the commands
|
# Note that for most people the commands
|
||||||
# "ddev xdebug" to enable Xdebug and "ddev xdebug off" to disable it work better,
|
# "ddev xdebug" to enable xdebug and "ddev xdebug off" to disable it work better,
|
||||||
# as leaving Xdebug enabled all the time is a big performance hit.
|
# as leaving xdebug enabled all the time is a big performance hit.
|
||||||
|
|
||||||
# xhprof_enabled: false # Set to true to enable Xhprof and "ddev start" or "ddev restart"
|
# xhprof_enabled: false # Set to true to enable xhprof and "ddev start" or "ddev restart"
|
||||||
# Note that for most people the commands
|
# Note that for most people the commands
|
||||||
# "ddev xhprof" to enable Xhprof and "ddev xhprof off" to disable it work better,
|
# "ddev xhprof" to enable xhprof and "ddev xhprof off" to disable it work better,
|
||||||
# as leaving Xhprof enabled all the time is a big performance hit.
|
# as leaving xhprof enabled all the time is a big performance hit.
|
||||||
|
|
||||||
# webserver_type: nginx-fpm or apache-fpm
|
# webserver_type: nginx-fpm # or apache-fpm
|
||||||
|
|
||||||
# timezone: Europe/Berlin
|
# timezone: Europe/Berlin
|
||||||
# If timezone is unset, DDEV will attempt to derive it from the host system timezone
|
|
||||||
# using the $TZ environment variable or the /etc/localtime symlink.
|
|
||||||
# This is the timezone used in the containers and by PHP;
|
# This is the timezone used in the containers and by PHP;
|
||||||
# it can be set to any valid timezone,
|
# it can be set to any valid timezone,
|
||||||
# see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
# see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
# For example Europe/Dublin or MST7MDT
|
# For example Europe/Dublin or MST7MDT
|
||||||
|
|
||||||
# composer_root: <relative_path>
|
# composer_root: <relative_path>
|
||||||
# Relative path to the Composer root directory from the project root. This is
|
# Relative path to the composer root directory from the project root. This is
|
||||||
# the directory which contains the composer.json and where all Composer related
|
# the directory which contains the composer.json and where all Composer related
|
||||||
# commands are executed.
|
# commands are executed.
|
||||||
|
|
||||||
# composer_version: "2"
|
# composer_version: "2"
|
||||||
# You can set it to "" or "2" (default) for Composer v2 or "1" for Composer v1
|
# if composer_version:"2" it will use the most recent composer v2
|
||||||
# to use the latest major version available at the time your container is built.
|
# It can also be set to "1", to get most recent composer v1
|
||||||
# It is also possible to use each other Composer version channel. This includes:
|
# or "" for the default v2 created at release time.
|
||||||
# - 2.2 (latest Composer LTS version)
|
# It can be set to any existing specific composer version.
|
||||||
# - stable
|
# After first project 'ddev start' this will not be updated until it changes
|
||||||
# - preview
|
|
||||||
# - snapshot
|
|
||||||
# Alternatively, an explicit Composer version may be specified, for example "2.2.18".
|
|
||||||
# To reinstall Composer after the image was built, run "ddev debug rebuild".
|
|
||||||
|
|
||||||
# nodejs_version: "22"
|
# nodejs_version: "16"
|
||||||
# change from the default system Node.js version to any other version.
|
# change from the default system Node.js version to another supported version, like 12, 14, 17.
|
||||||
# See https://ddev.readthedocs.io/en/stable/users/configuration/config/#nodejs_version for more information
|
# Note that you can use 'ddev nvm' or nvm inside the web container to provide nearly any
|
||||||
# and https://www.npmjs.com/package/n#specifying-nodejs-versions for the full documentation,
|
# Node.js version, including v6, etc.
|
||||||
# Note that using of 'ddev nvm' is discouraged because "nodejs_version" is much easier to use,
|
|
||||||
# can specify any version, and is more robust than using 'nvm'.
|
|
||||||
|
|
||||||
# corepack_enable: false
|
|
||||||
# Change to 'true' to 'corepack enable' and gain access to latest versions of yarn/pnpm
|
|
||||||
|
|
||||||
# additional_hostnames:
|
# additional_hostnames:
|
||||||
# - somename
|
# - somename
|
||||||
|
@ -103,26 +91,8 @@ default_container_timeout: "240"
|
||||||
# would provide http and https URLs for "example.com" and "sub1.example.com"
|
# would provide http and https URLs for "example.com" and "sub1.example.com"
|
||||||
# Please take care with this because it can cause great confusion.
|
# Please take care with this because it can cause great confusion.
|
||||||
|
|
||||||
# upload_dirs: "custom/upload/dir"
|
# upload_dir: custom/upload/dir
|
||||||
#
|
# would set the destination path for ddev import-files to <docroot>/custom/upload/dir
|
||||||
# upload_dirs:
|
|
||||||
# - custom/upload/dir
|
|
||||||
# - ../private
|
|
||||||
#
|
|
||||||
# would set the destination paths for ddev import-files to <docroot>/custom/upload/dir
|
|
||||||
# When Mutagen is enabled this path is bind-mounted so that all the files
|
|
||||||
# in the upload_dirs don't have to be synced into Mutagen.
|
|
||||||
|
|
||||||
# disable_upload_dirs_warning: false
|
|
||||||
# If true, turns off the normal warning that says
|
|
||||||
# "You have Mutagen enabled and your 'php' project type doesn't have upload_dirs set"
|
|
||||||
|
|
||||||
# ddev_version_constraint: ""
|
|
||||||
# Example:
|
|
||||||
# ddev_version_constraint: ">= 1.22.4"
|
|
||||||
# This will enforce that the running ddev version is within this constraint.
|
|
||||||
# See https://github.com/Masterminds/semver#checking-version-constraints for
|
|
||||||
# supported constraint formats
|
|
||||||
|
|
||||||
# working_dir:
|
# working_dir:
|
||||||
# web: /var/www/html
|
# web: /var/www/html
|
||||||
|
@ -131,25 +101,20 @@ default_container_timeout: "240"
|
||||||
# These values specify the destination directory for ddev ssh and the
|
# These values specify the destination directory for ddev ssh and the
|
||||||
# directory in which commands passed into ddev exec are run.
|
# directory in which commands passed into ddev exec are run.
|
||||||
|
|
||||||
# omit_containers: [db, ddev-ssh-agent]
|
# omit_containers: [db, dba, ddev-ssh-agent]
|
||||||
# Currently only these containers are supported. Some containers can also be
|
# Currently only these containers are supported. Some containers can also be
|
||||||
# omitted globally in the ~/.ddev/global_config.yaml. Note that if you omit
|
# omitted globally in the ~/.ddev/global_config.yaml. Note that if you omit
|
||||||
# the "db" container, several standard features of DDEV that access the
|
# the "db" container, several standard features of ddev that access the
|
||||||
# database container will be unusable. In the global configuration it is also
|
# database container will be unusable. In the global configuration it is also
|
||||||
# possible to omit ddev-router, but not here.
|
# possible to omit ddev-router, but not here.
|
||||||
|
|
||||||
# performance_mode: "global"
|
# nfs_mount_enabled: false
|
||||||
# DDEV offers performance optimization strategies to improve the filesystem
|
# Great performance improvement but requires host configuration first.
|
||||||
# performance depending on your host system. Should be configured globally.
|
# See https://ddev.readthedocs.io/en/stable/users/performance/#using-nfs-to-mount-the-project-into-the-container
|
||||||
#
|
|
||||||
# If set, will override the global config. Possible values are:
|
# mutagen_enabled: false
|
||||||
# - "global": uses the value from the global config.
|
# Experimental performance improvement using mutagen asynchronous updates.
|
||||||
# - "none": disables performance optimization for this project.
|
# See https://ddev.readthedocs.io/en/latest/users/performance/#using-mutagen
|
||||||
# - "mutagen": enables Mutagen for this project.
|
|
||||||
# - "nfs": enables NFS for this project.
|
|
||||||
#
|
|
||||||
# See https://ddev.readthedocs.io/en/stable/users/install/performance/#nfs
|
|
||||||
# See https://ddev.readthedocs.io/en/stable/users/install/performance/#mutagen
|
|
||||||
|
|
||||||
# fail_on_hook_fail: False
|
# fail_on_hook_fail: False
|
||||||
# Decide whether 'ddev start' should be interrupted by a failing hook
|
# Decide whether 'ddev start' should be interrupted by a failing hook
|
||||||
|
@ -170,12 +135,20 @@ default_container_timeout: "240"
|
||||||
# The host port binding for the ddev-dbserver can be explicitly specified. It is dynamic
|
# The host port binding for the ddev-dbserver can be explicitly specified. It is dynamic
|
||||||
# unless explicitly specified.
|
# unless explicitly specified.
|
||||||
|
|
||||||
# mailpit_http_port: "8025"
|
# phpmyadmin_port: "8036"
|
||||||
# mailpit_https_port: "8026"
|
# phpmyadmin_https_port: "8037"
|
||||||
# The Mailpit ports can be changed from the default 8025 and 8026
|
# The PHPMyAdmin ports can be changed from the default 8036 and 8037
|
||||||
|
|
||||||
# host_mailpit_port: "8025"
|
# host_phpmyadmin_port: "8036"
|
||||||
# The mailpit port is not normally bound on the host at all, instead being routed
|
# The phpmyadmin (dba) port is not normally bound on the host at all, instead being routed
|
||||||
|
# through ddev-router, but it can be specified and bound.
|
||||||
|
|
||||||
|
# mailhog_port: "8025"
|
||||||
|
# mailhog_https_port: "8026"
|
||||||
|
# The MailHog ports can be changed from the default 8025 and 8026
|
||||||
|
|
||||||
|
# host_mailhog_port: "8025"
|
||||||
|
# The mailhog port is not normally bound on the host at all, instead being routed
|
||||||
# through ddev-router, but it can be bound directly to localhost if specified here.
|
# through ddev-router, but it can be bound directly to localhost if specified here.
|
||||||
|
|
||||||
# webimage_extra_packages: [php7.4-tidy, php-bcmath]
|
# webimage_extra_packages: [php7.4-tidy, php-bcmath]
|
||||||
|
@ -196,91 +169,39 @@ default_container_timeout: "240"
|
||||||
# If you prefer you can change this to "ddev.local" to preserve
|
# If you prefer you can change this to "ddev.local" to preserve
|
||||||
# pre-v1.9 behavior.
|
# pre-v1.9 behavior.
|
||||||
|
|
||||||
# ngrok_args: --basic-auth username:pass1234
|
# ngrok_args: --subdomain mysite --auth username:pass
|
||||||
# Provide extra flags to the "ngrok http" command, see
|
# Provide extra flags to the "ngrok http" command, see
|
||||||
# https://ngrok.com/docs/ngrok-agent/config or run "ngrok http -h"
|
# https://ngrok.com/docs#http or run "ngrok http -h"
|
||||||
|
|
||||||
# disable_settings_management: false
|
# disable_settings_management: false
|
||||||
# If true, DDEV will not create CMS-specific settings files like
|
# If true, ddev will not create CMS-specific settings files like
|
||||||
# Drupal's settings.php/settings.ddev.php or TYPO3's additional.php
|
# Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalConfiguration.php
|
||||||
# In this case the user must provide all such settings.
|
# In this case the user must provide all such settings.
|
||||||
|
|
||||||
# You can inject environment variables into the web container with:
|
# You can inject environment variables into the web container with:
|
||||||
# web_environment:
|
# web_environment:
|
||||||
# - SOMEENV=somevalue
|
# - SOMEENV=somevalue
|
||||||
# - SOMEOTHERENV=someothervalue
|
# - SOMEOTHERENV=someothervalue
|
||||||
|
|
||||||
# no_project_mount: false
|
# no_project_mount: false
|
||||||
# (Experimental) If true, DDEV will not mount the project into the web container;
|
# (Experimental) If true, ddev will not mount the project into the web container;
|
||||||
# the user is responsible for mounting it manually or via a script.
|
# the user is responsible for mounting it manually or via a script.
|
||||||
# This is to enable experimentation with alternate file mounting strategies.
|
# This is to enable experimentation with alternate file mounting strategies.
|
||||||
# For advanced users only!
|
# For advanced users only!
|
||||||
|
|
||||||
# bind_all_interfaces: false
|
# bind_all_interfaces: false
|
||||||
# If true, host ports will be bound on all network interfaces,
|
# If true, host ports will be bound on all network interfaces,
|
||||||
# not the localhost interface only. This means that ports
|
# not just the localhost interface. This means that ports
|
||||||
# will be available on the local network if the host firewall
|
# will be available on the local network if the host firewall
|
||||||
# allows it.
|
# allows it.
|
||||||
|
|
||||||
# default_container_timeout: 120
|
# Many ddev commands can be extended to run tasks before or after the
|
||||||
# The default time that DDEV waits for all containers to become ready can be increased from
|
# ddev command is executed, for example "post-start", "post-import-db",
|
||||||
# the default 120. This helps in importing huge databases, for example.
|
|
||||||
|
|
||||||
#web_extra_exposed_ports:
|
|
||||||
#- name: nodejs
|
|
||||||
# container_port: 3000
|
|
||||||
# http_port: 2999
|
|
||||||
# https_port: 3000
|
|
||||||
#- name: something
|
|
||||||
# container_port: 4000
|
|
||||||
# https_port: 4000
|
|
||||||
# http_port: 3999
|
|
||||||
# Allows a set of extra ports to be exposed via ddev-router
|
|
||||||
# Fill in all three fields even if you don’t intend to use the https_port!
|
|
||||||
# If you don’t add https_port, then it defaults to 0 and ddev-router will fail to start.
|
|
||||||
#
|
|
||||||
# The port behavior on the ddev-webserver must be arranged separately, for example
|
|
||||||
# using web_extra_daemons.
|
|
||||||
# For example, with a web app on port 3000 inside the container, this config would
|
|
||||||
# expose that web app on https://<project>.ddev.site:9999 and http://<project>.ddev.site:9998
|
|
||||||
# web_extra_exposed_ports:
|
|
||||||
# - name: myapp
|
|
||||||
# container_port: 3000
|
|
||||||
# http_port: 9998
|
|
||||||
# https_port: 9999
|
|
||||||
|
|
||||||
#web_extra_daemons:
|
|
||||||
#- name: "http-1"
|
|
||||||
# command: "/var/www/html/node_modules/.bin/http-server -p 3000"
|
|
||||||
# directory: /var/www/html
|
|
||||||
#- name: "http-2"
|
|
||||||
# command: "/var/www/html/node_modules/.bin/http-server /var/www/html/sub -p 3000"
|
|
||||||
# directory: /var/www/html
|
|
||||||
|
|
||||||
# override_config: false
|
|
||||||
# By default, config.*.yaml files are *merged* into the configuration
|
|
||||||
# But this means that some things can't be overridden
|
|
||||||
# For example, if you have 'use_dns_when_possible: true'' you can't override it with a merge
|
|
||||||
# and you can't erase existing hooks or all environment variables.
|
|
||||||
# However, with "override_config: true" in a particular config.*.yaml file,
|
|
||||||
# 'use_dns_when_possible: false' can override the existing values, and
|
|
||||||
# hooks:
|
|
||||||
# post-start: []
|
|
||||||
# or
|
|
||||||
# web_environment: []
|
|
||||||
# or
|
|
||||||
# additional_hostnames: []
|
|
||||||
# can have their intended affect. 'override_config' affects only behavior of the
|
|
||||||
# config.*.yaml file it exists in.
|
|
||||||
|
|
||||||
# Many DDEV commands can be extended to run tasks before or after the
|
|
||||||
# DDEV command is executed, for example "post-start", "post-import-db",
|
|
||||||
# "pre-composer", "post-composer"
|
# "pre-composer", "post-composer"
|
||||||
# See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/ for more
|
# See https://ddev.readthedocs.io/en/stable/users/extending-commands/ for more
|
||||||
# information on the commands that can be extended and the tasks you can define
|
# information on the commands that can be extended and the tasks you can define
|
||||||
# for them. Example:
|
# for them. Example:
|
||||||
#hooks:
|
#hooks:
|
||||||
# post-import-db:
|
# post-import-db:
|
||||||
# - exec: drush sql:sanitize
|
# - exec: drush cr
|
||||||
# - exec: drush updatedb
|
# - exec: drush updb
|
||||||
# - exec: drush cache:rebuild
|
|
||||||
|
|
2
.ddev/php/xdebug.ini
Normal file
2
.ddev/php/xdebug.ini
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[XDebug]
|
||||||
|
xdebug.idekey = PHPSTORM
|
|
@ -1,27 +0,0 @@
|
||||||
#ddev-generated
|
|
||||||
-----BEGIN CERTIFICATE-----
|
|
||||||
MIIEZjCCAs6gAwIBAgIRAK3U6VQeR8o6nUc7H7ksR+4wDQYJKoZIhvcNAQELBQAw
|
|
||||||
UzEeMBwGA1UEChMVbWtjZXJ0IGRldmVsb3BtZW50IENBMRQwEgYDVQQLDAttbG5j
|
|
||||||
bkBuaXhvczEbMBkGA1UEAwwSbWtjZXJ0IG1sbmNuQG5peG9zMB4XDTI1MDEyNTAz
|
|
||||||
MjEyM1oXDTI3MDQyNTAyMjEyM1owPzEnMCUGA1UEChMebWtjZXJ0IGRldmVsb3Bt
|
|
||||||
ZW50IGNlcnRpZmljYXRlMRQwEgYDVQQLDAttbG5jbkBuaXhvczCCASIwDQYJKoZI
|
|
||||||
hvcNAQEBBQADggEPADCCAQoCggEBALcfIXjuIeyEIrS3ieJNMiyQi0908vdwRRPm
|
|
||||||
JyF3pi3y59wkD/354M3qkCeciElXaFwocZLLc5aPDaeqe5RxP0MndQ0nX7HbQYyB
|
|
||||||
9dgoThvrCKbE2hc/75AlpBa/2kVEoefVF7hqMVz1K/TU2fbUTUK0vpU73m4Aqdfa
|
|
||||||
fN6XVUO4VvGcw1LcxkoIxPqNOU3TqVKyoRdfzchTqkhZv18lqa3IMhQCjAYhjt0q
|
|
||||||
LIp8n1kSJP46ypubzdIUf6ZxSMlf1A1RYMItbV5nj6DWkCcl3oarpzBVA/aw+WSq
|
|
||||||
OrhCgHBSKTluFJrQ6y1vUEFgcF6Hldekg2DIg4/uUUUztYz0ExECAwEAAaOByDCB
|
|
||||||
xTAOBgNVHQ8BAf8EBAMCBaAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwHwYDVR0jBBgw
|
|
||||||
FoAUR3Cycv34IqivU0o5oFchbxNKLNswfQYDVR0RBHYwdIILKi5kZGV2LnNpdGWC
|
|
||||||
CWxvY2FsaG9zdIIMKi5kZGV2LmxvY2FsggtkZGV2LXJvdXRlcoIQZGRldi1yb3V0
|
|
||||||
ZXIuZGRldoIYZGRldi1yb3V0ZXIuZGRldl9kZWZhdWx0gg1nZW8uZGRldi5zaXRl
|
|
||||||
hwR/AAABMA0GCSqGSIb3DQEBCwUAA4IBgQBDkTBQ9ky52hOYo/N4q4wVpZlCM/4k
|
|
||||||
5pmPeeMz6Qjjq2IvniU8ts1gd+FrVjclY5jaoqlK7ke8fLF/y6Pc4/MMYgCk/l7d
|
|
||||||
xCGCz6FzaN390M/qg4U4fDhAiauize/89nLd6+Su9cpwgyg8ZedeT4rDbdf0YM+U
|
|
||||||
zuNN/3xz0r+k+Tno0KJZuggoyfWKWZpsFyQneKqVzO5O92pUIRKwhL04GEaK+rOe
|
|
||||||
i3umlICWAZ2ENVOY/pc8Z760imO11pXTRnR8C80byk9yM0c6WmzVeMMybNxg3Bx8
|
|
||||||
0v3h21/MeZRYcwkDO5pVI6VcJsCh2U60sZghCe1Zrj/lgJ9n1YZYRxLwEcll/2Bi
|
|
||||||
w/pDIm5LiyBwwa7tYY8bWVaJ/dGKmVY0TbN5Qy1zSSnmwbLa/z6wmDJT6b3mqdU4
|
|
||||||
4XYE0Yi2SGXYWyCBoipi6felZmyNJRcZgUAQm28kk2kUgdxQsLVVxL3/IAfZA4mZ
|
|
||||||
HAUnA3Mpd6z3opjEnYZxx47tHXFRXs3+rWQ=
|
|
||||||
-----END CERTIFICATE-----
|
|
|
@ -1,29 +0,0 @@
|
||||||
#ddev-generated
|
|
||||||
-----BEGIN PRIVATE KEY-----
|
|
||||||
MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQC3HyF47iHshCK0
|
|
||||||
t4niTTIskItPdPL3cEUT5ichd6Yt8ufcJA/9+eDN6pAnnIhJV2hcKHGSy3OWjw2n
|
|
||||||
qnuUcT9DJ3UNJ1+x20GMgfXYKE4b6wimxNoXP++QJaQWv9pFRKHn1Re4ajFc9Sv0
|
|
||||||
1Nn21E1CtL6VO95uAKnX2nzel1VDuFbxnMNS3MZKCMT6jTlN06lSsqEXX83IU6pI
|
|
||||||
Wb9fJamtyDIUAowGIY7dKiyKfJ9ZEiT+Osqbm83SFH+mcUjJX9QNUWDCLW1eZ4+g
|
|
||||||
1pAnJd6Gq6cwVQP2sPlkqjq4QoBwUik5bhSa0Ostb1BBYHBeh5XXpINgyIOP7lFF
|
|
||||||
M7WM9BMRAgMBAAECggEBAIfRryHifYbO+m7PMpWGbBBhpPHp68tameGIcr1/4OFz
|
|
||||||
qES++p2FGBeiQgkfMHY1PlIcLSCThcfFknspFz+iPymvukFnUrK3zIZKXe1U95n9
|
|
||||||
WQ1YM+nKogRn5qx434tAvFUW1+EP4kzwCwosVP2duTAgnrpRDUjJdS+D/dmapML0
|
|
||||||
VAE9nlSZmSKd+pwKaOnxP0e+6rWm3/C7dGV7/kjsiE5odbSaYvIIFVaYwbRaDNa+
|
|
||||||
5N+Omir2HFGABs9P1T6Pi4muCpTsNY6KbVeurOmYG5juN415B9jb1APuY+LtHCSf
|
|
||||||
ecbv8KNk7ApFaz7BK1IZJ3lVIPnz4teGm7u2bmhIgAECgYEAxZHb6AexKzP4rbb2
|
|
||||||
JycMwQUrsA9AIQ24lfsNq2izsN22BIFxOPvodM7nURV5v7NMlw/CzD2v6MpTbw/J
|
|
||||||
axK1SigjROGLn1QHIuGhq1ykSX+fKVztzPXyAxpjvnZOrsVMM9BYRv/FtejSQnLF
|
|
||||||
dKuxwxdg5GqizY4QKDwvgZp1EtECgYEA7UdkVbhr6aRZwQHWE2R9jCccgCzwimSC
|
|
||||||
nXtje+vFTfKzRdtJ6U4VVY3vIy7BehpVgPZ0p/GjYzh6qLEqHgRVi53Botsedpmg
|
|
||||||
/oQSqFQrmn/Vob7saUy8B3tOMll1FoEU92YrQEYonrBhyTFMuzfIiwcQwRgUtMR4
|
|
||||||
8JCWxbvwjEECgYEAjRHP7oaHh6ytVQR+EIi+f5g8kJLjHHbapSTEpu6014YHsIHo
|
|
||||||
oWKloboWyvvFmg7hkj9rvUASueq11mh0TmLmVZQBUu6lLlfmXI61TFFy8RQSRouX
|
|
||||||
NLEsY/DU5as+FWbFOX37en6o4nHiqBWhTeRGomGwCojlxFY6zS/kT+tEyvECgYBJ
|
|
||||||
ik72omoPx/hpcYBAEm02+whCUatbuTsiRBPZXIGSXx5hEE4gGStTkOIFLYCZr3/A
|
|
||||||
sKIHS0Uwg1jA3+gF1aIN258gMnmGmKblO1ntAelhwS0dLGdpW3cLepQJ1uALUYaG
|
|
||||||
Bwxwp03/oPstuDHn9KobLN1se2IvhJVXOfkA3/b2AQKBgQCqkZxAPnfOrN2ethtV
|
|
||||||
w/jsYzBNfhqTk9/B4G4j/I3GTfltk64JFBZud8ci4e1DJEkchWQZlIbiX9Fnx4+M
|
|
||||||
CFFmDo2Tn40tQdi50m8BgbMoes9vlXCtSFFgoJUQBLTJ/n8N0y7nN2Gw40/jLmag
|
|
||||||
mkFdV/iE29uEMgFLDLgcrH6/jw==
|
|
||||||
-----END PRIVATE KEY-----
|
|
|
@ -1,77 +0,0 @@
|
||||||
#ddev-generated
|
|
||||||
# If you remove the ddev-generated line above you
|
|
||||||
# are responsible for maintaining this file. DDEV will not then
|
|
||||||
# update it, for example if you add `additional_hostnames`, etc.
|
|
||||||
|
|
||||||
http:
|
|
||||||
routers:
|
|
||||||
geo-web-80-http:
|
|
||||||
entrypoints:
|
|
||||||
- http-80
|
|
||||||
rule: HostRegexp(`^geo\.ddev\.site$`)
|
|
||||||
|
|
||||||
service: "geo-web-80"
|
|
||||||
ruleSyntax: v3
|
|
||||||
tls: false
|
|
||||||
# middlewares:
|
|
||||||
# - "geo-redirectHttps"
|
|
||||||
geo-web-8025-http:
|
|
||||||
entrypoints:
|
|
||||||
- http-8025
|
|
||||||
rule: HostRegexp(`^geo\.ddev\.site$`)
|
|
||||||
|
|
||||||
service: "geo-web-8025"
|
|
||||||
ruleSyntax: v3
|
|
||||||
tls: false
|
|
||||||
# middlewares:
|
|
||||||
# - "geo-redirectHttps"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
geo-web-80-https:
|
|
||||||
entrypoints:
|
|
||||||
- http-443
|
|
||||||
rule: HostRegexp(`^geo\.ddev\.site$`)
|
|
||||||
|
|
||||||
service: "geo-web-80"
|
|
||||||
ruleSyntax: v3
|
|
||||||
|
|
||||||
tls: true
|
|
||||||
|
|
||||||
geo-web-8025-https:
|
|
||||||
entrypoints:
|
|
||||||
- http-8026
|
|
||||||
rule: HostRegexp(`^geo\.ddev\.site$`)
|
|
||||||
|
|
||||||
service: "geo-web-8025"
|
|
||||||
ruleSyntax: v3
|
|
||||||
|
|
||||||
tls: true
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
middlewares:
|
|
||||||
geo-redirectHttps:
|
|
||||||
redirectScheme:
|
|
||||||
scheme: https
|
|
||||||
permanent: true
|
|
||||||
|
|
||||||
services:
|
|
||||||
geo-web-80:
|
|
||||||
loadbalancer:
|
|
||||||
servers:
|
|
||||||
- url: http://ddev-geo-web:80
|
|
||||||
|
|
||||||
geo-web-8025:
|
|
||||||
loadbalancer:
|
|
||||||
servers:
|
|
||||||
- url: http://ddev-geo-web:8025
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tls:
|
|
||||||
certificates:
|
|
||||||
- certFile: /mnt/ddev-global-cache/traefik/certs/geo.crt
|
|
||||||
keyFile: /mnt/ddev-global-cache/traefik/certs/geo.key
|
|
85
README.md
85
README.md
|
@ -6,14 +6,16 @@ Drutopia for special functionality, however.
|
||||||
|
|
||||||
See [DEPLOYMENT.md](DEPLOYMENT.md) for easy deploy instructions with Ahoy.
|
See [DEPLOYMENT.md](DEPLOYMENT.md) for easy deploy instructions with Ahoy.
|
||||||
|
|
||||||
|
## Temporary upgrade notes
|
||||||
|
|
||||||
|
There's an error in the update hooks about url alias table not found, but confirmed that all the entries in `old_5ebc14_url_alias` also exist in the new `path_alias` table, so whatever happened there, nothing is lost in the upgrade.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
One time:
|
One time:
|
||||||
|
|
||||||
```shell
|
```
|
||||||
mkdir -p ~/Projects/geo
|
git clone git@gitlab.com:agaric/sites/geo.git
|
||||||
cd ~/Projects/geo
|
|
||||||
git clone git@git.agaric.com:geo/geo-coop.git
|
|
||||||
cd geo
|
cd geo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -22,19 +24,84 @@ the following steps to work.
|
||||||
|
|
||||||
Whenever you want a fresh start:
|
Whenever you want a fresh start:
|
||||||
|
|
||||||
```shell
|
|
||||||
|
```
|
||||||
git pull
|
git pull
|
||||||
ddev start
|
ddev start
|
||||||
ddev composer update
|
ddev composer update
|
||||||
ddev drush -y site:install minimal --existing-config
|
ddev . drush -y site:install minimal --existing-config
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: If you receive a `Permission denied (publickey).` error it means you need to copy your key into the DDEV container by running `ddev auth ssh`.
|
Note: If you receive a `Permission denied (publickey).` error it means you need to copy your key into the DDEV container by running `ddev auth ssh`.
|
||||||
|
|
||||||
## Pull live content down for development
|
## Pull live content down for development
|
||||||
|
|
||||||
```shell
|
```
|
||||||
ddev drush sql-sync @live @self
|
drush sql-sync @live @self
|
||||||
ddev drush -y rsync --exclude-paths=css:js:php --verbose @live:%files/ @self:%files
|
drush -y rsync --exclude-paths=css:js:php --verbose @live:%files/ @self:%files
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Running the migration in development
|
||||||
|
|
||||||
|
Download the D7 files via the Backup and Migrate module.
|
||||||
|
|
||||||
|
Put the D7 files in the following location:
|
||||||
|
```
|
||||||
|
<Project Root>/d7/sites/default/files/
|
||||||
|
```
|
||||||
|
There is a reference to the `sites/default/files` in the database so that structure is mandatory for the migration.
|
||||||
|
|
||||||
|
The path in the `upgrade_d7_file.yml` migration file is different because this is executed inside the docker container so in the docker container the <Project Root> is: `/var/www/html/` but no need to re-create those folders in the host machine.
|
||||||
|
|
||||||
|
Download a database dump of the D7 site via the Backup and Migrate module.
|
||||||
|
|
||||||
|
Create a database called `drupal7`:
|
||||||
|
|
||||||
|
Use `ddev describe` to see what the host and port are for your local environment, and use that in the first line here:
|
||||||
|
|
||||||
|
```
|
||||||
|
mysql --host=127.0.0.1 --port=32779 --user=root --password=root --database=db
|
||||||
|
CREATE DATABASE drupal7;
|
||||||
|
GRANT ALL ON drupal7.* to 'db'@'%' IDENTIFIED BY 'db';
|
||||||
|
```
|
||||||
|
|
||||||
|
Now `ctrl+c` out of there, and, again substituting the host and port for your own, import your file from whereever you placed and named your db SQL dump:
|
||||||
|
|
||||||
|
```
|
||||||
|
mysql --host=127.0.0.1 --port=32779 --user=root --password=root --database=drupal7 < data/db.mysql
|
||||||
|
```
|
||||||
|
|
||||||
|
(Above per [instructions for creating another database in ddev](https://stackoverflow.com/a/49785024/1943924).)
|
||||||
|
|
||||||
|
Once the files are in the correct place and the database has been created we can run the following to run all the migrations:
|
||||||
|
|
||||||
|
```
|
||||||
|
ddev . drush mim --group="migrate_drupal_7_geo"
|
||||||
|
```
|
||||||
|
Note: The migration will partially fail because of missing files. For now, re-run the migration command and it will complete the migration.
|
||||||
|
|
||||||
|
## Running the migration on the hosted instance
|
||||||
|
|
||||||
|
1. Refresh files and database from live.
|
||||||
|
- Obtain the latest from the prior site via [Migrate and Backup](http://geo.coop/admin/config/system/backup_migrate): database, and public files, as two separate downloads. The following commands assume the files saved as `files.tar.gz` and `database.sql.gz`
|
||||||
|
- Upload these to the server: `scp *.gz geo_live@drutopia.org:`
|
||||||
|
- SSH to server: `ssh geo_live@drutopia.org`
|
||||||
|
- Unzip the uploaded database file: `gunzip database.sql.gz`
|
||||||
|
- Drop the existing tables: `drop-tables.sh geo_legacy`
|
||||||
|
- Reload the uploaded database: `mysql geo_legacy < database.sql`
|
||||||
|
- Change to the files folder and untar them: `cd site/d7/sites/default/files/` and then: `tar xzf ~/files.tar.gz` (this will take a couple minutes).
|
||||||
|
- The server side is ready! Log off by typing `ctrl+d`
|
||||||
|
1. Now perform a deployment with drutopia_hosting. This will install the site using the minimal profile and existing config. Set the vars accordingly (drupal_install and drupal_forceinstall must be True), if needed: `ahoy vault-edit`
|
||||||
|
- Deploy a new build, as needed: `ahoy deploy-build news`
|
||||||
|
- Deploy the site. With a forced re-install, a migration will be performed automatically: `ahoy deploy-site geo_live`
|
||||||
|
|
||||||
|
## Post go-live tasks
|
||||||
|
|
||||||
|
1. Remove all d7 files: `rm -rf site/d7` and `rm geo_legacy.sql`, etc.
|
||||||
|
1. Change the site settings in hosting:
|
||||||
|
- config_import -> True
|
||||||
|
- php_settings_code -> blank
|
||||||
|
1. Change the news build settings in hosting:
|
||||||
|
- remove custom build commands (i.e. sed)
|
||||||
|
1. At this point, the deploy should be typical (deploy-build/deploy-site as normal)
|
||||||
|
|
34
UPGRADE.md
34
UPGRADE.md
|
@ -1,34 +0,0 @@
|
||||||
## Uninstall
|
|
||||||
|
|
||||||
### The following will be uninstalled automatically on deploy to D9-latest (now merged into master branch)
|
|
||||||
|
|
||||||
- Color
|
|
||||||
- Quick Edit
|
|
||||||
- Seven
|
|
||||||
|
|
||||||
### The following can be removed manually after the D10 upgrade is complete
|
|
||||||
|
|
||||||
- Stable (uninstall and remove from composer.json)
|
|
||||||
- Geo upgrade (this one is actually now used during the upgrade, and it may not hurt to keep it around, though it can be uninstalled at the end)
|
|
||||||
|
|
||||||
### Migration related modules
|
|
||||||
|
|
||||||
Modules related to the migration from D7 to D8 are still enabled, they can probably be disabled, but this can be done after the upgrade is finished.
|
|
||||||
|
|
||||||
## Drupal 9.3.3 -> Drupal 9 latest
|
|
||||||
|
|
||||||
1. Add the following to the vault member:
|
|
||||||
```
|
|
||||||
post_deploy:
|
|
||||||
- command: "then stable9"
|
|
||||||
action: drush
|
|
||||||
```
|
|
||||||
2. Deploy master branch to site
|
|
||||||
3. Remove the post_deploy command from the vault member
|
|
||||||
|
|
||||||
## Drupal 9 latest -> Drupal 10
|
|
||||||
|
|
||||||
1. Deploy drupal10-rebased branch to site
|
|
||||||
2. Edit media items and apply cropping where needed (likely the hero blocks in header and footer will be tiny)
|
|
||||||
3. Uninstall Stable theme and Geo Upgrade custom module (remember to commit this change)
|
|
||||||
4. After finally deployed to live, remove the root composer dependency on honeypot (this was there because honeypot needed a constraint in order to apply database updates correctly)
|
|
185
composer.json
185
composer.json
|
@ -1,19 +1,30 @@
|
||||||
{
|
{
|
||||||
"name": "agaric-sites/geo",
|
"name": "agaric-sites/geo",
|
||||||
"description": "Drutopia-based site for the Grassroots Economic Organizing collective and potentially other news sites.",
|
"description": "Drutopia-based site for the Grassroots Economic Organizing collective and potentially other news sites.",
|
||||||
"homepage": "https://geo.coop",
|
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
"homepage": "https://gitlab.com/drutopia",
|
||||||
"support": {
|
"support": {
|
||||||
"docs": "http://docs.drutopia.org/en/latest",
|
"docs": "http://docs.drutopia.org/en/latest"
|
||||||
"issues": "https://gitlab.com/drutopia/drutopia/-/issues"
|
|
||||||
},
|
},
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"drupal/empty_page": {
|
"drupal/octavia_camouflage": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@git.drupal.org:issue/empty_page-3287186.git"
|
"url": "git@gitlab.com:drutopia/octavia_camouflage.git"
|
||||||
|
},
|
||||||
|
"drupal/drutopia_collection": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@gitlab.com:drutopia/drutopia_collection.git"
|
||||||
|
},
|
||||||
|
"drutopia": {
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://gitlab.com/drutopia/drutopia"
|
||||||
|
},
|
||||||
|
"drupal/drutopia_core": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@gitlab.com:drutopia/drutopia_core.git"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
|
@ -21,142 +32,112 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "^2",
|
"composer/installers": "^1.9",
|
||||||
"cweagans/composer-patches": "^1.7",
|
"cweagans/composer-patches": "^1.7",
|
||||||
"drupal/admin_toolbar": "^3",
|
"drupal/auto_entitylabel": "^3.0@beta",
|
||||||
"drupal/antibot": "^2",
|
|
||||||
"drupal/asset_injector": "^2",
|
|
||||||
"drupal/auto_entitylabel": "^3",
|
|
||||||
"drupal/backup_migrate": "^5",
|
"drupal/backup_migrate": "^5",
|
||||||
"drupal/better_exposed_filters": "^6",
|
"drupal/block_class": "^1.3",
|
||||||
"drupal/block_class": "^4",
|
"drupal/ckeditorheight": "^1.3",
|
||||||
"drupal/bpmn_io": "^1",
|
|
||||||
"drupal/cancel_button": "^1",
|
|
||||||
"drupal/ckeditor_iframe": "^3.0@beta",
|
|
||||||
"drupal/ckeditorheight": "^1",
|
|
||||||
"drupal/classitup": "^1",
|
"drupal/classitup": "^1",
|
||||||
"drupal/comment_notify": "^1",
|
"drupal/comment_notify": "^1",
|
||||||
"drupal/content_lock": "^2",
|
"drupal/content_lock": "^2.2",
|
||||||
"drupal/convert_bundles": "^2",
|
"drupal/convert_bundles": "^1.0@alpha",
|
||||||
"drupal/core-composer-scaffold": "^10",
|
"drupal/core-composer-scaffold": "^9",
|
||||||
"drupal/core-recommended": "^10",
|
"drupal/core-recommended": "^9",
|
||||||
"drupal/cshs": "^4",
|
"drupal/cshs": "^3",
|
||||||
"drupal/csp": "^1",
|
"drupal/csp": "^1.13",
|
||||||
"drupal/customerror": "^1",
|
"drupal/dashboards": "^2.0",
|
||||||
"drupal/dashboards": "^2",
|
"drupal/date_popup": "^1.1",
|
||||||
"drupal/date_popup": "^2",
|
"drupal/datetimehideseconds": "^1.1",
|
||||||
"drupal/datetimehideseconds": "^1",
|
"drupal/diff": "^1.0",
|
||||||
"drupal/diff": "^1",
|
|
||||||
"drupal/drd_agent": "^4",
|
"drupal/drd_agent": "^4",
|
||||||
"drupal/drutopia_collection": "2.0.x-dev@dev",
|
"drupal/drutopia_collection": "dev-8.x-1.x as 1.x-dev",
|
||||||
"drupal/drutopia_core": "2.0.x-dev@dev",
|
"drupal/drutopia_core": "dev-8.x-1.x as 1.x-dev",
|
||||||
"drupal/drutopia_organization": "2.0.x-dev@dev",
|
"drupal/drutopia_paragraph_title": "1.x-dev",
|
||||||
"drupal/drutopia_paragraph_title": "^1",
|
"drupal/easy_breadcrumb": "^2.0",
|
||||||
"drupal/drutopia_site": "2.0.x-dev@dev",
|
|
||||||
"drupal/easy_breadcrumb": "^2",
|
|
||||||
"drupal/eca": "^1",
|
|
||||||
"drupal/eca_context": "^1.0",
|
|
||||||
"drupal/editor_advanced_link": "^2.0",
|
"drupal/editor_advanced_link": "^2.0",
|
||||||
"drupal/editoria11y": "^2",
|
"drupal/editoria11y": "^1.0",
|
||||||
"drupal/empty_page": "dev-8.x-1.x",
|
"drupal/empty_page": "^3",
|
||||||
"drupal/entity_reference_override": "^2",
|
"drupal/entity_reference_override": "^2",
|
||||||
"drupal/entitygroupfield": "^2",
|
"drupal/entitygroupfield": "^1.0@alpha",
|
||||||
"drupal/environment_indicator": "^4",
|
"drupal/environment_indicator": "^4.0",
|
||||||
"drupal/eva": "^3",
|
"drupal/exif_orientation": "^1.1",
|
||||||
"drupal/exif_orientation": "^1",
|
"drupal/field_defaults": "^1.3",
|
||||||
"drupal/facets": "dev-3.0.x as 2.0.x-dev",
|
"drupal/field_formatter_class": "^1.5",
|
||||||
"drupal/fakeobjects": "^2",
|
"drupal/field_token_value": "^2",
|
||||||
"drupal/field_defaults": "^2",
|
"drupal/fitvids": "^1.1",
|
||||||
"drupal/field_formatter_class": "^1",
|
"drupal/fixed_block_content": "^1.0",
|
||||||
"drupal/field_token_value": "^3",
|
"drupal/footnotes": "2.x-dev",
|
||||||
"drupal/filter_perms": "^1",
|
"drupal/geolocation": "^3.2",
|
||||||
"drupal/fitvids": "^2",
|
"drupal/gin": "^3.0@beta",
|
||||||
"drupal/fixed_block_content": "^1",
|
"drupal/gin_gutenberg": "^1.0",
|
||||||
"drupal/footnotes": "^4",
|
"drupal/gin_login": "^1.2",
|
||||||
"drupal/geolocation": "^3",
|
"drupal/gin_toolbar": "^1.0@beta",
|
||||||
"drupal/gin_gutenberg": "^1",
|
"drupal/google_analytics": "^3.0",
|
||||||
"drupal/gin_login": "^2",
|
"drupal/gutenberg": "^2.5",
|
||||||
"drupal/google_analytics": "^4",
|
"drupal/ief_complex_open": "^1.0",
|
||||||
"drupal/gutenberg": "^2",
|
|
||||||
"drupal/http_cache_control": "^2",
|
|
||||||
"drupal/http_client_error_status": "^3",
|
|
||||||
"drupal/ief_complex_open": "^1",
|
|
||||||
"drupal/indieweb": "^1",
|
"drupal/indieweb": "^1",
|
||||||
"drupal/inotherwords": "^3",
|
"drupal/inline_entity_form": "^1.0@RC",
|
||||||
"drupal/insert": "^3",
|
"drupal/insert": "^2.0",
|
||||||
"drupal/key": "^1.14",
|
"drupal/key": "^1.14",
|
||||||
"drupal/link_attributes": "^1.9",
|
"drupal/link_attributes": "^1.9",
|
||||||
"drupal/linkit": "^6",
|
"drupal/linkit": "^6",
|
||||||
"drupal/mailchimp": "^2",
|
"drupal/mailchimp": "^1.10",
|
||||||
"drupal/markdown": "^3",
|
"drupal/markdown": "^3",
|
||||||
"drupal/menu_link_config": "^1.0@alpha",
|
"drupal/menu_link_config": "^1.0@alpha",
|
||||||
"drupal/menu_trail_by_path": "^2",
|
"drupal/menu_trail_by_path": "^1.3",
|
||||||
"drupal/microformats": "^2",
|
"drupal/microformats": "^2",
|
||||||
"drupal/migrate_plus": "^6",
|
"drupal/migrate_plus": "^6",
|
||||||
"drupal/migrate_source_csv": "^3",
|
"drupal/migrate_source_csv": "^3",
|
||||||
"drupal/migrate_tools": "^6",
|
"drupal/migrate_tools": "^6",
|
||||||
"drupal/migrate_upgrade": "^4",
|
"drupal/migrate_upgrade": "^4",
|
||||||
"drupal/migration_helpers": "1.0.x-dev@dev",
|
"drupal/mobile_number": "^2.0@alpha",
|
||||||
"drupal/minimalhtml": "^2",
|
|
||||||
"drupal/node_view_permissions": "^1.4",
|
"drupal/node_view_permissions": "^1.4",
|
||||||
"drupal/noreferrer": "^1",
|
"drupal/noreferrer": "^1.7",
|
||||||
"drupal/notfoundpassthrough": "1.x-dev",
|
"drupal/notfoundpassthrough": "1.x-dev",
|
||||||
"drupal/octavia": "2.0.x-dev@dev",
|
"drupal/octavia": "1.x-dev",
|
||||||
"drupal/octavia_camouflage": "2.0.x-dev@dev",
|
"drupal/octavia_camouflage": "dev-8.x-1.x as 1.x-dev",
|
||||||
"drupal/paragraphs_features": "^2",
|
"drupal/password_policy": "^3.0",
|
||||||
"drupal/password_policy": "^4",
|
|
||||||
"drupal/plausible": "^2.0@beta",
|
"drupal/plausible": "^2.0@beta",
|
||||||
"drupal/prepopulate": "^2",
|
"drupal/prepopulate": "^2.3",
|
||||||
"drupal/preview_link": "^2",
|
"drupal/preview_link": "^1.7",
|
||||||
"drupal/printable": "^3",
|
"drupal/r4032login": "^2.2",
|
||||||
"drupal/r4032login": "^2",
|
|
||||||
"drupal/rabbit_hole": "^1.0@beta",
|
"drupal/rabbit_hole": "^1.0@beta",
|
||||||
"drupal/regionincontent": "^1",
|
|
||||||
"drupal/registration_role": "^2",
|
|
||||||
"drupal/require_on_publish": "^1",
|
|
||||||
"drupal/role_delegation": "^1",
|
"drupal/role_delegation": "^1",
|
||||||
"drupal/scheduler": "^1",
|
"drupal/schema_metatag": "^2.2",
|
||||||
"drupal/schema_metatag": "^3",
|
"drupal/scn": "^1.1",
|
||||||
"drupal/scn": "^2",
|
|
||||||
"drupal/search404": "^2",
|
"drupal/search404": "^2",
|
||||||
"drupal/search_api_autocomplete": "^1.6",
|
"drupal/search_api_autocomplete": "^1.6",
|
||||||
"drupal/search_api_saved_searches": "^1",
|
"drupal/search_api_saved_searches": "^1.0@alpha",
|
||||||
"drupal/seckit": "^2",
|
"drupal/seckit": "^2.0",
|
||||||
"drupal/select_or_other": "^4.0",
|
"drupal/select_or_other": "^4.0",
|
||||||
"drupal/shield": "^1.4",
|
"drupal/shield": "^1.4",
|
||||||
"drupal/simple_sitemap": "^4.1",
|
"drupal/smart_date": "^3.5",
|
||||||
"drupal/smart_date": "^4",
|
"drupal/sms": "^2.0",
|
||||||
"drupal/sms": "^2",
|
"drupal/sms_twilio": "^1.0",
|
||||||
"drupal/social_post_facebook": "3.0.x-dev@dev",
|
"drupal/social_post_facebook": "3.0.x-dev@dev",
|
||||||
"drupal/social_post_twitter": "3.x-dev@dev",
|
"drupal/social_post_twitter": "3.x-dev@dev",
|
||||||
"drupal/stable": "^2.0",
|
"drupal/stable": "^2.0",
|
||||||
"drupal/stringoverrides": "^1.8",
|
|
||||||
"drupal/subpathauto": "^1.0@RC",
|
"drupal/subpathauto": "^1.0@RC",
|
||||||
"drupal/taxonomy_import": "^2",
|
|
||||||
"drupal/taxonomy_manager": "^2",
|
"drupal/taxonomy_manager": "^2",
|
||||||
"drupal/textarea_widget_for_text": "^1.1",
|
"drupal/textarea_widget_for_text": "^1.1",
|
||||||
"drupal/tomselect": "1.0.x-dev@dev",
|
"drupal/tomselect": "1.0.x-dev@dev",
|
||||||
"drupal/trim": "^2",
|
"drupal/trim": "^1.0",
|
||||||
"drupal/twig_tweak": "^3",
|
"drupal/twigsuggest": "^1",
|
||||||
"drupal/ui_patterns": "^1",
|
"drupal/urllogin": "^2",
|
||||||
"drupal/unique_content_field_validation": "^1.1",
|
|
||||||
"drupal/view_password": "^6",
|
|
||||||
"drupal/view_unpublished": "^1.0",
|
"drupal/view_unpublished": "^1.0",
|
||||||
"drupal/viewsreference": "^1",
|
|
||||||
"drupal/visitors": "^2.17",
|
"drupal/visitors": "^2.17",
|
||||||
"drupal/webform": "^6.0",
|
"drupal/webform": "^6.0",
|
||||||
"drupal/weight": "^3.3",
|
"drupal/weight": "^3.3",
|
||||||
"drupal/workflow_buttons": "1.x-dev",
|
"drush/drush": "^10",
|
||||||
"drupal/wysiwyg_linebreaks": "^2",
|
"drutopia/drutopia": "dev-8.x-1.x",
|
||||||
"drush/drush": "*",
|
|
||||||
"drutopia/drutopia": "2.0.x-dev",
|
|
||||||
"league/commonmark": "^1.0",
|
|
||||||
"vlucas/phpdotenv": "^5.1",
|
"vlucas/phpdotenv": "^5.1",
|
||||||
"webflo/drupal-finder": "^1.2"
|
"webflo/drupal-finder": "^1.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"behat/behat": "^3.4",
|
"behat/behat": "^3.4",
|
||||||
"behat/mink": "^1.7",
|
"behat/mink": "^1.7",
|
||||||
|
"behat/mink-goutte-driver": "^1.2",
|
||||||
"drupal/upgrade_status": "^4"
|
"drupal/upgrade_status": "^4"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
@ -198,16 +179,8 @@
|
||||||
},
|
},
|
||||||
"enable-patching": true,
|
"enable-patching": true,
|
||||||
"patches": {
|
"patches": {
|
||||||
"drupal/core": {
|
|
||||||
"Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch",
|
|
||||||
"Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2024-08-21/2648950-284.patch",
|
|
||||||
"Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch"
|
|
||||||
},
|
|
||||||
"drupal/ds": {
|
"drupal/ds": {
|
||||||
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
"Template suggestions does not work": "https://www.drupal.org/files/issues/2018-08-27/2887778-9.patch"
|
||||||
},
|
|
||||||
"drupal/unique_content_field_validation": {
|
|
||||||
"Overriden title field" : "https://www.drupal.org/files/issues/2023-01-05/unique-validation-title-override.patch"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
16215
composer.lock
generated
16215
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,3 +0,0 @@
|
||||||
_core:
|
|
||||||
default_config_hash: AAmWcgwzGYbXfR6wfEfMyoi3r5QZwlpxvq5dHbupnJo
|
|
||||||
display_menu_item: 0
|
|
|
@ -5,5 +5,5 @@ form_ids:
|
||||||
- user_login_form
|
- user_login_form
|
||||||
- user_pass
|
- user_pass
|
||||||
- user_register_form
|
- user_register_form
|
||||||
- 'contact_message_*'
|
- 'contact_*'
|
||||||
show_form_ids: false
|
show_form_ids: false
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ
|
default_config_hash: QnLi3Y7e5T_v9EZqYxRb90E0bBDb2g1y7xREWLKJLC0
|
||||||
langcode: en
|
|
||||||
interval: 60000
|
interval: 60000
|
||||||
only_on_form_change: false
|
only_on_form_change: false
|
||||||
active_on:
|
active_on:
|
||||||
|
|
|
@ -5,14 +5,10 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- views.view.search
|
- views.view.search
|
||||||
module:
|
module:
|
||||||
- block_class
|
|
||||||
- block_visibility_groups
|
- block_visibility_groups
|
||||||
- views
|
- views
|
||||||
theme:
|
theme:
|
||||||
- geofresco
|
- geofresco
|
||||||
third_party_settings:
|
|
||||||
block_class:
|
|
||||||
classes: is-hidden-mobile
|
|
||||||
id: exposedformsearchpage_1
|
id: exposedformsearchpage_1
|
||||||
theme: geofresco
|
theme: geofresco
|
||||||
region: header_search
|
region: header_search
|
||||||
|
|
|
@ -2,13 +2,8 @@ uuid: aeb3ab6f-f30b-48d1-85ab-97a6dfde8e3a
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
|
||||||
- block_class
|
|
||||||
theme:
|
theme:
|
||||||
- geofresco
|
- geofresco
|
||||||
third_party_settings:
|
|
||||||
block_class:
|
|
||||||
classes: column
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: sFPCArkI1EMTMKn-T_Gtlk6pAr2_JhI5b7aLvRz9UjM
|
default_config_hash: sFPCArkI1EMTMKn-T_Gtlk6pAr2_JhI5b7aLvRz9UjM
|
||||||
id: geofresco_page_title
|
id: geofresco_page_title
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
_core:
|
|
||||||
default_config_hash: XEpuHrBp3DELKxVx0tmwE6CS7NSIKXu4F6QhT_vwqd0
|
|
||||||
maxlength_block_class_field: 255
|
|
||||||
field_type: multiple_textfields
|
|
||||||
default_case: lowercase
|
|
||||||
block_classes_stored:
|
|
||||||
- is-hidden-mobile
|
|
||||||
- column
|
|
||||||
enable_attributes: true
|
|
||||||
enable_auto_complete: true
|
|
||||||
qty_classes_per_block: 10
|
|
||||||
items_per_page: 50
|
|
||||||
enable_special_chars: false
|
|
||||||
qty_attributes_per_block: 10
|
|
||||||
enable_id_replacement: true
|
|
||||||
weight_attributes: null
|
|
||||||
weight_class: null
|
|
||||||
weight_id: null
|
|
||||||
filter_html_clean_css_identifier: ''
|
|
||||||
maxlength_attributes: 255
|
|
||||||
maxlength_id: 255
|
|
||||||
attribute_keys_stored: '[]'
|
|
||||||
attribute_value_stored: '[]'
|
|
||||||
attributes_inline: '[]'
|
|
|
@ -6,5 +6,5 @@ _core:
|
||||||
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
|
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
|
||||||
id: slide
|
id: slide
|
||||||
label: Slide
|
label: Slide
|
||||||
revision: true
|
revision: 1
|
||||||
description: ''
|
description: ''
|
||||||
|
|
|
@ -27,7 +27,7 @@ table:
|
||||||
narrow: 0
|
narrow: 0
|
||||||
cdn:
|
cdn:
|
||||||
bulma:
|
bulma:
|
||||||
version: 0.9.1
|
version: 0.5.3
|
||||||
bulmaswatch:
|
bulmaswatch:
|
||||||
version: 0.8.1
|
version: 0.5.1
|
||||||
theme: default
|
theme: default
|
||||||
|
|
|
@ -3,7 +3,7 @@ langcode: en
|
||||||
status: false
|
status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 7zUmOK1ti1l0bc78ieysHa3_57MOin7IgHpHhwbSugs
|
default_config_hash: JWbmGm_KvY_3No38GsmOrkAy8N9u5Sm4yjJlDJlAW7c
|
||||||
formId: contact_message_personal_form
|
formId: contact_message_personal_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: contact_message_personal_form
|
label: contact_message_personal_form
|
||||||
|
|
|
@ -3,7 +3,7 @@ langcode: en
|
||||||
status: false
|
status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: XbughDuwgOtc_8ztmYxz84gaXBeR760xH3bGSKD9v1Q
|
default_config_hash: crLwyc9uwZ8Bv8lpMLIOEQYHOxW_mS49jaDf_95-o4I
|
||||||
formId: user_login_form
|
formId: user_login_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: user_login_form
|
label: user_login_form
|
||||||
|
|
|
@ -3,7 +3,7 @@ langcode: en
|
||||||
status: false
|
status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: qZeHI5fZ9WQRKsfl8FMBwzk3puSsWCRtWKEZh04JJUo
|
default_config_hash: KV2eyuDk4Ux0da6fu6QsTUf_49rPDXilNurV5nRZqJE
|
||||||
formId: user_pass
|
formId: user_pass
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: user_pass
|
label: user_pass
|
||||||
|
|
|
@ -3,7 +3,7 @@ langcode: en
|
||||||
status: false
|
status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 2iz3cMg7T1eSKXtNIB9WyaRptfg7wosDDPBSBhXFXl0
|
default_config_hash: O11nB9Assnic6AhIuaeK_CQdh_zO0udxABDnUZJupis
|
||||||
formId: user_register_form
|
formId: user_register_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: user_register_form
|
label: user_register_form
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
_core: null
|
_core:
|
||||||
langcode: en
|
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
|
||||||
enable_globally: 0
|
enable_globally: 0
|
||||||
enable_globally_on_admin_routes: false
|
enable_globally_on_admin_routes: false
|
||||||
default_challenge: riddler/Riddler
|
default_challenge: riddler/Riddler
|
||||||
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
|
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
|
||||||
title: CAPTCHA
|
|
||||||
administration_mode: true
|
administration_mode: true
|
||||||
administration_mode_on_admin_routes: false
|
administration_mode_on_admin_routes: false
|
||||||
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
||||||
|
@ -12,4 +11,4 @@ default_validation: 1
|
||||||
persistence: 1
|
persistence: 1
|
||||||
enable_stats: false
|
enable_stats: false
|
||||||
log_wrong_responses: true
|
log_wrong_responses: true
|
||||||
default_config_hash: QDFjOXYIYVwCPQYHY4wAx4DUqOEkNaZokIx6DGApR9I
|
title: CAPTCHA
|
||||||
|
|
|
@ -1,75 +0,0 @@
|
||||||
_core:
|
|
||||||
default_config_hash: wZ5T1cqvSG3zUPxdtz_BgdBiNjgy1K1Al-L3iT7sPh8
|
|
||||||
dependencies: { }
|
|
||||||
charts_default_settings:
|
|
||||||
library: ''
|
|
||||||
type: line
|
|
||||||
display:
|
|
||||||
title: ''
|
|
||||||
subtitle: ''
|
|
||||||
colors:
|
|
||||||
- '#006fb0'
|
|
||||||
- '#f07c33'
|
|
||||||
- '#342e9c'
|
|
||||||
- '#579b17'
|
|
||||||
- '#3f067a'
|
|
||||||
- '#cbde67'
|
|
||||||
- '#7643b6'
|
|
||||||
- '#738d00'
|
|
||||||
- '#c157c7'
|
|
||||||
- '#02dab1'
|
|
||||||
- '#ed56b4'
|
|
||||||
- '#d8d981'
|
|
||||||
- '#004695'
|
|
||||||
- '#736000'
|
|
||||||
- '#a5a5ff'
|
|
||||||
- '#833a00'
|
|
||||||
- '#ff9ee9'
|
|
||||||
- '#684507'
|
|
||||||
- '#fe4f85'
|
|
||||||
- '#5d0011'
|
|
||||||
- '#ffa67b'
|
|
||||||
- '#88005c'
|
|
||||||
- '#ff9b8f'
|
|
||||||
- '#85000f'
|
|
||||||
- '#ff7581'
|
|
||||||
color_changer: false
|
|
||||||
title_position: out
|
|
||||||
tooltips: true
|
|
||||||
tooltips_use_html: false
|
|
||||||
data_markers: false
|
|
||||||
data_labels: false
|
|
||||||
legend: false
|
|
||||||
legend_position: right
|
|
||||||
background: ''
|
|
||||||
three_dimensional: 0
|
|
||||||
polar: 0
|
|
||||||
dimensions:
|
|
||||||
width: ''
|
|
||||||
width_units: '%'
|
|
||||||
height: ''
|
|
||||||
height_units: ''
|
|
||||||
gauge:
|
|
||||||
max: '100'
|
|
||||||
min: '0'
|
|
||||||
green_from: '85'
|
|
||||||
green_to: '100'
|
|
||||||
yellow_from: '50'
|
|
||||||
yellow_to: '85'
|
|
||||||
red_from: '0'
|
|
||||||
red_to: '50'
|
|
||||||
xaxis:
|
|
||||||
title: ''
|
|
||||||
labels_rotation: '0'
|
|
||||||
yaxis:
|
|
||||||
title: ''
|
|
||||||
min: ''
|
|
||||||
max: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
decimal_count: ''
|
|
||||||
labels_rotation: '0'
|
|
||||||
advanced:
|
|
||||||
debug: false
|
|
||||||
requirements:
|
|
||||||
cdn: true
|
|
|
@ -1,6 +1,5 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: y7oCzsZ-B0R-nyeSFO1f2h9BEChUQGSZT-3cqXd-sLE
|
default_config_hash: y7oCzsZ-B0R-nyeSFO1f2h9BEChUQGSZT-3cqXd-sLE
|
||||||
langcode: en
|
|
||||||
bundle_types: { }
|
bundle_types: { }
|
||||||
available_alerts:
|
available_alerts:
|
||||||
1: true
|
1: true
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 7d22051c-41f5-432d-9dd4-89e810796d7a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- admin_toolbar_links_access_filter
|
||||||
|
id: config_sync.module.admin_toolbar_links_access_filter
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: admin_toolbar_links_access_filter
|
||||||
|
items: { }
|
|
@ -8,11 +8,4 @@ id: config_sync.module.admin_toolbar_search
|
||||||
snapshotSet: config_sync
|
snapshotSet: config_sync
|
||||||
extensionType: module
|
extensionType: module
|
||||||
extensionName: admin_toolbar_search
|
extensionName: admin_toolbar_search
|
||||||
items:
|
items: { }
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: admin_toolbar_search.settings
|
|
||||||
data:
|
|
||||||
display_menu_item: 0
|
|
||||||
_core:
|
|
||||||
default_config_hash: AAmWcgwzGYbXfR6wfEfMyoi3r5QZwlpxvq5dHbupnJo
|
|
||||||
|
|
|
@ -18,7 +18,5 @@ items:
|
||||||
- user_login_form
|
- user_login_form
|
||||||
- user_pass
|
- user_pass
|
||||||
- user_register_form
|
- user_register_form
|
||||||
- 'contact_message_*'
|
- 'contact_*'
|
||||||
show_form_ids: false
|
show_form_ids: false
|
||||||
_core:
|
|
||||||
default_config_hash: 2TnP0TViNExHGuA7Cdr4L3uxhYGNzKyL0XnoAhtSHMQ
|
|
||||||
|
|
|
@ -14,5 +14,3 @@ items:
|
||||||
name: automated_cron.settings
|
name: automated_cron.settings
|
||||||
data:
|
data:
|
||||||
interval: 10800
|
interval: 10800
|
||||||
_core:
|
|
||||||
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
|
|
||||||
|
|
|
@ -21,7 +21,6 @@ items:
|
||||||
name: autosave_form.settings
|
name: autosave_form.settings
|
||||||
data:
|
data:
|
||||||
interval: 60000
|
interval: 60000
|
||||||
only_on_form_change: false
|
|
||||||
active_on:
|
active_on:
|
||||||
content_entity_forms: true
|
content_entity_forms: true
|
||||||
config_entity_forms: false
|
config_entity_forms: false
|
||||||
|
@ -30,6 +29,5 @@ items:
|
||||||
message: 'Saving draft...'
|
message: 'Saving draft...'
|
||||||
delay: 1000
|
delay: 1000
|
||||||
allowed_content_entity_types: { }
|
allowed_content_entity_types: { }
|
||||||
allowed_new: true
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ
|
default_config_hash: QnLi3Y7e5T_v9EZqYxRb90E0bBDb2g1y7xREWLKJLC0
|
||||||
|
|
|
@ -8,49 +8,4 @@ id: config_sync.module.block
|
||||||
snapshotSet: config_sync
|
snapshotSet: config_sync
|
||||||
extensionType: module
|
extensionType: module
|
||||||
extensionName: block
|
extensionName: block
|
||||||
items:
|
items: { }
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: tour.tour.block-layout
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- block
|
|
||||||
id: block-layout
|
|
||||||
label: 'Block Layout Page'
|
|
||||||
module: block
|
|
||||||
routes:
|
|
||||||
-
|
|
||||||
route_name: block.admin_display
|
|
||||||
tips:
|
|
||||||
block-layout:
|
|
||||||
id: block-layout
|
|
||||||
plugin: text
|
|
||||||
label: 'Block Layout'
|
|
||||||
weight: 1
|
|
||||||
body: 'Blocks are boxes of content rendered into an area, or region, of a web page that can be displayed in regions (such as footer or sidebar) on your page.'
|
|
||||||
place-block:
|
|
||||||
id: place-block
|
|
||||||
plugin: text
|
|
||||||
label: 'Place Blocks'
|
|
||||||
weight: 2
|
|
||||||
selector: .button--small
|
|
||||||
body: 'Any custom or contributed block can be added to a particular region by clicking on a button Place block. A new block can also be created by clicking on Place Block'
|
|
||||||
block-region:
|
|
||||||
id: block-region
|
|
||||||
plugin: text
|
|
||||||
label: 'Block Region'
|
|
||||||
weight: 3
|
|
||||||
selector: .block-region-select
|
|
||||||
body: 'Assign or change the region of a block by clicking here. A dropdown list with all the regions will appear. You can place one block in multiple regions.'
|
|
||||||
configure-block:
|
|
||||||
id: configure-block
|
|
||||||
plugin: text
|
|
||||||
label: 'Configure Block'
|
|
||||||
weight: 4
|
|
||||||
selector: .dropbutton-widget
|
|
||||||
body: 'By Clicking on "Configure" you can go ahead and edit the contents of the block, deal with the visibility settings and even change the placement of where it is on your theme.'
|
|
||||||
_core:
|
|
||||||
default_config_hash: pG6QAggTrD7RQWb79PT3NH48GSvTiePly_l53f3OENs
|
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
uuid: 0efe4cf0-2aff-4c18-a3ef-0f7fd8879cbb
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- block_class
|
|
||||||
id: config_sync.module.block_class
|
|
||||||
snapshotSet: config_sync
|
|
||||||
extensionType: module
|
|
||||||
extensionName: block_class
|
|
||||||
items:
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: block_class.settings
|
|
||||||
data:
|
|
||||||
block_classes_stored: { }
|
|
||||||
default_case: standard
|
|
||||||
enable_attributes: true
|
|
||||||
enable_auto_complete: true
|
|
||||||
enable_id_replacement: true
|
|
||||||
enable_special_chars: false
|
|
||||||
field_type: multiple_textfields
|
|
||||||
filter_html_clean_css_identifier: ''
|
|
||||||
items_per_page: 50
|
|
||||||
qty_attributes_per_block: 10
|
|
||||||
qty_classes_per_block: 10
|
|
||||||
maxlength_attributes: 255
|
|
||||||
maxlength_block_class_field: 255
|
|
||||||
maxlength_id: 255
|
|
||||||
weight_attributes: 0
|
|
||||||
weight_class: 0
|
|
||||||
weight_id: 0
|
|
||||||
_core:
|
|
||||||
default_config_hash: XEpuHrBp3DELKxVx0tmwE6CS7NSIKXu4F6QhT_vwqd0
|
|
|
@ -20,11 +20,8 @@ items:
|
||||||
- block_content
|
- block_content
|
||||||
id: block_content.full
|
id: block_content.full
|
||||||
label: Full
|
label: Full
|
||||||
description: ''
|
|
||||||
targetEntityType: block_content
|
targetEntityType: block_content
|
||||||
cache: true
|
cache: true
|
||||||
_core:
|
|
||||||
default_config_hash: Q7yUUYeRLByl-MCGveKKF_KhAtNICLCMJuKWfugCvso
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.storage.block_content.body
|
name: field.storage.block_content.body
|
||||||
|
@ -47,8 +44,6 @@ items:
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: true
|
persist_with_no_fields: true
|
||||||
custom_storage: false
|
custom_storage: false
|
||||||
_core:
|
|
||||||
default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: views.view.block_content
|
name: views.view.block_content
|
||||||
|
@ -60,20 +55,112 @@ items:
|
||||||
- block_content
|
- block_content
|
||||||
- user
|
- user
|
||||||
id: block_content
|
id: block_content
|
||||||
label: 'Content blocks'
|
label: 'Custom block library'
|
||||||
module: views
|
module: views
|
||||||
description: 'Find and manage content blocks.'
|
description: 'Find and manage custom blocks.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: block_content_field_data
|
base_table: block_content_field_data
|
||||||
base_field: id
|
base_field: id
|
||||||
|
core: 8.x
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
|
||||||
display_title: Default
|
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
|
id: default
|
||||||
|
display_title: Master
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Content blocks'
|
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:
|
fields:
|
||||||
info:
|
info:
|
||||||
id: info
|
id: info
|
||||||
|
@ -82,9 +169,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: null
|
|
||||||
entity_field: info
|
|
||||||
plugin_id: field
|
|
||||||
label: 'Block description'
|
label: 'Block description'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -140,6 +224,9 @@ items:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
entity_type: null
|
||||||
|
entity_field: info
|
||||||
|
plugin_id: field
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
table: block_content_field_data
|
table: block_content_field_data
|
||||||
|
@ -147,9 +234,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: block_content
|
|
||||||
entity_field: type
|
|
||||||
plugin_id: field
|
|
||||||
label: 'Block type'
|
label: 'Block type'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -205,6 +289,9 @@ items:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
entity_type: block_content
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: field
|
||||||
changed:
|
changed:
|
||||||
id: changed
|
id: changed
|
||||||
table: block_content_field_data
|
table: block_content_field_data
|
||||||
|
@ -212,9 +299,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: block_content
|
|
||||||
entity_field: changed
|
|
||||||
plugin_id: field
|
|
||||||
label: Updated
|
label: Updated
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -256,20 +340,14 @@ items:
|
||||||
hide_empty: false
|
hide_empty: false
|
||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
|
entity_type: block_content
|
||||||
|
entity_field: changed
|
||||||
type: timestamp
|
type: timestamp
|
||||||
settings:
|
settings:
|
||||||
date_format: short
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
tooltip:
|
plugin_id: field
|
||||||
date_format: long
|
|
||||||
custom_date_format: ''
|
|
||||||
time_diff:
|
|
||||||
enabled: false
|
|
||||||
future_format: '@interval hence'
|
|
||||||
past_format: '@interval ago'
|
|
||||||
granularity: 2
|
|
||||||
refresh: 60
|
|
||||||
operations:
|
operations:
|
||||||
id: operations
|
id: operations
|
||||||
table: block_content
|
table: block_content
|
||||||
|
@ -277,8 +355,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: block_content
|
|
||||||
plugin_id: entity_operations
|
|
||||||
label: Operations
|
label: Operations
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -321,66 +397,8 @@ items:
|
||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
destination: true
|
destination: true
|
||||||
pager:
|
|
||||||
type: mini
|
|
||||||
options:
|
|
||||||
offset: 0
|
|
||||||
items_per_page: 50
|
|
||||||
total_pages: null
|
|
||||||
id: 0
|
|
||||||
tags:
|
|
||||||
next: 'Next ›'
|
|
||||||
previous: '‹ Previous'
|
|
||||||
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
|
|
||||||
exposed_form:
|
|
||||||
type: basic
|
|
||||||
options:
|
|
||||||
submit_button: Apply
|
|
||||||
reset_button: true
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: true
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
access:
|
|
||||||
type: perm
|
|
||||||
options:
|
|
||||||
perm: 'access block library'
|
|
||||||
cache:
|
|
||||||
type: tag
|
|
||||||
options: { }
|
|
||||||
empty:
|
|
||||||
area_text_custom:
|
|
||||||
id: area_text_custom
|
|
||||||
table: views
|
|
||||||
field: area_text_custom
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: text_custom
|
|
||||||
empty: true
|
|
||||||
content: 'There are no content blocks available.'
|
|
||||||
tokenize: false
|
|
||||||
block_content_listing_empty:
|
|
||||||
id: block_content_listing_empty
|
|
||||||
table: block_content
|
|
||||||
field: block_content_listing_empty
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: block_content
|
entity_type: block_content
|
||||||
plugin_id: block_content_listing_empty
|
plugin_id: entity_operations
|
||||||
label: ''
|
|
||||||
empty: true
|
|
||||||
sorts: { }
|
|
||||||
arguments: { }
|
|
||||||
filters:
|
filters:
|
||||||
info:
|
info:
|
||||||
id: info
|
id: info
|
||||||
|
@ -389,9 +407,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: block_content
|
|
||||||
entity_field: info
|
|
||||||
plugin_id: string
|
|
||||||
operator: contains
|
operator: contains
|
||||||
value: ''
|
value: ''
|
||||||
group: 1
|
group: 1
|
||||||
|
@ -402,8 +417,6 @@ items:
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: info_op
|
operator: info_op
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: info
|
identifier: info
|
||||||
required: false
|
required: false
|
||||||
remember: false
|
remember: false
|
||||||
|
@ -424,6 +437,9 @@ items:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
|
entity_type: block_content
|
||||||
|
entity_field: info
|
||||||
|
plugin_id: string
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
table: block_content_field_data
|
table: block_content_field_data
|
||||||
|
@ -431,9 +447,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: block_content
|
|
||||||
entity_field: type
|
|
||||||
plugin_id: bundle
|
|
||||||
operator: in
|
operator: in
|
||||||
value: { }
|
value: { }
|
||||||
group: 1
|
group: 1
|
||||||
|
@ -444,8 +457,6 @@ items:
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: type_op
|
operator: type_op
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: type
|
identifier: type
|
||||||
required: false
|
required: false
|
||||||
remember: false
|
remember: false
|
||||||
|
@ -467,6 +478,9 @@ items:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
|
entity_type: block_content
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
reusable:
|
reusable:
|
||||||
id: reusable
|
id: reusable
|
||||||
table: block_content_field_data
|
table: block_content_field_data
|
||||||
|
@ -474,9 +488,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: block_content
|
|
||||||
entity_field: reusable
|
|
||||||
plugin_id: boolean
|
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '1'
|
value: '1'
|
||||||
group: 1
|
group: 1
|
||||||
|
@ -487,8 +498,6 @@ items:
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: ''
|
operator: ''
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
identifier: ''
|
||||||
required: false
|
required: false
|
||||||
remember: false
|
remember: false
|
||||||
|
@ -507,100 +516,70 @@ items:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
style:
|
entity_type: block_content
|
||||||
type: table
|
entity_field: reusable
|
||||||
options:
|
plugin_id: boolean
|
||||||
grouping: { }
|
sorts: { }
|
||||||
row_class: ''
|
title: 'Custom block library'
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
info: info
|
|
||||||
type: type
|
|
||||||
changed: changed
|
|
||||||
operations: operations
|
|
||||||
default: changed
|
|
||||||
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: ''
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: true
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
query_comment: ''
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_tags: { }
|
|
||||||
relationships: { }
|
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
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: { }
|
display_extenders: { }
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- user.permissions
|
- user.permissions
|
||||||
|
max-age: 0
|
||||||
tags: { }
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
|
display_plugin: page
|
||||||
id: page_1
|
id: page_1
|
||||||
display_title: Page
|
display_title: Page
|
||||||
display_plugin: page
|
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: admin/content/block
|
path: admin/structure/block/block-content
|
||||||
menu:
|
menu:
|
||||||
type: tab
|
type: tab
|
||||||
title: Blocks
|
title: 'Custom block library'
|
||||||
description: 'Create and edit content blocks.'
|
description: ''
|
||||||
|
parent: block.admin_display
|
||||||
weight: 0
|
weight: 0
|
||||||
menu_name: admin
|
|
||||||
parent: system.admin_content
|
|
||||||
context: '0'
|
context: '0'
|
||||||
|
menu_name: admin
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- user.permissions
|
- user.permissions
|
||||||
|
max-age: 0
|
||||||
tags: { }
|
tags: { }
|
||||||
_core:
|
|
||||||
default_config_hash: AcOE_1RLjX4okjWSOk7Pen1IdtPsY0Nbn0HXWG3zMqc
|
|
||||||
|
|
|
@ -9,6 +9,18 @@ snapshotSet: config_sync
|
||||||
extensionType: module
|
extensionType: module
|
||||||
extensionName: captcha
|
extensionName: captcha
|
||||||
items:
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: captcha.captcha_point.contact_message_feedback_form
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies: { }
|
||||||
|
formId: contact_message_feedback_form
|
||||||
|
captchaType: default
|
||||||
|
label: null
|
||||||
|
_core:
|
||||||
|
default_config_hash: MbTbUeeaumH8DjENUwT0-8uW9UuxyNHbF6jbKCLhYkk
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: captcha.captcha_point.contact_message_personal_form
|
name: captcha.captcha_point.contact_message_personal_form
|
||||||
|
@ -18,9 +30,9 @@ items:
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: contact_message_personal_form
|
formId: contact_message_personal_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: contact_message_personal_form
|
label: null
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 7zUmOK1ti1l0bc78ieysHa3_57MOin7IgHpHhwbSugs
|
default_config_hash: JWbmGm_KvY_3No38GsmOrkAy8N9u5Sm4yjJlDJlAW7c
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: captcha.captcha_point.user_login_form
|
name: captcha.captcha_point.user_login_form
|
||||||
|
@ -30,9 +42,9 @@ items:
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: user_login_form
|
formId: user_login_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: user_login_form
|
label: null
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: XbughDuwgOtc_8ztmYxz84gaXBeR760xH3bGSKD9v1Q
|
default_config_hash: crLwyc9uwZ8Bv8lpMLIOEQYHOxW_mS49jaDf_95-o4I
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: captcha.captcha_point.user_pass
|
name: captcha.captcha_point.user_pass
|
||||||
|
@ -42,9 +54,9 @@ items:
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: user_pass
|
formId: user_pass
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: user_pass
|
label: null
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: qZeHI5fZ9WQRKsfl8FMBwzk3puSsWCRtWKEZh04JJUo
|
default_config_hash: KV2eyuDk4Ux0da6fu6QsTUf_49rPDXilNurV5nRZqJE
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: captcha.captcha_point.user_register_form
|
name: captcha.captcha_point.user_register_form
|
||||||
|
@ -54,25 +66,22 @@ items:
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: user_register_form
|
formId: user_register_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: user_register_form
|
label: null
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 2iz3cMg7T1eSKXtNIB9WyaRptfg7wosDDPBSBhXFXl0
|
default_config_hash: O11nB9Assnic6AhIuaeK_CQdh_zO0udxABDnUZJupis
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: captcha.settings
|
name: captcha.settings
|
||||||
data:
|
data:
|
||||||
enable_globally: 0
|
enabled_default: 0
|
||||||
enable_globally_on_admin_routes: false
|
|
||||||
default_challenge: captcha/Math
|
default_challenge: captcha/Math
|
||||||
description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.'
|
description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.'
|
||||||
title: CAPTCHA
|
|
||||||
administration_mode: false
|
administration_mode: false
|
||||||
administration_mode_on_admin_routes: false
|
allow_on_admin_pages: false
|
||||||
whitelist_ips: ''
|
add_captcha_description: true
|
||||||
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
|
||||||
default_validation: 1
|
default_validation: 1
|
||||||
persistence: 1
|
persistence: 1
|
||||||
enable_stats: false
|
enable_stats: false
|
||||||
log_wrong_responses: false
|
log_wrong_responses: false
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: QDFjOXYIYVwCPQYHY4wAx4DUqOEkNaZokIx6DGApR9I
|
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
|
||||||
|
|
|
@ -1,90 +0,0 @@
|
||||||
uuid: 9e67a143-2ccc-4837-aaf4-9ebdb0889b7b
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- charts
|
|
||||||
id: config_sync.module.charts
|
|
||||||
snapshotSet: config_sync
|
|
||||||
extensionType: module
|
|
||||||
extensionName: charts
|
|
||||||
items:
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: charts.settings
|
|
||||||
data:
|
|
||||||
dependencies: { }
|
|
||||||
charts_default_settings:
|
|
||||||
library: ''
|
|
||||||
type: line
|
|
||||||
display:
|
|
||||||
title: ''
|
|
||||||
subtitle: ''
|
|
||||||
colors:
|
|
||||||
- '#006fb0'
|
|
||||||
- '#f07c33'
|
|
||||||
- '#342e9c'
|
|
||||||
- '#579b17'
|
|
||||||
- '#3f067a'
|
|
||||||
- '#cbde67'
|
|
||||||
- '#7643b6'
|
|
||||||
- '#738d00'
|
|
||||||
- '#c157c7'
|
|
||||||
- '#02dab1'
|
|
||||||
- '#ed56b4'
|
|
||||||
- '#d8d981'
|
|
||||||
- '#004695'
|
|
||||||
- '#736000'
|
|
||||||
- '#a5a5ff'
|
|
||||||
- '#833a00'
|
|
||||||
- '#ff9ee9'
|
|
||||||
- '#684507'
|
|
||||||
- '#fe4f85'
|
|
||||||
- '#5d0011'
|
|
||||||
- '#ffa67b'
|
|
||||||
- '#88005c'
|
|
||||||
- '#ff9b8f'
|
|
||||||
- '#85000f'
|
|
||||||
- '#ff7581'
|
|
||||||
color_changer: false
|
|
||||||
title_position: out
|
|
||||||
tooltips: true
|
|
||||||
tooltips_use_html: false
|
|
||||||
data_markers: false
|
|
||||||
data_labels: false
|
|
||||||
legend: false
|
|
||||||
legend_position: right
|
|
||||||
background: ''
|
|
||||||
three_dimensional: 0
|
|
||||||
polar: 0
|
|
||||||
dimensions:
|
|
||||||
width: ''
|
|
||||||
width_units: '%'
|
|
||||||
height: ''
|
|
||||||
height_units: ''
|
|
||||||
gauge:
|
|
||||||
max: '100'
|
|
||||||
min: '0'
|
|
||||||
green_from: '85'
|
|
||||||
green_to: '100'
|
|
||||||
yellow_from: '50'
|
|
||||||
yellow_to: '85'
|
|
||||||
red_from: '0'
|
|
||||||
red_to: '50'
|
|
||||||
xaxis:
|
|
||||||
title: ''
|
|
||||||
labels_rotation: '0'
|
|
||||||
yaxis:
|
|
||||||
title: ''
|
|
||||||
min: ''
|
|
||||||
max: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
decimal_count: ''
|
|
||||||
labels_rotation: '0'
|
|
||||||
advanced:
|
|
||||||
debug: false
|
|
||||||
requirements:
|
|
||||||
cdn: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: wZ5T1cqvSG3zUPxdtz_BgdBiNjgy1K1Al-L3iT7sPh8
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: fea0c8df-8eb3-416d-85c5-6d33138ecd85
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- ckeditor
|
||||||
|
id: config_sync.module.ckeditor
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: ckeditor
|
||||||
|
items: { }
|
File diff suppressed because it is too large
Load diff
|
@ -68,5 +68,3 @@ items:
|
||||||
|
|
||||||
-- [site:name] team
|
-- [site:name] team
|
||||||
[site:url]
|
[site:url]
|
||||||
_core:
|
|
||||||
default_config_hash: y7oCzsZ-B0R-nyeSFO1f2h9BEChUQGSZT-3cqXd-sLE
|
|
||||||
|
|
|
@ -19,8 +19,6 @@ items:
|
||||||
id: administer_account_settings
|
id: administer_account_settings
|
||||||
label: 'Administer account settings'
|
label: 'Administer account settings'
|
||||||
route: entity.user.admin_form
|
route: entity.user.admin_form
|
||||||
_core:
|
|
||||||
default_config_hash: G3RasgGpLT7MiDfwt1phJQ229-nSxEF7TVbk-QrirXU
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: config_perms.custom_perms_entity.administer_date_time
|
name: config_perms.custom_perms_entity.administer_date_time
|
||||||
|
@ -31,8 +29,6 @@ items:
|
||||||
id: administer_date_time
|
id: administer_date_time
|
||||||
label: 'Administer date-time'
|
label: 'Administer date-time'
|
||||||
route: entity.date_format.collection
|
route: entity.date_format.collection
|
||||||
_core:
|
|
||||||
default_config_hash: 3Ay9YI_ngS7P7x3VPJDbmjrsZ8GT_S-Zkfgx2g4tGeY
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: config_perms.custom_perms_entity.administer_error_logs
|
name: config_perms.custom_perms_entity.administer_error_logs
|
||||||
|
@ -43,8 +39,6 @@ items:
|
||||||
id: administer_error_logs
|
id: administer_error_logs
|
||||||
label: 'Administer error logs'
|
label: 'Administer error logs'
|
||||||
route: dblog.overview
|
route: dblog.overview
|
||||||
_core:
|
|
||||||
default_config_hash: 2q2utr64_esqpIf4zs8AQlwD4Qx4E7zlyq3vx64o6u8
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: config_perms.custom_perms_entity.administer_file_system
|
name: config_perms.custom_perms_entity.administer_file_system
|
||||||
|
@ -55,5 +49,3 @@ items:
|
||||||
id: administer_file_system
|
id: administer_file_system
|
||||||
label: 'Administer file system'
|
label: 'Administer file system'
|
||||||
route: system.file_system_settings
|
route: system.file_system_settings
|
||||||
_core:
|
|
||||||
default_config_hash: L7Fm9s3OFts1EqoEZeMwKxAa7FRxN6H418WDwfav3QI
|
|
||||||
|
|
|
@ -23,8 +23,6 @@ items:
|
||||||
weight: 0
|
weight: 0
|
||||||
message: 'Your message has been sent.'
|
message: 'Your message has been sent.'
|
||||||
redirect: ''
|
redirect: ''
|
||||||
_core:
|
|
||||||
default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: contact.settings
|
name: contact.settings
|
||||||
|
@ -34,5 +32,3 @@ items:
|
||||||
limit: 5
|
limit: 5
|
||||||
interval: 3600
|
interval: 3600
|
||||||
user_default_enabled: true
|
user_default_enabled: true
|
||||||
_core:
|
|
||||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
|
||||||
|
|
|
@ -1,856 +0,0 @@
|
||||||
uuid: bc1d1be8-46fd-4a35-89cc-5ea77d5f3c68
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- content_moderation
|
|
||||||
id: config_sync.module.content_moderation
|
|
||||||
snapshotSet: config_sync
|
|
||||||
extensionType: module
|
|
||||||
extensionName: content_moderation
|
|
||||||
items:
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: views.view.moderated_content
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- node
|
|
||||||
- user
|
|
||||||
enforced:
|
|
||||||
module:
|
|
||||||
- content_moderation
|
|
||||||
id: moderated_content
|
|
||||||
label: 'Moderated content'
|
|
||||||
module: views
|
|
||||||
description: 'Find and moderate content.'
|
|
||||||
tag: ''
|
|
||||||
base_table: node_field_revision
|
|
||||||
base_field: vid
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
id: default
|
|
||||||
display_title: Default
|
|
||||||
display_plugin: default
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
title: 'Moderated content'
|
|
||||||
fields:
|
|
||||||
title:
|
|
||||||
id: title
|
|
||||||
table: node_field_revision
|
|
||||||
field: title
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: title
|
|
||||||
plugin_id: field
|
|
||||||
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
|
|
||||||
type:
|
|
||||||
id: type
|
|
||||||
table: node_field_data
|
|
||||||
field: type
|
|
||||||
relationship: nid
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: type
|
|
||||||
plugin_id: field
|
|
||||||
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
|
|
||||||
name:
|
|
||||||
id: name
|
|
||||||
table: users_field_data
|
|
||||||
field: name
|
|
||||||
relationship: uid
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: user
|
|
||||||
entity_field: name
|
|
||||||
plugin_id: field
|
|
||||||
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: ''
|
|
||||||
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
|
|
||||||
moderation_state:
|
|
||||||
id: moderation_state
|
|
||||||
table: node_field_revision
|
|
||||||
field: moderation_state
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
plugin_id: field
|
|
||||||
label: 'Moderation state'
|
|
||||||
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: content_moderation_state
|
|
||||||
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
|
|
||||||
changed:
|
|
||||||
id: changed
|
|
||||||
table: node_field_revision
|
|
||||||
field: changed
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: changed
|
|
||||||
plugin_id: field
|
|
||||||
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: 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: timestamp
|
|
||||||
settings:
|
|
||||||
date_format: short
|
|
||||||
custom_date_format: ''
|
|
||||||
timezone: ''
|
|
||||||
tooltip:
|
|
||||||
date_format: long
|
|
||||||
custom_date_format: ''
|
|
||||||
time_diff:
|
|
||||||
enabled: false
|
|
||||||
future_format: '@interval hence'
|
|
||||||
past_format: '@interval ago'
|
|
||||||
granularity: 2
|
|
||||||
refresh: 60
|
|
||||||
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
|
|
||||||
operations:
|
|
||||||
id: operations
|
|
||||||
table: node_revision
|
|
||||||
field: operations
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
plugin_id: entity_operations
|
|
||||||
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
|
|
||||||
pager:
|
|
||||||
type: full
|
|
||||||
options:
|
|
||||||
offset: 0
|
|
||||||
items_per_page: 50
|
|
||||||
total_pages: null
|
|
||||||
id: 0
|
|
||||||
tags:
|
|
||||||
next: 'Next ›'
|
|
||||||
previous: '‹ Previous'
|
|
||||||
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
|
|
||||||
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
|
|
||||||
access:
|
|
||||||
type: perm
|
|
||||||
options:
|
|
||||||
perm: 'view any unpublished content'
|
|
||||||
cache:
|
|
||||||
type: tag
|
|
||||||
options: { }
|
|
||||||
empty:
|
|
||||||
area_text_custom:
|
|
||||||
id: area_text_custom
|
|
||||||
table: views
|
|
||||||
field: area_text_custom
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: text_custom
|
|
||||||
empty: true
|
|
||||||
content: 'No moderated content available. Only pending versions of content, such as drafts, are listed here.'
|
|
||||||
tokenize: false
|
|
||||||
sorts: { }
|
|
||||||
arguments: { }
|
|
||||||
filters:
|
|
||||||
latest_translation_affected_revision:
|
|
||||||
id: latest_translation_affected_revision
|
|
||||||
table: node_revision
|
|
||||||
field: latest_translation_affected_revision
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
plugin_id: latest_translation_affected_revision
|
|
||||||
operator: '='
|
|
||||||
value: ''
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
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: { }
|
|
||||||
title:
|
|
||||||
id: title
|
|
||||||
table: node_field_revision
|
|
||||||
field: title
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: title
|
|
||||||
plugin_id: string
|
|
||||||
operator: contains
|
|
||||||
value: ''
|
|
||||||
group: 1
|
|
||||||
exposed: true
|
|
||||||
expose:
|
|
||||||
operator_id: title_op
|
|
||||||
label: Title
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: title_op
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
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: { }
|
|
||||||
type:
|
|
||||||
id: type
|
|
||||||
table: node_field_data
|
|
||||||
field: type
|
|
||||||
relationship: nid
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: type
|
|
||||||
plugin_id: bundle
|
|
||||||
operator: in
|
|
||||||
value: { }
|
|
||||||
group: 1
|
|
||||||
exposed: true
|
|
||||||
expose:
|
|
||||||
operator_id: type_op
|
|
||||||
label: 'Content type'
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: type_op
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
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: { }
|
|
||||||
moderation_state:
|
|
||||||
id: moderation_state
|
|
||||||
table: node_field_revision
|
|
||||||
field: moderation_state
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
plugin_id: moderation_state_filter
|
|
||||||
operator: in
|
|
||||||
value:
|
|
||||||
editorial-draft: editorial-draft
|
|
||||||
editorial-archived: editorial-archived
|
|
||||||
group: 1
|
|
||||||
exposed: true
|
|
||||||
expose:
|
|
||||||
operator_id: moderation_state_op
|
|
||||||
label: 'Moderation state'
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: moderation_state_op
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: moderation_state
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
anonymous: '0'
|
|
||||||
administrator: '0'
|
|
||||||
reduce: true
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
langcode:
|
|
||||||
id: langcode
|
|
||||||
table: node_field_revision
|
|
||||||
field: langcode
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: langcode
|
|
||||||
plugin_id: language
|
|
||||||
operator: in
|
|
||||||
value: { }
|
|
||||||
group: 1
|
|
||||||
exposed: true
|
|
||||||
expose:
|
|
||||||
operator_id: langcode_op
|
|
||||||
label: Language
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: langcode_op
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
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: { }
|
|
||||||
moderation_state_1:
|
|
||||||
id: moderation_state_1
|
|
||||||
table: node_field_revision
|
|
||||||
field: moderation_state
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
plugin_id: moderation_state_filter
|
|
||||||
operator: 'not in'
|
|
||||||
value:
|
|
||||||
editorial-published: editorial-published
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
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: { }
|
|
||||||
filter_groups:
|
|
||||||
operator: AND
|
|
||||||
groups:
|
|
||||||
1: AND
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
title: title
|
|
||||||
type: type
|
|
||||||
name: name
|
|
||||||
moderation_state: moderation_state
|
|
||||||
changed: changed
|
|
||||||
default: changed
|
|
||||||
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: ''
|
|
||||||
name:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
moderation_state:
|
|
||||||
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: ''
|
|
||||||
override: true
|
|
||||||
sticky: true
|
|
||||||
summary: ''
|
|
||||||
empty_table: true
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
query_comment: ''
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_tags: { }
|
|
||||||
relationships:
|
|
||||||
nid:
|
|
||||||
id: nid
|
|
||||||
table: node_field_revision
|
|
||||||
field: nid
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: 'Get the actual content from a content revision.'
|
|
||||||
entity_type: node
|
|
||||||
entity_field: nid
|
|
||||||
plugin_id: standard
|
|
||||||
required: false
|
|
||||||
uid:
|
|
||||||
id: uid
|
|
||||||
table: node_field_revision
|
|
||||||
field: uid
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: User
|
|
||||||
entity_type: node
|
|
||||||
entity_field: uid
|
|
||||||
plugin_id: standard
|
|
||||||
required: false
|
|
||||||
header: { }
|
|
||||||
footer: { }
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
- 'user.node_grants:view'
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
||||||
moderated_content:
|
|
||||||
id: moderated_content
|
|
||||||
display_title: 'Moderated content'
|
|
||||||
display_plugin: page
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
display_description: ''
|
|
||||||
display_extenders: { }
|
|
||||||
path: admin/content/moderated
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
- 'user.node_grants:view'
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: 7olvKOaJNf15B-Bj4eD1wJyaz4BR7CNA9cEjWBssa2Y
|
|
|
@ -14,5 +14,3 @@ items:
|
||||||
name: crop.settings
|
name: crop.settings
|
||||||
data:
|
data:
|
||||||
flush_derivative_images: true
|
flush_derivative_images: true
|
||||||
_core:
|
|
||||||
default_config_hash: 7eGOTSG7bRv_AAqu-Ls8CSnob7zPF1ez-lD2OLZgBHs
|
|
||||||
|
|
|
@ -14,8 +14,6 @@ items:
|
||||||
name: dblog.settings
|
name: dblog.settings
|
||||||
data:
|
data:
|
||||||
row_limit: 1000
|
row_limit: 1000
|
||||||
_core:
|
|
||||||
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: views.view.watchdog
|
name: views.view.watchdog
|
||||||
|
@ -33,14 +31,136 @@ items:
|
||||||
tag: ''
|
tag: ''
|
||||||
base_table: watchdog
|
base_table: watchdog
|
||||||
base_field: wid
|
base_field: wid
|
||||||
|
core: 8.x
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
|
||||||
display_title: Default
|
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
|
id: default
|
||||||
|
display_title: Master
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Recent log messages'
|
access:
|
||||||
|
type: perm
|
||||||
|
options:
|
||||||
|
perm: 'access site reports'
|
||||||
|
cache:
|
||||||
|
type: none
|
||||||
|
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: true
|
||||||
|
reset_button_label: Reset
|
||||||
|
exposed_sorts_label: 'Sort by'
|
||||||
|
expose_sort_order: false
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
pager:
|
||||||
|
type: mini
|
||||||
|
options:
|
||||||
|
items_per_page: 50
|
||||||
|
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: ‹‹
|
||||||
|
next: ››
|
||||||
|
style:
|
||||||
|
type: table
|
||||||
|
options:
|
||||||
|
grouping: { }
|
||||||
|
row_class: '{{ type }} {{ severity }}'
|
||||||
|
default_row_class: true
|
||||||
|
override: true
|
||||||
|
sticky: false
|
||||||
|
caption: ''
|
||||||
|
summary: ''
|
||||||
|
description: ''
|
||||||
|
columns:
|
||||||
|
nothing: nothing
|
||||||
|
wid: wid
|
||||||
|
severity: severity
|
||||||
|
type: type
|
||||||
|
timestamp: timestamp
|
||||||
|
message: message
|
||||||
|
name: name
|
||||||
|
link: link
|
||||||
|
info:
|
||||||
|
nothing:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-medium
|
||||||
|
wid:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: desc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
severity:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
type:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-medium
|
||||||
|
timestamp:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: desc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
message:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
name:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-medium
|
||||||
|
link:
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
default: wid
|
||||||
|
empty_table: false
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
nothing:
|
nothing:
|
||||||
id: nothing
|
id: nothing
|
||||||
|
@ -49,7 +169,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: Icon
|
admin_label: Icon
|
||||||
plugin_id: custom
|
|
||||||
label: ''
|
label: ''
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -91,6 +210,7 @@ items:
|
||||||
hide_empty: false
|
hide_empty: false
|
||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: false
|
hide_alter_empty: false
|
||||||
|
plugin_id: custom
|
||||||
wid:
|
wid:
|
||||||
id: wid
|
id: wid
|
||||||
table: watchdog
|
table: watchdog
|
||||||
|
@ -98,7 +218,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: standard
|
|
||||||
label: WID
|
label: WID
|
||||||
exclude: true
|
exclude: true
|
||||||
alter:
|
alter:
|
||||||
|
@ -140,6 +259,7 @@ items:
|
||||||
hide_empty: false
|
hide_empty: false
|
||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
|
plugin_id: standard
|
||||||
severity:
|
severity:
|
||||||
id: severity
|
id: severity
|
||||||
table: watchdog
|
table: watchdog
|
||||||
|
@ -147,7 +267,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: machine_name
|
|
||||||
label: Severity
|
label: Severity
|
||||||
exclude: true
|
exclude: true
|
||||||
alter:
|
alter:
|
||||||
|
@ -190,6 +309,7 @@ items:
|
||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
machine_name: false
|
machine_name: false
|
||||||
|
plugin_id: machine_name
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
table: watchdog
|
table: watchdog
|
||||||
|
@ -197,7 +317,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: standard
|
|
||||||
label: Type
|
label: Type
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -239,6 +358,7 @@ items:
|
||||||
hide_empty: false
|
hide_empty: false
|
||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
|
plugin_id: standard
|
||||||
timestamp:
|
timestamp:
|
||||||
id: timestamp
|
id: timestamp
|
||||||
table: watchdog
|
table: watchdog
|
||||||
|
@ -246,7 +366,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: date
|
|
||||||
label: Date
|
label: Date
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -291,6 +410,7 @@ items:
|
||||||
date_format: short
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
|
plugin_id: date
|
||||||
message:
|
message:
|
||||||
id: message
|
id: message
|
||||||
table: watchdog
|
table: watchdog
|
||||||
|
@ -298,7 +418,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: dblog_message
|
|
||||||
label: Message
|
label: Message
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -341,6 +460,7 @@ items:
|
||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
replace_variables: true
|
replace_variables: true
|
||||||
|
plugin_id: dblog_message
|
||||||
name:
|
name:
|
||||||
id: name
|
id: name
|
||||||
table: users_field_data
|
table: users_field_data
|
||||||
|
@ -348,9 +468,6 @@ items:
|
||||||
relationship: uid
|
relationship: uid
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: user
|
|
||||||
entity_field: name
|
|
||||||
plugin_id: field
|
|
||||||
label: User
|
label: User
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -406,6 +523,9 @@ items:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
entity_type: user
|
||||||
|
entity_field: name
|
||||||
|
plugin_id: field
|
||||||
link:
|
link:
|
||||||
id: link
|
id: link
|
||||||
table: watchdog
|
table: watchdog
|
||||||
|
@ -413,7 +533,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: dblog_operations
|
|
||||||
label: Operations
|
label: Operations
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
|
@ -455,68 +574,7 @@ items:
|
||||||
hide_empty: false
|
hide_empty: false
|
||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
pager:
|
plugin_id: dblog_operations
|
||||||
type: mini
|
|
||||||
options:
|
|
||||||
offset: 0
|
|
||||||
items_per_page: 50
|
|
||||||
total_pages: null
|
|
||||||
id: 0
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
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
|
|
||||||
exposed_form:
|
|
||||||
type: basic
|
|
||||||
options:
|
|
||||||
submit_button: Filter
|
|
||||||
reset_button: true
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: false
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
access:
|
|
||||||
type: perm
|
|
||||||
options:
|
|
||||||
perm: 'access site reports'
|
|
||||||
cache:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
empty:
|
|
||||||
area:
|
|
||||||
id: area_text_custom
|
|
||||||
table: views
|
|
||||||
field: area_text_custom
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: 'No log messages available.'
|
|
||||||
plugin_id: text_custom
|
|
||||||
empty: true
|
|
||||||
content: 'No log messages available.'
|
|
||||||
tokenize: false
|
|
||||||
sorts:
|
|
||||||
wid:
|
|
||||||
id: wid
|
|
||||||
table: watchdog
|
|
||||||
field: wid
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
order: DESC
|
|
||||||
expose:
|
|
||||||
label: ''
|
|
||||||
field_identifier: wid
|
|
||||||
exposed: false
|
|
||||||
arguments: { }
|
|
||||||
filters:
|
filters:
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
|
@ -525,7 +583,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: dblog_types
|
|
||||||
operator: in
|
operator: in
|
||||||
value: { }
|
value: { }
|
||||||
group: 1
|
group: 1
|
||||||
|
@ -536,8 +593,6 @@ items:
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: type_op
|
operator: type_op
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: type
|
identifier: type
|
||||||
required: false
|
required: false
|
||||||
remember: false
|
remember: false
|
||||||
|
@ -559,6 +614,7 @@ items:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
|
plugin_id: dblog_types
|
||||||
severity:
|
severity:
|
||||||
id: severity
|
id: severity
|
||||||
table: watchdog
|
table: watchdog
|
||||||
|
@ -566,7 +622,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: in_operator
|
|
||||||
operator: in
|
operator: in
|
||||||
value: { }
|
value: { }
|
||||||
group: 1
|
group: 1
|
||||||
|
@ -577,8 +632,6 @@ items:
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: severity_op
|
operator: severity_op
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: severity
|
identifier: severity
|
||||||
required: false
|
required: false
|
||||||
remember: false
|
remember: false
|
||||||
|
@ -600,95 +653,35 @@ items:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
filter_groups:
|
plugin_id: in_operator
|
||||||
operator: AND
|
sorts:
|
||||||
groups:
|
wid:
|
||||||
1: AND
|
id: wid
|
||||||
style:
|
table: watchdog
|
||||||
type: table
|
field: wid
|
||||||
options:
|
relationship: none
|
||||||
grouping: { }
|
group_type: group
|
||||||
row_class: '{{ type }} {{ severity }}'
|
admin_label: ''
|
||||||
default_row_class: true
|
order: DESC
|
||||||
columns:
|
exposed: false
|
||||||
nothing: nothing
|
expose:
|
||||||
wid: wid
|
label: ''
|
||||||
severity: severity
|
plugin_id: standard
|
||||||
type: type
|
title: 'Recent log messages'
|
||||||
timestamp: timestamp
|
header: { }
|
||||||
message: message
|
footer: { }
|
||||||
name: name
|
empty:
|
||||||
link: link
|
area:
|
||||||
default: wid
|
id: area_text_custom
|
||||||
info:
|
table: views
|
||||||
nothing:
|
field: area_text_custom
|
||||||
align: ''
|
relationship: none
|
||||||
separator: ''
|
group_type: group
|
||||||
empty_column: false
|
admin_label: 'No log messages available.'
|
||||||
responsive: priority-medium
|
empty: true
|
||||||
wid:
|
tokenize: false
|
||||||
sortable: false
|
content: 'No log messages available.'
|
||||||
default_sort_order: desc
|
plugin_id: text_custom
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-low
|
|
||||||
severity:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-low
|
|
||||||
type:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-medium
|
|
||||||
timestamp:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-low
|
|
||||||
message:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
name:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-medium
|
|
||||||
link:
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-low
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
query_comment: ''
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_tags: { }
|
|
||||||
relationships:
|
relationships:
|
||||||
uid:
|
uid:
|
||||||
id: uid
|
id: uid
|
||||||
|
@ -697,14 +690,17 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: User
|
admin_label: User
|
||||||
plugin_id: standard
|
|
||||||
required: false
|
required: false
|
||||||
css_class: admin-dblog
|
plugin_id: standard
|
||||||
header: { }
|
arguments: { }
|
||||||
footer: { }
|
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
css_class: admin-dblog
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: 0
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
|
@ -713,15 +709,15 @@ items:
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags: { }
|
tags: { }
|
||||||
page:
|
page:
|
||||||
|
display_plugin: page
|
||||||
id: page
|
id: page
|
||||||
display_title: Page
|
display_title: Page
|
||||||
display_plugin: page
|
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: admin/reports/dblog
|
path: admin/reports/dblog
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: 0
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
|
@ -729,5 +725,3 @@ items:
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags: { }
|
tags: { }
|
||||||
_core:
|
|
||||||
default_config_hash: j0txIxY4nkJT_dscmXckM-1vanygDkJAeHPawZKfyH0
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,6 @@ items:
|
||||||
config:
|
config:
|
||||||
- field.field.node.collection.body
|
- field.field.node.collection.body
|
||||||
- field.field.node.collection.field_authors
|
- field.field.node.collection.field_authors
|
||||||
- field.field.node.collection.field_body_paragraph
|
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- field.field.node.collection.field_image
|
||||||
|
@ -32,7 +31,6 @@ items:
|
||||||
module:
|
module:
|
||||||
- image
|
- image
|
||||||
- metatag
|
- metatag
|
||||||
- paragraphs
|
|
||||||
- path
|
- path
|
||||||
- text
|
- text
|
||||||
id: node.collection.default
|
id: node.collection.default
|
||||||
|
@ -42,12 +40,12 @@ items:
|
||||||
content:
|
content:
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 13
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_authors:
|
field_authors:
|
||||||
weight: 2
|
weight: 4
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
|
@ -55,18 +53,6 @@ items:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
field_body_paragraph:
|
|
||||||
type: entity_reference_paragraphs
|
|
||||||
weight: 6
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
title: Paragraph
|
|
||||||
title_plural: Paragraphs
|
|
||||||
edit_mode: open
|
|
||||||
add_mode: dropdown
|
|
||||||
form_display_mode: default
|
|
||||||
default_paragraph_type: _none
|
|
||||||
third_party_settings: { }
|
|
||||||
field_collection_items:
|
field_collection_items:
|
||||||
weight: 5
|
weight: 5
|
||||||
settings:
|
settings:
|
||||||
|
@ -91,13 +77,13 @@ items:
|
||||||
type: image_image
|
type: image_image
|
||||||
region: content
|
region: content
|
||||||
field_meta_tags:
|
field_meta_tags:
|
||||||
weight: 10
|
weight: 7
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: metatag_firehose
|
type: metatag_firehose
|
||||||
region: content
|
region: content
|
||||||
field_summary:
|
field_summary:
|
||||||
weight: 4
|
weight: 2
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
@ -105,7 +91,7 @@ items:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
region: content
|
region: content
|
||||||
field_tags:
|
field_tags:
|
||||||
weight: 8
|
weight: 15
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
|
@ -114,7 +100,7 @@ items:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
field_topics:
|
field_topics:
|
||||||
weight: 7
|
weight: 14
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
|
@ -124,7 +110,7 @@ items:
|
||||||
region: content
|
region: content
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 11
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -132,21 +118,21 @@ items:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 15
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 16
|
weight: 13
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
sticky:
|
sticky:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 14
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
title:
|
title:
|
||||||
|
@ -159,7 +145,7 @@ items:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 9
|
weight: 6
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
|
@ -167,14 +153,12 @@ items:
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 12
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
_core:
|
|
||||||
default_config_hash: nQ_UEFVKl51O_tJ1AN9LAH0VhuJTgpKOszmSUZjYygc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_form_display.paragraph.drutopia_collection.default
|
name: core.entity_form_display.paragraph.drutopia_collection.default
|
||||||
|
@ -202,8 +186,6 @@ items:
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
status: true
|
status: true
|
||||||
_core:
|
|
||||||
default_config_hash: _1hZ95TGb11kRSt9dhg0nFE2VsiWz58W7YnNBRFKIO8
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.collection.default
|
name: core.entity_view_display.node.collection.default
|
||||||
|
@ -214,7 +196,6 @@ items:
|
||||||
config:
|
config:
|
||||||
- field.field.node.collection.body
|
- field.field.node.collection.body
|
||||||
- field.field.node.collection.field_authors
|
- field.field.node.collection.field_authors
|
||||||
- field.field.node.collection.field_body_paragraph
|
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- field.field.node.collection.field_image
|
||||||
|
@ -313,10 +294,7 @@ items:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
field_body_paragraph: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
_core:
|
|
||||||
default_config_hash: wVi9ZiHfMvJ_gpdc2gUELVYpZVl3lVvKT9vS_3R9MVk
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.collection.full
|
name: core.entity_view_display.node.collection.full
|
||||||
|
@ -328,7 +306,6 @@ items:
|
||||||
- core.entity_view_mode.node.full
|
- core.entity_view_mode.node.full
|
||||||
- field.field.node.collection.body
|
- field.field.node.collection.body
|
||||||
- field.field.node.collection.field_authors
|
- field.field.node.collection.field_authors
|
||||||
- field.field.node.collection.field_body_paragraph
|
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- field.field.node.collection.field_image
|
||||||
|
@ -340,7 +317,6 @@ items:
|
||||||
module:
|
module:
|
||||||
- ds
|
- ds
|
||||||
- image
|
- image
|
||||||
- paragraphs
|
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
|
@ -369,7 +345,6 @@ items:
|
||||||
- node_post_date
|
- node_post_date
|
||||||
- field_authors
|
- field_authors
|
||||||
- field_collection_type
|
- field_collection_type
|
||||||
- field_body_paragraph
|
|
||||||
- field_topics
|
- field_topics
|
||||||
- field_tags
|
- field_tags
|
||||||
right:
|
right:
|
||||||
|
@ -394,15 +369,8 @@ items:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: left
|
region: left
|
||||||
field_body_paragraph:
|
|
||||||
type: paragraph_summary
|
|
||||||
weight: 4
|
|
||||||
region: left
|
|
||||||
label: hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_collection_items:
|
field_collection_items:
|
||||||
weight: 8
|
weight: 7
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
view_mode: teaser
|
view_mode: teaser
|
||||||
|
@ -416,7 +384,7 @@ items:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
weight: 3
|
weight: 3
|
||||||
region: left
|
region: left
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -430,7 +398,7 @@ items:
|
||||||
type: image
|
type: image
|
||||||
region: header
|
region: header
|
||||||
field_summary:
|
field_summary:
|
||||||
weight: 7
|
weight: 6
|
||||||
label: hidden
|
label: hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -438,7 +406,7 @@ items:
|
||||||
region: right
|
region: right
|
||||||
field_tags:
|
field_tags:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
weight: 6
|
weight: 5
|
||||||
region: left
|
region: left
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
|
@ -446,9 +414,9 @@ items:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_topics:
|
field_topics:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
weight: 5
|
weight: 4
|
||||||
region: left
|
region: left
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -457,8 +425,6 @@ items:
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
_core:
|
|
||||||
default_config_hash: u9hFi5GI6LLnFCyw2M7JDw0SSDmlT2tpCHBVDYoBO7g
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.collection.teaser
|
name: core.entity_view_display.node.collection.teaser
|
||||||
|
@ -469,15 +435,6 @@ items:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.teaser
|
||||||
- field.field.node.collection.body
|
- field.field.node.collection.body
|
||||||
- field.field.node.collection.field_authors
|
|
||||||
- field.field.node.collection.field_body_paragraph
|
|
||||||
- field.field.node.collection.field_collection_items
|
|
||||||
- field.field.node.collection.field_collection_type
|
|
||||||
- field.field.node.collection.field_image
|
|
||||||
- field.field.node.collection.field_meta_tags
|
|
||||||
- field.field.node.collection.field_summary
|
|
||||||
- field.field.node.collection.field_tags
|
|
||||||
- field.field.node.collection.field_topics
|
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
|
@ -501,18 +458,7 @@ items:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
field_authors: true
|
|
||||||
field_body_paragraph: true
|
|
||||||
field_collection_items: true
|
|
||||||
field_collection_type: true
|
|
||||||
field_image: true
|
|
||||||
field_meta_tags: true
|
|
||||||
field_summary: true
|
|
||||||
field_tags: true
|
|
||||||
field_topics: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
_core:
|
|
||||||
default_config_hash: UOzCi2kjYaqcRKtMRkEhE6_Asdw7kUZCrcbT6o2frwU
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.paragraph.drutopia_collection.default
|
name: core.entity_view_display.paragraph.drutopia_collection.default
|
||||||
|
@ -538,8 +484,6 @@ items:
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
_core:
|
|
||||||
default_config_hash: 3EjlY1iURckfqQFhAWC_mtd1guLuILhh2IlwrzRhzYI
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.body
|
name: field.field.node.collection.body
|
||||||
|
@ -565,8 +509,6 @@ items:
|
||||||
settings:
|
settings:
|
||||||
display_summary: true
|
display_summary: true
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
_core:
|
|
||||||
default_config_hash: WqgDhaPELkw6JGhrh7TfT43wKws4fg45OgEkunye7ss
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_authors
|
name: field.field.node.collection.field_authors
|
||||||
|
@ -599,8 +541,6 @@ items:
|
||||||
auto_create: false
|
auto_create: false
|
||||||
auto_create_bundle: ''
|
auto_create_bundle: ''
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
_core:
|
|
||||||
default_config_hash: OrTTW4_ECRhwCEGANjteWeZi18YWtx-oqSJtjtsnQfM
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_body_paragraph
|
name: field.field.node.collection.field_body_paragraph
|
||||||
|
@ -660,8 +600,6 @@ items:
|
||||||
weight: 16
|
weight: 16
|
||||||
enabled: false
|
enabled: false
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
_core:
|
|
||||||
default_config_hash: gfZqYddYFY8po0Ek3xn59IJhLaQq9iVMUXKRzrhYMOU
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_collection_items
|
name: field.field.node.collection.field_collection_items
|
||||||
|
@ -690,8 +628,6 @@ items:
|
||||||
display_name: entity_reference
|
display_name: entity_reference
|
||||||
arguments: { }
|
arguments: { }
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
_core:
|
|
||||||
default_config_hash: 6X5yj9boH7NtcRbeF2H7cXLeNdjCfZY9ReiufRdXuXc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_collection_type
|
name: field.field.node.collection.field_collection_type
|
||||||
|
@ -724,8 +660,6 @@ items:
|
||||||
auto_create: false
|
auto_create: false
|
||||||
auto_create_bundle: ''
|
auto_create_bundle: ''
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
_core:
|
|
||||||
default_config_hash: kC3_rOUozrdfvnh-qzpCz7MoI8HoyP1J6OM8cOKdKec
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_image
|
name: field.field.node.collection.field_image
|
||||||
|
@ -767,8 +701,6 @@ items:
|
||||||
handler: 'default:file'
|
handler: 'default:file'
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
field_type: image
|
field_type: image
|
||||||
_core:
|
|
||||||
default_config_hash: zBDVKqvoMMh7BWNgskjQQbHyTDLFE8r96x1qWGUX7Zw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_meta_tags
|
name: field.field.node.collection.field_meta_tags
|
||||||
|
@ -793,8 +725,6 @@ items:
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: metatag
|
field_type: metatag
|
||||||
_core:
|
|
||||||
default_config_hash: s5m_9i4ysGOa4EWQLPM8uXAthSHK1wub2Fvl69J6H88
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_summary
|
name: field.field.node.collection.field_summary
|
||||||
|
@ -819,8 +749,6 @@ items:
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: text_long
|
field_type: text_long
|
||||||
_core:
|
|
||||||
default_config_hash: 4VgNv6j__Zkf6FRVk20T510x6SpcboFHU5NtFipdQyc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_tags
|
name: field.field.node.collection.field_tags
|
||||||
|
@ -853,8 +781,6 @@ items:
|
||||||
auto_create: true
|
auto_create: true
|
||||||
auto_create_bundle: ''
|
auto_create_bundle: ''
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
_core:
|
|
||||||
default_config_hash: rXf2ywn1NcjYQ8T6KyCPzRJ6Ajvk8fNa7BwM4uDdg1I
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.collection.field_topics
|
name: field.field.node.collection.field_topics
|
||||||
|
@ -887,8 +813,6 @@ items:
|
||||||
auto_create: false
|
auto_create: false
|
||||||
auto_create_bundle: ''
|
auto_create_bundle: ''
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
_core:
|
|
||||||
default_config_hash: Pg-JRInG6Nx2HfzJT2lKOaq4x1Y4ZFE5SZM9dFzeGlg
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.paragraph.drutopia_collection.field_items
|
name: field.field.paragraph.drutopia_collection.field_items
|
||||||
|
@ -925,8 +849,6 @@ items:
|
||||||
auto_create: false
|
auto_create: false
|
||||||
auto_create_bundle: article
|
auto_create_bundle: article
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
_core:
|
|
||||||
default_config_hash: 7DUUXZdsPh4mDm9mhYlDJz3claVAxXookJakBJhDocs
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.storage.node.field_collection_items
|
name: field.storage.node.field_collection_items
|
||||||
|
@ -949,8 +871,6 @@ items:
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
||||||
custom_storage: false
|
custom_storage: false
|
||||||
_core:
|
|
||||||
default_config_hash: psnh1gqgVQvkgOeMy2UPZCmTlRAkEBYuBOi6jZGOvUc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.storage.node.field_collection_type
|
name: field.storage.node.field_collection_type
|
||||||
|
@ -974,8 +894,6 @@ items:
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
||||||
custom_storage: false
|
custom_storage: false
|
||||||
_core:
|
|
||||||
default_config_hash: RLkCTg6QDZQdy0j5eduNhF5sSLCi-dqmfp8o_JZAkA0
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.storage.paragraph.field_items
|
name: field.storage.paragraph.field_items
|
||||||
|
@ -999,8 +917,6 @@ items:
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
||||||
custom_storage: false
|
custom_storage: false
|
||||||
_core:
|
|
||||||
default_config_hash: VnnPidg22ez5r9ylXvzs766yDC5mVWjS__wyXmq1yvU
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: node.type.collection
|
name: node.type.collection
|
||||||
|
@ -1022,8 +938,6 @@ items:
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
_core:
|
|
||||||
default_config_hash: stQdgWbQWDAjVwOeuvG1Ye8uI8OiGwWQ4sinbQPW2lI
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: paragraphs.paragraphs_type.drutopia_collection
|
name: paragraphs.paragraphs_type.drutopia_collection
|
||||||
|
@ -1036,8 +950,6 @@ items:
|
||||||
icon_uuid: null
|
icon_uuid: null
|
||||||
description: 'Allows grouping referenced content together. For instance, an Issue collection could use collection paragraphs to group articles into three themes within that issue.'
|
description: 'Allows grouping referenced content together. For instance, an Issue collection could use collection paragraphs to group articles into three themes within that issue.'
|
||||||
behavior_plugins: { }
|
behavior_plugins: { }
|
||||||
_core:
|
|
||||||
default_config_hash: xJxbh5L6gM8EZzAr1kp2OBNKKhv_5OE9anEo_btj2cA
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: pathauto.pattern.collection_type
|
name: pathauto.pattern.collection_type
|
||||||
|
@ -1064,35 +976,6 @@ items:
|
||||||
selection_logic: and
|
selection_logic: and
|
||||||
weight: -5
|
weight: -5
|
||||||
relationships: { }
|
relationships: { }
|
||||||
_core:
|
|
||||||
default_config_hash: 8ybgXD47lBYtq3zDwOhbr_pdGHwEQdDfLeUvvnBam5A
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: pathauto.pattern.node_collection
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- node
|
|
||||||
id: node_collection
|
|
||||||
label: 'Node collection'
|
|
||||||
type: 'canonical_entities:node'
|
|
||||||
pattern: 'collections/[node:title]'
|
|
||||||
selection_criteria:
|
|
||||||
7e8d81ea-6e4f-4fee-a1ad-6f1621656038:
|
|
||||||
id: 'entity_bundle:node'
|
|
||||||
bundles:
|
|
||||||
article: collection
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
node: node
|
|
||||||
uuid: 7e8d81ea-6e4f-4fee-a1ad-6f1621656038
|
|
||||||
selection_logic: and
|
|
||||||
weight: -5
|
|
||||||
relationships: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: ofYqGwKW2yCiN6Z7YvvlFH4XrjfWFRTzDLmpKsnyoF4
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: search_api.index.collection
|
name: search_api.index.collection
|
||||||
|
@ -1253,8 +1136,6 @@ items:
|
||||||
index_directly: true
|
index_directly: true
|
||||||
cron_limit: 50
|
cron_limit: 50
|
||||||
server: database
|
server: database
|
||||||
_core:
|
|
||||||
default_config_hash: _QVCLp7W8HxV52MEnKkYc2bX5i3NFf4ejVOfuTApG9g
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: taxonomy.vocabulary.collection_type
|
name: taxonomy.vocabulary.collection_type
|
||||||
|
@ -1266,8 +1147,6 @@ items:
|
||||||
vid: collection_type
|
vid: collection_type
|
||||||
description: 'For categorizing collections on aspects unique to collections.'
|
description: 'For categorizing collections on aspects unique to collections.'
|
||||||
weight: 0
|
weight: 0
|
||||||
_core:
|
|
||||||
default_config_hash: NRvgGmvJBASvwlaRtyOhK0ur-e-b02hS5hSe89iTTrc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: views.view.collection
|
name: views.view.collection
|
||||||
|
@ -1499,8 +1378,6 @@ items:
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags: { }
|
tags: { }
|
||||||
_core:
|
|
||||||
default_config_hash: f8uoIe_CmLkBA5LAlknvx3pT4QCs26VgjFam0s8Wz68
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: views.view.collection_select_content
|
name: views.view.collection_select_content
|
||||||
|
@ -1911,5 +1788,3 @@ items:
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.node.field_summary'
|
- 'config:field.storage.node.field_summary'
|
||||||
_core:
|
|
||||||
default_config_hash: v-S3QqIVn35UujN6yge8GibCgD3sPt76Ef-IyBL6zDU
|
|
||||||
|
|
|
@ -20,8 +20,6 @@ items:
|
||||||
label: 'Default comments'
|
label: 'Default comments'
|
||||||
target_entity_type_id: node
|
target_entity_type_id: node
|
||||||
description: 'Allows commenting on content'
|
description: 'Allows commenting on content'
|
||||||
_core:
|
|
||||||
default_config_hash: bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_form_display.comment.comment.default
|
name: core.entity_form_display.comment.comment.default
|
||||||
|
@ -59,8 +57,6 @@ items:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden: { }
|
hidden: { }
|
||||||
_core:
|
|
||||||
default_config_hash: i9gg03KbztdQ0LmR6WLr5smEj5TBKU12U2X8ZlSpKJA
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.comment.comment.default
|
name: core.entity_view_display.comment.comment.default
|
||||||
|
@ -88,10 +84,7 @@ items:
|
||||||
links:
|
links:
|
||||||
weight: 100
|
weight: 100
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden: { }
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: f0x0ePQCmvxjco4g7XRIUYd8t7rq3uUvhvzJqtnyStg
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.comment.comment.comment_body
|
name: field.field.comment.comment.comment_body
|
||||||
|
@ -116,8 +109,6 @@ items:
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: text_long
|
field_type: text_long
|
||||||
_core:
|
|
||||||
default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.storage.node.comment
|
name: field.storage.node.comment
|
||||||
|
@ -141,8 +132,6 @@ items:
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
||||||
custom_storage: false
|
custom_storage: false
|
||||||
_core:
|
|
||||||
default_config_hash: ktCna9xmWvYZIUfOCUyDQvedn5RtnS4CRmEIwNmvYjc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: rdf.mapping.comment.comment
|
name: rdf.mapping.comment.comment
|
||||||
|
@ -180,5 +169,3 @@ items:
|
||||||
properties:
|
properties:
|
||||||
- 'schema:author'
|
- 'schema:author'
|
||||||
mapping_type: rel
|
mapping_type: rel
|
||||||
_core:
|
|
||||||
default_config_hash: uETe6XupRGKDForx2MpY0pMOEu6CzGgdCAZZOKkbgmk
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -34,8 +34,6 @@ items:
|
||||||
on_label: 'On'
|
on_label: 'On'
|
||||||
off_label: 'Off'
|
off_label: 'Off'
|
||||||
field_type: boolean
|
field_type: boolean
|
||||||
_core:
|
|
||||||
default_config_hash: KZ4pDrGhkRiIo7Ee-E4HGZp7YPXKS_FLR0nLeUQ3P2U
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_form_display.node.landing_page.default
|
name: core.entity_form_display.node.landing_page.default
|
||||||
|
@ -108,19 +106,11 @@ items:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
match_limit: 10
|
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
url_redirects:
|
|
||||||
weight: 50
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
region: content
|
|
||||||
hidden:
|
hidden:
|
||||||
promote: true
|
promote: true
|
||||||
sticky: true
|
sticky: true
|
||||||
_core:
|
|
||||||
default_config_hash: CVRMZfgFZQ-7Fglznug8VWRO5ACmCl4KpQqjG2GNk0o
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.landing_page.default
|
name: core.entity_view_display.node.landing_page.default
|
||||||
|
@ -143,9 +133,6 @@ items:
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: vMs2OGAJMnWt1vLVre5A7Ch4SlU4gL-OTPzWjBXCAZ8
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.landing_page.full
|
name: core.entity_view_display.node.landing_page.full
|
||||||
|
@ -188,7 +175,7 @@ items:
|
||||||
content:
|
content:
|
||||||
field_body_paragraph:
|
field_body_paragraph:
|
||||||
weight: 0
|
weight: 0
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: ''
|
link: ''
|
||||||
|
@ -198,9 +185,6 @@ items:
|
||||||
hidden:
|
hidden:
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: 496HTAIE5jzDV02vjWsHBSVRzHTzT6RuZ0ZxpFD8QOY
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.landing_page.teaser
|
name: core.entity_view_display.node.landing_page.teaser
|
||||||
|
@ -224,9 +208,6 @@ items:
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: jCHE-D3rybQAAcV2w67fm98NDaZvTk1BBTGWRQvt__I
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.landing_page.field_body_paragraph
|
name: field.field.node.landing_page.field_body_paragraph
|
||||||
|
@ -278,8 +259,6 @@ items:
|
||||||
enabled: true
|
enabled: true
|
||||||
weight: 8
|
weight: 8
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
_core:
|
|
||||||
default_config_hash: SY6szifQZxW4ucxM-P_RlOcopaMTOymNXiEZPLSvDec
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.landing_page.field_meta_tags
|
name: field.field.node.landing_page.field_meta_tags
|
||||||
|
@ -306,8 +285,6 @@ items:
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: metatag
|
field_type: metatag
|
||||||
_core:
|
|
||||||
default_config_hash: 0TxksFlbv1taSWO5o9DKYQD7j4RPtqVhI7iV_bEGjTQ
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: node.type.landing_page
|
name: node.type.landing_page
|
||||||
|
@ -322,15 +299,13 @@ items:
|
||||||
available_menus:
|
available_menus:
|
||||||
- main
|
- main
|
||||||
parent: 'main:'
|
parent: 'main:'
|
||||||
name: 'Landing page (DEPRECATED)'
|
name: 'Landing page'
|
||||||
type: landing_page
|
type: landing_page
|
||||||
description: 'Use Page instead. (Landing pages can be used for custom pages such as the home page.)'
|
description: 'Landing pages can be used for custom pages such as the home page.'
|
||||||
help: ''
|
help: ''
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
_core:
|
|
||||||
default_config_hash: Ghp4m6xuyfm3HxwelseF-cvCwlzIk6DMQLQqkDy_Jsk
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: pathauto.pattern.node_landing_page
|
name: pathauto.pattern.node_landing_page
|
||||||
|
@ -346,7 +321,7 @@ items:
|
||||||
pattern: '[node:title]'
|
pattern: '[node:title]'
|
||||||
selection_criteria:
|
selection_criteria:
|
||||||
e3e7a232-e1e0-455e-8b69-c99b582dc4f0:
|
e3e7a232-e1e0-455e-8b69-c99b582dc4f0:
|
||||||
id: 'entity_bundle:node'
|
id: node_type
|
||||||
bundles:
|
bundles:
|
||||||
landing_page: landing_page
|
landing_page: landing_page
|
||||||
negate: false
|
negate: false
|
||||||
|
@ -356,5 +331,3 @@ items:
|
||||||
selection_logic: and
|
selection_logic: and
|
||||||
weight: -5
|
weight: -5
|
||||||
relationships: { }
|
relationships: { }
|
||||||
_core:
|
|
||||||
default_config_hash: vBkdZgjK3wVtoRA2ztmoGyr7IyCGmjkC1xiODFYqp_A
|
|
||||||
|
|
|
@ -34,8 +34,6 @@ items:
|
||||||
on_label: 'On'
|
on_label: 'On'
|
||||||
off_label: 'Off'
|
off_label: 'Off'
|
||||||
field_type: boolean
|
field_type: boolean
|
||||||
_core:
|
|
||||||
default_config_hash: fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_form_display.node.page.default
|
name: core.entity_form_display.node.page.default
|
||||||
|
@ -119,20 +117,12 @@ items:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
match_limit: 10
|
|
||||||
third_party_settings: { }
|
|
||||||
region: content
|
|
||||||
url_redirects:
|
|
||||||
weight: 50
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
promote: true
|
promote: true
|
||||||
sticky: true
|
sticky: true
|
||||||
_core:
|
|
||||||
default_config_hash: wAhpJRljOWQclUjA76cSgdVfWaKkYjrwCnvblTo9dJU
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.page.default
|
name: core.entity_view_display.node.page.default
|
||||||
|
@ -177,9 +167,6 @@ items:
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: IJqwajtBIucTAaMgGd7kE-hw_HVZOxJuku1ohZjxVUU
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.page.full
|
name: core.entity_view_display.node.page.full
|
||||||
|
@ -242,9 +229,6 @@ items:
|
||||||
body: true
|
body: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: GWD2zN3yeaHHDWEwl0eHfRw1NBwOIZZBWlgaPWHfDk8
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.node.page.teaser
|
name: core.entity_view_display.node.page.teaser
|
||||||
|
@ -310,9 +294,6 @@ items:
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: 0t_mvsiSfXpVDeIsN_YEaJrW-nvZpZgnWZZXQ3HCttI
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.page.body
|
name: field.field.node.page.body
|
||||||
|
@ -337,10 +318,7 @@ items:
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
display_summary: true
|
display_summary: true
|
||||||
required_summary: false
|
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
_core:
|
|
||||||
default_config_hash: KgVkxLl_K3E3lvN6CEoWQIDT0V8J4Mv-fVYrAIc7-FE
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.page.field_body_paragraph
|
name: field.field.node.page.field_body_paragraph
|
||||||
|
@ -364,7 +342,7 @@ items:
|
||||||
field_name: field_body_paragraph
|
field_name: field_body_paragraph
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: page
|
bundle: page
|
||||||
label: Description
|
label: 'Body paragraph'
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: true
|
translatable: true
|
||||||
|
@ -405,8 +383,6 @@ items:
|
||||||
enabled: true
|
enabled: true
|
||||||
weight: -9
|
weight: -9
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
_core:
|
|
||||||
default_config_hash: IZb3avpMcvY5tiws_RxDuZ-maGL9HNzmMeeCsP6u74k
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.page.field_meta_tags
|
name: field.field.node.page.field_meta_tags
|
||||||
|
@ -433,8 +409,6 @@ items:
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: metatag
|
field_type: metatag
|
||||||
_core:
|
|
||||||
default_config_hash: n2TFzOb_KtFLLjQrHXe-YhLMnwPwXTqsBVkr0aTK_EA
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.node.page.field_summary
|
name: field.field.node.page.field_summary
|
||||||
|
@ -452,15 +426,13 @@ items:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: page
|
bundle: page
|
||||||
label: Summary
|
label: Summary
|
||||||
description: 'Enter a short description of what this page is about. The summary is visible in search results.'
|
description: 'Enter a short description of what this page is about. The summary is visible in certain displays.'
|
||||||
required: true
|
required: true
|
||||||
translatable: true
|
translatable: true
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: text_long
|
field_type: text_long
|
||||||
_core:
|
|
||||||
default_config_hash: 3fRsavd-D5Yd1aEOmpsLBDtqsve6MU4iQ71v5i26aPk
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: node.type.page
|
name: node.type.page
|
||||||
|
@ -476,15 +448,13 @@ items:
|
||||||
- footer
|
- footer
|
||||||
- main
|
- main
|
||||||
parent: 'main:'
|
parent: 'main:'
|
||||||
name: Page
|
name: 'Basic page'
|
||||||
type: page
|
type: page
|
||||||
description: "Use <em>pages</em> for your static content, such as an 'About us' page."
|
description: 'Use <em>basic pages</em> for your static content, such as an ''About us'' page.'
|
||||||
help: ''
|
help: ''
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
_core:
|
|
||||||
default_config_hash: W-6WEzqubJ1pK5rQ6ffOA2sSmmaICuTkPHn4sMyTYdY
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: pathauto.pattern.node_page
|
name: pathauto.pattern.node_page
|
||||||
|
@ -500,7 +470,7 @@ items:
|
||||||
pattern: '[node:title]'
|
pattern: '[node:title]'
|
||||||
selection_criteria:
|
selection_criteria:
|
||||||
2e17ea21-8c33-444d-981e-2a2df6651647:
|
2e17ea21-8c33-444d-981e-2a2df6651647:
|
||||||
id: 'entity_bundle:node'
|
id: node_type
|
||||||
bundles:
|
bundles:
|
||||||
page: page
|
page: page
|
||||||
negate: false
|
negate: false
|
||||||
|
@ -510,8 +480,6 @@ items:
|
||||||
selection_logic: and
|
selection_logic: and
|
||||||
weight: -5
|
weight: -5
|
||||||
relationships: { }
|
relationships: { }
|
||||||
_core:
|
|
||||||
default_config_hash: Yj5YMfGaGLJFZKIyrOXa62nFXYbfI_5MplyMv78eh38
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: rdf.mapping.node.page
|
name: rdf.mapping.node.page
|
||||||
|
@ -556,5 +524,3 @@ items:
|
||||||
callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
|
callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
|
||||||
arguments:
|
arguments:
|
||||||
interaction_type: UserComments
|
interaction_type: UserComments
|
||||||
_core:
|
|
||||||
default_config_hash: 32LxRnl4Wesvzqyfp7HnD0-U9-wxrLBn76pqY5XGNAE
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -52,8 +52,6 @@ items:
|
||||||
negate: true
|
negate: true
|
||||||
context_mapping:
|
context_mapping:
|
||||||
node: '@node.node_route_context:node'
|
node: '@node.node_route_context:node'
|
||||||
_core:
|
|
||||||
default_config_hash: MRx48Mtce75hvDAK9VAUIcM1HZnpBlYuDp-SsC5kf2w
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: views.view.related_content
|
name: views.view.related_content
|
||||||
|
@ -74,6 +72,7 @@ items:
|
||||||
tag: ''
|
tag: ''
|
||||||
base_table: node_field_data
|
base_table: node_field_data
|
||||||
base_field: nid
|
base_field: nid
|
||||||
|
core: 8.x
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
|
@ -194,8 +193,6 @@ items:
|
||||||
multiple: false
|
multiple: false
|
||||||
remember_roles:
|
remember_roles:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
is_grouped: false
|
is_grouped: false
|
||||||
group_info:
|
group_info:
|
||||||
label: ''
|
label: ''
|
||||||
|
@ -304,5 +301,3 @@ items:
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags: { }
|
tags: { }
|
||||||
_core:
|
|
||||||
default_config_hash: oAtaO3ho1pXlY8O_tnrNCQMfHekkzCNSasXW_RYExLQ
|
|
||||||
|
|
|
@ -29,8 +29,6 @@ items:
|
||||||
context_mapping: { }
|
context_mapping: { }
|
||||||
uuid: f502a545-a711-401c-8e94-6e727993abb4
|
uuid: f502a545-a711-401c-8e94-6e727993abb4
|
||||||
allow_other_conditions: false
|
allow_other_conditions: false
|
||||||
_core:
|
|
||||||
default_config_hash: ddeT3L9Xq8y_TDPJxLXDM1i3UEFHxVGo9zXUxIDsvCE
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: facets.facet.search_content_type
|
name: facets.facet.search_content_type
|
||||||
|
@ -87,8 +85,6 @@ items:
|
||||||
empty_behavior:
|
empty_behavior:
|
||||||
behavior: none
|
behavior: none
|
||||||
show_title: false
|
show_title: false
|
||||||
_core:
|
|
||||||
default_config_hash: k1PFdr_CIrIeS0KGckN85rrs-Pyl4WR64yyTgJ3VNj0
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: facets.facet.search_date
|
name: facets.facet.search_date
|
||||||
|
@ -148,8 +144,6 @@ items:
|
||||||
empty_behavior:
|
empty_behavior:
|
||||||
behavior: none
|
behavior: none
|
||||||
show_title: false
|
show_title: false
|
||||||
_core:
|
|
||||||
default_config_hash: syu_tLhMKbEI3qeAzecwvNMGieJLpJSIm7B_x7Kvtd0
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: facets.facet.search_topics
|
name: facets.facet.search_topics
|
||||||
|
@ -206,8 +200,6 @@ items:
|
||||||
empty_behavior:
|
empty_behavior:
|
||||||
behavior: none
|
behavior: none
|
||||||
show_title: false
|
show_title: false
|
||||||
_core:
|
|
||||||
default_config_hash: dOZjHLs_u2M53WmjpSKWztyhsfl3i8mRHHxB430TWrE
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: facets.facet_source.search_api__views_page__search__page_1
|
name: facets.facet_source.search_api__views_page__search__page_1
|
||||||
|
@ -220,8 +212,6 @@ items:
|
||||||
filter_key: null
|
filter_key: null
|
||||||
url_processor: query_string
|
url_processor: query_string
|
||||||
breadcrumb: { }
|
breadcrumb: { }
|
||||||
_core:
|
|
||||||
default_config_hash: NWruDTMV7miFQxlcWeWCv9-OEnAQuThLC9lbAG8xPK4
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: search_api.index.content
|
name: search_api.index.content
|
||||||
|
@ -341,7 +331,7 @@ items:
|
||||||
datasource_id: 'entity:node'
|
datasource_id: 'entity:node'
|
||||||
property_path: title
|
property_path: title
|
||||||
type: text
|
type: text
|
||||||
boost: 8.0
|
boost: !!float 8
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
|
@ -488,8 +478,6 @@ items:
|
||||||
index_directly: true
|
index_directly: true
|
||||||
cron_limit: 50
|
cron_limit: 50
|
||||||
server: database
|
server: database
|
||||||
_core:
|
|
||||||
default_config_hash: q4urWOU1mmYKKSBzYuwpRBTSIJnFwzapGP4bnCajbFs
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: views.view.search
|
name: views.view.search
|
||||||
|
@ -509,6 +497,7 @@ items:
|
||||||
tag: ''
|
tag: ''
|
||||||
base_table: search_api_index_content
|
base_table: search_api_index_content
|
||||||
base_field: search_api_id
|
base_field: search_api_id
|
||||||
|
core: 8.x
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
|
@ -670,8 +659,6 @@ items:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
anonymous: '0'
|
anonymous: '0'
|
||||||
administrator: '0'
|
administrator: '0'
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
is_grouped: false
|
is_grouped: false
|
||||||
group_info:
|
group_info:
|
||||||
label: ''
|
label: ''
|
||||||
|
@ -742,5 +729,3 @@ items:
|
||||||
- url
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
tags: { }
|
tags: { }
|
||||||
_core:
|
|
||||||
default_config_hash: GJZuVolkBuJ-bZTQ2IJQ-K6zss_KefjDBUJYOM0idYs
|
|
||||||
|
|
|
@ -31,5 +31,3 @@ items:
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: true
|
persist_with_no_fields: true
|
||||||
custom_storage: false
|
custom_storage: false
|
||||||
_core:
|
|
||||||
default_config_hash: _6IJ94Rz4TMt7cLH-8HeTgFxkumIB4cO-46roFGqRvw
|
|
||||||
|
|
|
@ -20,8 +20,6 @@ items:
|
||||||
label: 'Basic block'
|
label: 'Basic block'
|
||||||
revision: 0
|
revision: 0
|
||||||
description: 'A basic block contains a title and a body.'
|
description: 'A basic block contains a title and a body.'
|
||||||
_core:
|
|
||||||
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: block_content.type.slide
|
name: block_content.type.slide
|
||||||
|
@ -33,8 +31,6 @@ items:
|
||||||
label: Slide
|
label: Slide
|
||||||
revision: 1
|
revision: 1
|
||||||
description: ''
|
description: ''
|
||||||
_core:
|
|
||||||
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: contact.form.feedback
|
name: contact.form.feedback
|
||||||
|
@ -50,8 +46,6 @@ items:
|
||||||
weight: 0
|
weight: 0
|
||||||
message: 'Your message has been sent.'
|
message: 'Your message has been sent.'
|
||||||
redirect: ''
|
redirect: ''
|
||||||
_core:
|
|
||||||
default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_form_display.block_content.basic.default
|
name: core.entity_form_display.block_content.basic.default
|
||||||
|
@ -87,8 +81,6 @@ items:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden: { }
|
hidden: { }
|
||||||
_core:
|
|
||||||
default_config_hash: 6qtUzM5E9WGaNTRlMmYhrScXEP509jFMzRWm3gqFXvQ
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_form_display.block_content.slide.default
|
name: core.entity_form_display.block_content.slide.default
|
||||||
|
@ -127,8 +119,6 @@ items:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden: { }
|
hidden: { }
|
||||||
_core:
|
|
||||||
default_config_hash: 7cKjgY8GVkmEzOYGZdSAsWt1T5V3L5rEKw19Llx246c
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.block_content.basic.default
|
name: core.entity_view_display.block_content.basic.default
|
||||||
|
@ -153,10 +143,7 @@ items:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden: { }
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: CmZdrveBfdzcVjaY5Iy891AdoO9AoBMJ4pdhu0WwXkI
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.block_content.slide.columnar
|
name: core.entity_view_display.block_content.slide.columnar
|
||||||
|
@ -179,7 +166,7 @@ items:
|
||||||
field_slide:
|
field_slide:
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
weight: 0
|
weight: 0
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
view_mode: columnar
|
view_mode: columnar
|
||||||
link: ''
|
link: ''
|
||||||
|
@ -187,10 +174,7 @@ items:
|
||||||
ds:
|
ds:
|
||||||
ds_limit: ''
|
ds_limit: ''
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden: { }
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: Qy6nDH_-O3SoksTn8t8slyCbTE2fP_sYtISt1_hZKZc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.entity_view_display.block_content.slide.default
|
name: core.entity_view_display.block_content.slide.default
|
||||||
|
@ -211,16 +195,13 @@ items:
|
||||||
field_slide:
|
field_slide:
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
weight: 0
|
weight: 0
|
||||||
label: hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden: { }
|
||||||
search_api_excerpt: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: Ifn3KdN-1MT1MGhO0hGpyV6avfoMPpy6q2yuD5tsEgg
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: editor.editor.basic_html
|
name: editor.editor.basic_html
|
||||||
|
@ -231,55 +212,44 @@ items:
|
||||||
config:
|
config:
|
||||||
- filter.format.basic_html
|
- filter.format.basic_html
|
||||||
module:
|
module:
|
||||||
- ckeditor5
|
- ckeditor
|
||||||
format: basic_html
|
format: basic_html
|
||||||
editor: ckeditor5
|
editor: ckeditor
|
||||||
settings:
|
settings:
|
||||||
toolbar:
|
toolbar:
|
||||||
items:
|
rows:
|
||||||
- bold
|
-
|
||||||
- italic
|
-
|
||||||
- '|'
|
name: Formatting
|
||||||
- link
|
items:
|
||||||
- '|'
|
- Bold
|
||||||
- bulletedList
|
- Italic
|
||||||
- numberedList
|
-
|
||||||
- '|'
|
name: Linking
|
||||||
- blockQuote
|
items:
|
||||||
- drupalInsertImage
|
- DrupalLink
|
||||||
- '|'
|
- DrupalUnlink
|
||||||
- heading
|
-
|
||||||
- code
|
name: Lists
|
||||||
- '|'
|
items:
|
||||||
- sourceEditing
|
- BulletedList
|
||||||
|
- NumberedList
|
||||||
|
-
|
||||||
|
name: Media
|
||||||
|
items:
|
||||||
|
- Blockquote
|
||||||
|
- DrupalImage
|
||||||
|
-
|
||||||
|
name: 'Block Formatting'
|
||||||
|
items:
|
||||||
|
- Format
|
||||||
|
-
|
||||||
|
name: Tools
|
||||||
|
items:
|
||||||
|
- Source
|
||||||
plugins:
|
plugins:
|
||||||
ckeditor5_heading:
|
stylescombo:
|
||||||
enabled_headings:
|
styles: ''
|
||||||
- heading2
|
|
||||||
- heading3
|
|
||||||
- heading4
|
|
||||||
- heading5
|
|
||||||
- heading6
|
|
||||||
ckeditor5_imageResize:
|
|
||||||
allow_resize: true
|
|
||||||
ckeditor5_list:
|
|
||||||
reversed: false
|
|
||||||
startIndex: true
|
|
||||||
ckeditor5_sourceEditing:
|
|
||||||
allowed_tags:
|
|
||||||
- '<cite>'
|
|
||||||
- '<dl>'
|
|
||||||
- '<dt>'
|
|
||||||
- '<dd>'
|
|
||||||
- '<a hreflang>'
|
|
||||||
- '<blockquote cite>'
|
|
||||||
- '<ul type>'
|
|
||||||
- '<ol start type>'
|
|
||||||
- '<h2 id>'
|
|
||||||
- '<h3 id>'
|
|
||||||
- '<h4 id>'
|
|
||||||
- '<h5 id>'
|
|
||||||
- '<h6 id>'
|
|
||||||
image_upload:
|
image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
|
@ -288,8 +258,6 @@ items:
|
||||||
max_dimensions:
|
max_dimensions:
|
||||||
width: 0
|
width: 0
|
||||||
height: 0
|
height: 0
|
||||||
_core:
|
|
||||||
default_config_hash: lZlUTSJqWaN3iU0I0fhvQVgqf4ps9fxPPC-g_9aWIRc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: editor.editor.full_html
|
name: editor.editor.full_html
|
||||||
|
@ -300,52 +268,52 @@ items:
|
||||||
config:
|
config:
|
||||||
- filter.format.full_html
|
- filter.format.full_html
|
||||||
module:
|
module:
|
||||||
- ckeditor5
|
- ckeditor
|
||||||
format: full_html
|
format: full_html
|
||||||
editor: ckeditor5
|
editor: ckeditor
|
||||||
settings:
|
settings:
|
||||||
toolbar:
|
toolbar:
|
||||||
items:
|
rows:
|
||||||
- bold
|
-
|
||||||
- italic
|
-
|
||||||
- underline
|
name: Formatting
|
||||||
- strikethrough
|
items:
|
||||||
- code
|
- Bold
|
||||||
- superscript
|
- Italic
|
||||||
- subscript
|
- Strike
|
||||||
- removeFormat
|
- Superscript
|
||||||
- '|'
|
- Subscript
|
||||||
- link
|
- '-'
|
||||||
- '|'
|
- RemoveFormat
|
||||||
- bulletedList
|
-
|
||||||
- numberedList
|
name: Linking
|
||||||
- '|'
|
items:
|
||||||
- blockQuote
|
- DrupalLink
|
||||||
- drupalInsertImage
|
- DrupalUnlink
|
||||||
- insertTable
|
-
|
||||||
- specialCharacters
|
name: Lists
|
||||||
- horizontalLine
|
items:
|
||||||
- '|'
|
- BulletedList
|
||||||
- heading
|
- NumberedList
|
||||||
- '|'
|
-
|
||||||
- undo
|
name: Media
|
||||||
- redo
|
items:
|
||||||
- sourceEditing
|
- Blockquote
|
||||||
|
- DrupalImage
|
||||||
|
- Table
|
||||||
|
- HorizontalRule
|
||||||
|
-
|
||||||
|
name: 'Block Formatting'
|
||||||
|
items:
|
||||||
|
- Format
|
||||||
|
-
|
||||||
|
name: Tools
|
||||||
|
items:
|
||||||
|
- ShowBlocks
|
||||||
|
- Source
|
||||||
plugins:
|
plugins:
|
||||||
ckeditor5_heading:
|
stylescombo:
|
||||||
enabled_headings:
|
styles: ''
|
||||||
- heading2
|
|
||||||
- heading3
|
|
||||||
- heading4
|
|
||||||
- heading5
|
|
||||||
- heading6
|
|
||||||
ckeditor5_imageResize:
|
|
||||||
allow_resize: true
|
|
||||||
ckeditor5_list:
|
|
||||||
reversed: true
|
|
||||||
startIndex: true
|
|
||||||
ckeditor5_sourceEditing:
|
|
||||||
allowed_tags: { }
|
|
||||||
image_upload:
|
image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
|
@ -354,8 +322,6 @@ items:
|
||||||
max_dimensions:
|
max_dimensions:
|
||||||
width: 0
|
width: 0
|
||||||
height: 0
|
height: 0
|
||||||
_core:
|
|
||||||
default_config_hash: xaB_r7M0ei85xf3DREBJ7vg7cWRdpnGUqxRNGcjsO3w
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.block_content.basic.body
|
name: field.field.block_content.basic.body
|
||||||
|
@ -380,11 +346,7 @@ items:
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
display_summary: false
|
display_summary: false
|
||||||
required_summary: false
|
|
||||||
allowed_formats: { }
|
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
_core:
|
|
||||||
default_config_hash: j00Gfs9AFqwK4x9RIsISLbPO7vA12psPR4s60wOIwQo
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: field.field.block_content.slide.field_slide
|
name: field.field.block_content.slide.field_slide
|
||||||
|
@ -430,8 +392,6 @@ items:
|
||||||
weight: 10
|
weight: 10
|
||||||
enabled: false
|
enabled: false
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
_core:
|
|
||||||
default_config_hash: DTGKvSTSWQLuPM_GVGwvK_Uqu5RQfCkI6pyro9U2PVw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: filter.format.basic_html
|
name: filter.format.basic_html
|
||||||
|
@ -478,8 +438,6 @@ items:
|
||||||
status: true
|
status: true
|
||||||
weight: 11
|
weight: 11
|
||||||
settings: { }
|
settings: { }
|
||||||
_core:
|
|
||||||
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: filter.format.full_html
|
name: filter.format.full_html
|
||||||
|
@ -517,17 +475,6 @@ items:
|
||||||
status: true
|
status: true
|
||||||
weight: 11
|
weight: 11
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_html:
|
|
||||||
id: filter_html
|
|
||||||
provider: filter
|
|
||||||
status: false
|
|
||||||
weight: -10
|
|
||||||
settings:
|
|
||||||
allowed_html: ''
|
|
||||||
filter_html_help: true
|
|
||||||
filter_html_nofollow: false
|
|
||||||
_core:
|
|
||||||
default_config_hash: KMhXYrB50PHlC9zRDcIi-BZAV9qSWhsxVvhznwJBvUM
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: filter.format.restricted_html
|
name: filter.format.restricted_html
|
||||||
|
@ -561,5 +508,3 @@ items:
|
||||||
weight: 0
|
weight: 0
|
||||||
settings:
|
settings:
|
||||||
filter_url_length: 72
|
filter_url_length: 72
|
||||||
_core:
|
|
||||||
default_config_hash: svzvsrZlfyHwBHGze539jJhmQPyb-CLVSc_jNHreKLw
|
|
||||||
|
|
|
@ -15,18 +15,9 @@ items:
|
||||||
data:
|
data:
|
||||||
disabled: false
|
disabled: false
|
||||||
field_template: false
|
field_template: false
|
||||||
ft_default: default
|
ft-default: default
|
||||||
ft_show_colon: false
|
ft-show-colon: false
|
||||||
ft_layout_builder: false
|
|
||||||
ft_expert_prefix_suffix_textarea: false
|
|
||||||
ft_bc: false
|
|
||||||
ft_default_bc: false
|
|
||||||
classes:
|
classes:
|
||||||
region: { }
|
region: { }
|
||||||
field: { }
|
field: { }
|
||||||
use_field_names: true
|
use_field_names: true
|
||||||
exclude_layout_builder_blocks_on_block_field: false
|
|
||||||
layout_icon_image_bc: false
|
|
||||||
layout_suggestion_bc: false
|
|
||||||
_core:
|
|
||||||
default_config_hash: YPUqVPBFEsvwMa23vT1yY60XrIdvCZdkOZICIV0BtbU
|
|
||||||
|
|
|
@ -14,5 +14,3 @@ items:
|
||||||
name: empty_page.settings
|
name: empty_page.settings
|
||||||
data:
|
data:
|
||||||
new_id: 1
|
new_id: 1
|
||||||
_core:
|
|
||||||
default_config_hash: 1qKVk03zhLAZj-W36dakmXWDO3mx28TRgx9iDzHpqMs
|
|
||||||
|
|
|
@ -15,10 +15,7 @@ items:
|
||||||
data:
|
data:
|
||||||
nid_list: { }
|
nid_list: { }
|
||||||
translation_sync: true
|
translation_sync: true
|
||||||
search: false
|
search: 0
|
||||||
type: remove
|
|
||||||
_core:
|
|
||||||
default_config_hash: 0yJNd4uWv8TzhYEPQBDiApPL2e8ar88kBmQrzDjNCqc
|
|
||||||
content_types:
|
content_types:
|
||||||
landing_page: user
|
landing_page: user
|
||||||
content_type_modes:
|
content_type_modes:
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: a0c90e3e-c767-43bf-b5f8-3e2b1c7e258a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- fakeobjects
|
||||||
|
id: config_sync.module.fakeobjects
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: fakeobjects
|
||||||
|
items: { }
|
|
@ -14,5 +14,3 @@ items:
|
||||||
name: field.settings
|
name: field.settings
|
||||||
data:
|
data:
|
||||||
purge_batch_size: 50
|
purge_batch_size: 50
|
||||||
_core:
|
|
||||||
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
|
|
||||||
|
|
|
@ -14,5 +14,3 @@ items:
|
||||||
name: field_ui.settings
|
name: field_ui.settings
|
||||||
data:
|
data:
|
||||||
field_prefix: field_
|
field_prefix: field_
|
||||||
_core:
|
|
||||||
default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -20,12 +20,6 @@ items:
|
||||||
format: plain_text
|
format: plain_text
|
||||||
weight: 10
|
weight: 10
|
||||||
filters:
|
filters:
|
||||||
filter_autop:
|
|
||||||
id: filter_autop
|
|
||||||
provider: filter
|
|
||||||
status: true
|
|
||||||
weight: 0
|
|
||||||
settings: { }
|
|
||||||
filter_html_escape:
|
filter_html_escape:
|
||||||
id: filter_html_escape
|
id: filter_html_escape
|
||||||
provider: filter
|
provider: filter
|
||||||
|
@ -39,13 +33,15 @@ items:
|
||||||
weight: 0
|
weight: 0
|
||||||
settings:
|
settings:
|
||||||
filter_url_length: 72
|
filter_url_length: 72
|
||||||
_core:
|
filter_autop:
|
||||||
default_config_hash: JLMwODO0epnA_H-jFlH9ezVfa5YBJniRv3MmLqYNl_Q
|
id: filter_autop
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: 0
|
||||||
|
settings: { }
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: filter.settings
|
name: filter.settings
|
||||||
data:
|
data:
|
||||||
fallback_format: plain_text
|
fallback_format: plain_text
|
||||||
always_show_fallback_choice: false
|
always_show_fallback_choice: false
|
||||||
_core:
|
|
||||||
default_config_hash: FiPjM3WdB__ruFA7B6TLwni_UcZbmek5G4b2dxQItxA
|
|
||||||
|
|
|
@ -24,13 +24,9 @@ items:
|
||||||
soft_limit_height: null
|
soft_limit_height: null
|
||||||
hard_limit_width: null
|
hard_limit_width: null
|
||||||
hard_limit_height: null
|
hard_limit_height: null
|
||||||
_core:
|
|
||||||
default_config_hash: flCi9IdafdLXlJqvoHguutUOiC05-aynK4niYN4YZ3o
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: focal_point.settings
|
name: focal_point.settings
|
||||||
data:
|
data:
|
||||||
crop_type: focal_point
|
crop_type: focal_point
|
||||||
default_value: '50,50'
|
default_value: '50,50'
|
||||||
_core:
|
|
||||||
default_config_hash: 8JOAPEbjHMB4rDFCsu3EXEx6L2UDQ5SSDyN0d7S0Ic0
|
|
||||||
|
|
|
@ -8,57 +8,4 @@ id: config_sync.module.footnotes
|
||||||
snapshotSet: config_sync
|
snapshotSet: config_sync
|
||||||
extensionType: module
|
extensionType: module
|
||||||
extensionName: footnotes
|
extensionName: footnotes
|
||||||
items:
|
items: { }
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: editor.editor.footnote
|
|
||||||
data:
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- filter.format.footnote
|
|
||||||
module:
|
|
||||||
- ckeditor5
|
|
||||||
format: footnote
|
|
||||||
editor: ckeditor5
|
|
||||||
settings:
|
|
||||||
toolbar:
|
|
||||||
items:
|
|
||||||
- bold
|
|
||||||
- italic
|
|
||||||
- link
|
|
||||||
image_upload: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: SyHxfjreOgdyYXaIXOlKvLazJjPl6X-6ywdJeSruOzg
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: filter.format.footnote
|
|
||||||
data:
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- footnotes
|
|
||||||
name: Footnote
|
|
||||||
format: footnote
|
|
||||||
filters:
|
|
||||||
filter_html:
|
|
||||||
id: filter_html
|
|
||||||
provider: filter
|
|
||||||
status: true
|
|
||||||
weight: -10
|
|
||||||
settings:
|
|
||||||
allowed_html: '<br> <p> <strong> <em> <a href>'
|
|
||||||
filter_html_help: true
|
|
||||||
filter_html_nofollow: false
|
|
||||||
filter_footnotes:
|
|
||||||
id: filter_footnotes
|
|
||||||
provider: footnotes
|
|
||||||
status: false
|
|
||||||
weight: 0
|
|
||||||
settings:
|
|
||||||
footnotes_collapse: false
|
|
||||||
footnotes_css: true
|
|
||||||
footnotes_dialog: false
|
|
||||||
footnotes_footer_disable: false
|
|
||||||
_core:
|
|
||||||
default_config_hash: SYAah-i4HbJnc3ZnKC9NmY4M0UAFYpfobYzxg0eMunM
|
|
||||||
|
|
|
@ -25,5 +25,3 @@ items:
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- geo_upgrade
|
- geo_upgrade
|
||||||
_core:
|
|
||||||
default_config_hash: qrV84-4qLrEFSQJkWXn80yslYe3h2wodjTiKPxACrI8
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ items:
|
||||||
name: google_analytics.settings
|
name: google_analytics.settings
|
||||||
data:
|
data:
|
||||||
account: ''
|
account: ''
|
||||||
|
premium: false
|
||||||
domain_mode: 0
|
domain_mode: 0
|
||||||
cross_domains: ''
|
cross_domains: ''
|
||||||
visibility:
|
visibility:
|
||||||
|
@ -27,11 +28,10 @@ items:
|
||||||
/user/*/*
|
/user/*/*
|
||||||
user_role_mode: 0
|
user_role_mode: 0
|
||||||
user_role_roles: { }
|
user_role_roles: { }
|
||||||
user_account_mode: 1
|
user_account_mode: 0
|
||||||
track:
|
track:
|
||||||
outbound: true
|
outbound: true
|
||||||
mailto: true
|
mailto: true
|
||||||
tel: true
|
|
||||||
files: true
|
files: true
|
||||||
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
|
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
|
||||||
colorbox: true
|
colorbox: true
|
||||||
|
@ -45,7 +45,8 @@ items:
|
||||||
privacy:
|
privacy:
|
||||||
anonymizeip: true
|
anonymizeip: true
|
||||||
custom:
|
custom:
|
||||||
parameters: { }
|
dimension: { }
|
||||||
|
metric: { }
|
||||||
codesnippet:
|
codesnippet:
|
||||||
create: { }
|
create: { }
|
||||||
before: ''
|
before: ''
|
||||||
|
@ -53,5 +54,3 @@ items:
|
||||||
translation_set: false
|
translation_set: false
|
||||||
cache: false
|
cache: false
|
||||||
debug: false
|
debug: false
|
||||||
_core:
|
|
||||||
default_config_hash: dwMYPgAnj9KBO77SLEv9Z42NDJAbuxe0uU9eGC8qw3M
|
|
||||||
|
|
|
@ -14,5 +14,4 @@ items:
|
||||||
name: hal.settings
|
name: hal.settings
|
||||||
data:
|
data:
|
||||||
link_domain: null
|
link_domain: null
|
||||||
_core:
|
bc_file_uri_as_url_normalizer: false
|
||||||
default_config_hash: YD6v6hkrHtj51mcZHn6s2HulUJHWVZ_D7Y_SllXF6WE
|
|
||||||
|
|
|
@ -29,8 +29,6 @@ items:
|
||||||
user_pass: false
|
user_pass: false
|
||||||
feedback_contact_message_form: false
|
feedback_contact_message_form: false
|
||||||
_contact_message_form: false
|
_contact_message_form: false
|
||||||
_core:
|
|
||||||
default_config_hash: 9bVDfWSa_In6VzTXmy04jJ_3ZQobihKjO9isuuUCPaw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: tour.tour.honeypot
|
name: tour.tour.honeypot
|
||||||
|
@ -49,54 +47,49 @@ items:
|
||||||
label: Honeypot
|
label: Honeypot
|
||||||
weight: -10
|
weight: -10
|
||||||
body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\r\n\r\nClick Next to be guided through this configuration page."
|
body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\r\n\r\nClick Next to be guided through this configuration page."
|
||||||
position: top-start
|
location: top
|
||||||
protect-all-forms:
|
protect-all-forms:
|
||||||
id: protect-all-forms
|
id: protect-all-forms
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Protect all forms'
|
label: 'Protect all forms'
|
||||||
weight: -9
|
weight: -9
|
||||||
selector: '#edit-protect-all-forms'
|
attributes:
|
||||||
|
data-id: edit-protect-all-forms
|
||||||
body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\r\n\r\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time."
|
body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\r\n\r\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time."
|
||||||
position: bottom-start
|
location: bottom
|
||||||
log-blocked-form-submissions:
|
log-blocked-form-submissions:
|
||||||
id: log-blocked-form-submissions
|
id: log-blocked-form-submissions
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Log blocked form submissions'
|
label: 'Log blocked form submissions'
|
||||||
weight: -8
|
weight: -8
|
||||||
selector: '#edit-log'
|
attributes:
|
||||||
|
data-id: edit-log
|
||||||
body: 'Check this box to log every form submission using watchdog. If you have Database Logging enabled, you can view these log entries in the Recent log messages page under Reports.'
|
body: 'Check this box to log every form submission using watchdog. If you have Database Logging enabled, you can view these log entries in the Recent log messages page under Reports.'
|
||||||
position: bottom-start
|
location: bottom
|
||||||
honeypot-element-name:
|
honeypot-element-name:
|
||||||
id: honeypot-element-name
|
id: honeypot-element-name
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Honeypot Element Name'
|
label: 'Honeypot Element Name'
|
||||||
weight: -7
|
weight: -7
|
||||||
selector: '#edit-element-name'
|
attributes:
|
||||||
body: "Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like 'url', 'homepage', or 'link' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!"
|
data-id: edit-element-name
|
||||||
position: top-start
|
body: 'Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like ''url'', ''homepage'', or ''link'' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!'
|
||||||
|
location: top
|
||||||
honeypot-time-limit:
|
honeypot-time-limit:
|
||||||
id: honeypot-time-limit
|
id: honeypot-time-limit
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Honeypot Time Limit'
|
label: 'Honeypot Time Limit'
|
||||||
weight: -6
|
weight: -6
|
||||||
selector: '#edit-time-limit'
|
attributes:
|
||||||
body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable."
|
data-id: edit-time-limit
|
||||||
position: top-start
|
body: 'If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you''re a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable.'
|
||||||
honeypot-expire:
|
location: top
|
||||||
id: honeypot-expire
|
|
||||||
plugin: text
|
|
||||||
label: 'Honeypot Expire'
|
|
||||||
weight: -5
|
|
||||||
selector: '#edit-expire'
|
|
||||||
body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable."
|
|
||||||
position: top-start
|
|
||||||
honeypot-form-specific-settings:
|
honeypot-form-specific-settings:
|
||||||
id: honeypot-form-specific-settings
|
id: honeypot-form-specific-settings
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Honeypot form-specific settings'
|
label: 'Honeypot form-specific settings'
|
||||||
weight: -4
|
weight: -5
|
||||||
selector: '#edit-form-settings'
|
attributes:
|
||||||
|
data-id: edit-form-settings
|
||||||
body: 'If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.'
|
body: 'If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.'
|
||||||
position: top-start
|
location: top
|
||||||
_core:
|
|
||||||
default_config_hash: A_dlRbNEX9_hOqUkQ5m4AskEmat7VEA8qvFt7tVeufQ
|
|
||||||
|
|
|
@ -16,8 +16,6 @@ items:
|
||||||
preview_image: core/modules/image/sample.png
|
preview_image: core/modules/image/sample.png
|
||||||
allow_insecure_derivatives: false
|
allow_insecure_derivatives: false
|
||||||
suppress_itok_output: false
|
suppress_itok_output: false
|
||||||
_core:
|
|
||||||
default_config_hash: k-yDFHbqNfpe-Srg4sdCSqaosCl2D8uwyEY5esF8gEw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: image.style.large
|
name: image.style.large
|
||||||
|
@ -36,8 +34,6 @@ items:
|
||||||
width: 480
|
width: 480
|
||||||
height: 480
|
height: 480
|
||||||
upscale: false
|
upscale: false
|
||||||
_core:
|
|
||||||
default_config_hash: J2n0RpFzS0-bgSyxjs6rSdgxB1rb-bTAgqywNx_964M
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: image.style.medium
|
name: image.style.medium
|
||||||
|
@ -56,8 +52,6 @@ items:
|
||||||
width: 220
|
width: 220
|
||||||
height: 220
|
height: 220
|
||||||
upscale: false
|
upscale: false
|
||||||
_core:
|
|
||||||
default_config_hash: Y9NmnZHQq20ASSyTNA6JnwtWrJJiSajOehGDtmUFdM0
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: image.style.thumbnail
|
name: image.style.thumbnail
|
||||||
|
@ -76,25 +70,3 @@ items:
|
||||||
width: 100
|
width: 100
|
||||||
height: 100
|
height: 100
|
||||||
upscale: false
|
upscale: false
|
||||||
_core:
|
|
||||||
default_config_hash: cCiWdBHgLwj5omG35lsKc4LkW4MBdmcctkVop4ol5x0
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: image.style.wide
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
name: wide
|
|
||||||
label: 'Wide (1090)'
|
|
||||||
effects:
|
|
||||||
09959c15-59ce-4f6d-90df-e2d7cf32bce5:
|
|
||||||
uuid: 09959c15-59ce-4f6d-90df-e2d7cf32bce5
|
|
||||||
id: image_scale
|
|
||||||
weight: 1
|
|
||||||
data:
|
|
||||||
width: 1090
|
|
||||||
height: null
|
|
||||||
upscale: false
|
|
||||||
_core:
|
|
||||||
default_config_hash: LswCVLg8z4Zk1u6pV1Dpj1qUj5YY2CQ7_ojx7bJQ8qk
|
|
||||||
|
|
|
@ -1,47 +0,0 @@
|
||||||
uuid: 6343a179-9aa1-44fa-802d-fcdf473575d7
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- image_widget_crop
|
|
||||||
id: config_sync.module.image_widget_crop
|
|
||||||
snapshotSet: config_sync
|
|
||||||
extensionType: module
|
|
||||||
extensionName: image_widget_crop
|
|
||||||
items:
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: image.style.crop_thumbnail
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
name: crop_thumbnail
|
|
||||||
label: 'Crop thumbnail'
|
|
||||||
effects:
|
|
||||||
8fc26706-68dc-4eb7-8121-33e3936ed55f:
|
|
||||||
uuid: 8fc26706-68dc-4eb7-8121-33e3936ed55f
|
|
||||||
id: image_scale
|
|
||||||
weight: 1
|
|
||||||
data:
|
|
||||||
width: 400
|
|
||||||
height: null
|
|
||||||
upscale: false
|
|
||||||
_core:
|
|
||||||
default_config_hash: N1S0PHZeyxfFqgzB-sDeGPaxi0dDOL8NUiP_d6WXSV0
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: image_widget_crop.settings
|
|
||||||
data:
|
|
||||||
settings:
|
|
||||||
library_url: ''
|
|
||||||
css_url: ''
|
|
||||||
crop_preview_image_style: crop_thumbnail
|
|
||||||
crop_list: { }
|
|
||||||
crop_types_required: { }
|
|
||||||
warn_multiple_usages: false
|
|
||||||
show_default_crop: true
|
|
||||||
notify_apply: false
|
|
||||||
notify_update: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: UYGkeE2iH3UGp9lBPsELb3VSgHz9vkMJeaGzcYwE7Uw
|
|
|
@ -14,20 +14,6 @@ items:
|
||||||
name: insert.config
|
name: insert.config
|
||||||
data:
|
data:
|
||||||
text_formats: { }
|
text_formats: { }
|
||||||
absolute: false
|
|
||||||
file_field_images_enabled: false
|
|
||||||
widgets:
|
|
||||||
file:
|
|
||||||
- file_generic
|
|
||||||
image:
|
|
||||||
- image_image
|
|
||||||
css_classes:
|
css_classes:
|
||||||
file: { }
|
file: ''
|
||||||
image: { }
|
image: ''
|
||||||
file_extensions:
|
|
||||||
audio:
|
|
||||||
- mp3
|
|
||||||
video:
|
|
||||||
- mp4
|
|
||||||
_core:
|
|
||||||
default_config_hash: n5mlpvT_JvAQDFdotgikrUvdzuhlUIjltA4S04wVZAY
|
|
||||||
|
|
|
@ -26,9 +26,6 @@ items:
|
||||||
data:
|
data:
|
||||||
width: 50
|
width: 50
|
||||||
height: 50
|
height: 50
|
||||||
anchor: center-center
|
|
||||||
_core:
|
|
||||||
default_config_hash: PY0kMp7KIxvU4kBi5mcnD_DHTKUc1OkYCfaPliXjpa8
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: linkit.linkit_profile.default
|
name: linkit.linkit_profile.default
|
||||||
|
@ -47,11 +44,10 @@ items:
|
||||||
id: 'entity:node'
|
id: 'entity:node'
|
||||||
weight: 0
|
weight: 0
|
||||||
settings:
|
settings:
|
||||||
metadata: '[node:content-type:name] #[node:nid] | [node:created:medium] by [node:author]'
|
metadata: 'by [node:author] | [node:created:medium]'
|
||||||
bundles: { }
|
bundles: { }
|
||||||
group_by_bundle: false
|
group_by_bundle: false
|
||||||
include_unpublished: false
|
include_unpublished: false
|
||||||
substitution_type: canonical
|
substitution_type: canonical
|
||||||
limit: 100
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 0Jw_BFJCCtWk187tIYvME58VFpYwPaAdrc4eRtAyHH0
|
default_config_hash: Tt8DtxZ3Nooo0PoWPpJvszA3R_5d8MmpUW7LM_R-BzY
|
||||||
|
|
|
@ -13,14 +13,8 @@ items:
|
||||||
collection: ''
|
collection: ''
|
||||||
name: mailchimp.settings
|
name: mailchimp.settings
|
||||||
data:
|
data:
|
||||||
api_key: null
|
api_key: ''
|
||||||
api_timeout: 10
|
|
||||||
domain: ''
|
|
||||||
use_oauth: false
|
|
||||||
cron: false
|
cron: false
|
||||||
batch_limit: 100
|
batch_limit: 100
|
||||||
api_classname: Mailchimp\Mailchimp
|
api_classname: Mailchimp\Mailchimp
|
||||||
test_mode: false
|
test_mode: false
|
||||||
optin_check_email_msg: 'Please check your email to confirm your subscription.'
|
|
||||||
_core:
|
|
||||||
default_config_hash: B-qrrA7oRcyy2W-a4OjHSgOhpMNFBK4dP9yb2KHC6v4
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -14,5 +14,3 @@ items:
|
||||||
name: menu_ui.settings
|
name: menu_ui.settings
|
||||||
data:
|
data:
|
||||||
override_parent_selector: false
|
override_parent_selector: false
|
||||||
_core:
|
|
||||||
default_config_hash: SqMarzIjxC3F8dZo9FEOxfqDKD_sdW1tbcFTV1BA2zU
|
|
||||||
|
|
|
@ -19,11 +19,8 @@ items:
|
||||||
id: '403'
|
id: '403'
|
||||||
label: '403 access denied'
|
label: '403 access denied'
|
||||||
tags:
|
tags:
|
||||||
robots: noindex
|
|
||||||
canonical_url: '[site:url]'
|
canonical_url: '[site:url]'
|
||||||
shortlink: '[site:url]'
|
shortlink: '[site:url]'
|
||||||
_core:
|
|
||||||
default_config_hash: RDCkFL0NDt75Gwioooxo1iuA1S50xTVsBOgX__c6wTw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: metatag.metatag_defaults.404
|
name: metatag.metatag_defaults.404
|
||||||
|
@ -36,8 +33,6 @@ items:
|
||||||
tags:
|
tags:
|
||||||
canonical_url: '[site:url]'
|
canonical_url: '[site:url]'
|
||||||
shortlink: '[site:url]'
|
shortlink: '[site:url]'
|
||||||
_core:
|
|
||||||
default_config_hash: puBstSLDz8mbaWU357zaqQDBGMGsJzG0j-TQNQkjg20
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: metatag.metatag_defaults.front
|
name: metatag.metatag_defaults.front
|
||||||
|
@ -50,8 +45,6 @@ items:
|
||||||
tags:
|
tags:
|
||||||
canonical_url: '[site:url]'
|
canonical_url: '[site:url]'
|
||||||
shortlink: '[site:url]'
|
shortlink: '[site:url]'
|
||||||
_core:
|
|
||||||
default_config_hash: 1noCXlegCr5HFehQRF1ViXy1jhU1jZ_sNN99a8Sj5jo
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: metatag.metatag_defaults.global
|
name: metatag.metatag_defaults.global
|
||||||
|
@ -64,8 +57,6 @@ items:
|
||||||
tags:
|
tags:
|
||||||
canonical_url: '[current-page:url]'
|
canonical_url: '[current-page:url]'
|
||||||
title: '[current-page:title] | [site:name]'
|
title: '[current-page:title] | [site:name]'
|
||||||
_core:
|
|
||||||
default_config_hash: sL588ui1E_8-2c_UupwyYxcqX2OVyMFp3HTLbbFqvPc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: metatag.metatag_defaults.node
|
name: metatag.metatag_defaults.node
|
||||||
|
@ -79,8 +70,6 @@ items:
|
||||||
title: '[node:title] | [site:name]'
|
title: '[node:title] | [site:name]'
|
||||||
description: '[node:summary]'
|
description: '[node:summary]'
|
||||||
canonical_url: '[node:url]'
|
canonical_url: '[node:url]'
|
||||||
_core:
|
|
||||||
default_config_hash: rpwvgyEURXLz_JjgMCrkS1rUv-0k3L79BpO-ReN7fDI
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: metatag.metatag_defaults.taxonomy_term
|
name: metatag.metatag_defaults.taxonomy_term
|
||||||
|
@ -94,8 +83,6 @@ items:
|
||||||
canonical_url: '[term:url]'
|
canonical_url: '[term:url]'
|
||||||
description: '[term:description]'
|
description: '[term:description]'
|
||||||
title: '[term:name] | [site:name]'
|
title: '[term:name] | [site:name]'
|
||||||
_core:
|
|
||||||
default_config_hash: 92bXZdyYJ5xqukdfmGRr_CYcwm1vfuS8b8aJ7X_G7E0
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: metatag.metatag_defaults.user
|
name: metatag.metatag_defaults.user
|
||||||
|
@ -109,16 +96,3 @@ items:
|
||||||
canonical_url: '[user:url]'
|
canonical_url: '[user:url]'
|
||||||
description: '[site:name]'
|
description: '[site:name]'
|
||||||
title: '[user:display-name] | [site:name]'
|
title: '[user:display-name] | [site:name]'
|
||||||
_core:
|
|
||||||
default_config_hash: MvQPTbQx0Vxwy0ordSHyixdZmLCMpvMdLD69dlwkrKc
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: metatag.settings
|
|
||||||
data:
|
|
||||||
entity_type_groups: { }
|
|
||||||
tag_trim_method: beforeValue
|
|
||||||
tag_trim_maxlength: { }
|
|
||||||
tag_scroll_max_height: ''
|
|
||||||
use_maxlength: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: 3mgYDspyj5REgG6ooA1izlcMzEs34kHPFUOMIXeDOco
|
|
||||||
|
|
|
@ -18,5 +18,3 @@ items:
|
||||||
- 'Drupal 7'
|
- 'Drupal 7'
|
||||||
follow_up_migration_tags:
|
follow_up_migration_tags:
|
||||||
- 'Follow-up migration'
|
- 'Follow-up migration'
|
||||||
_core:
|
|
||||||
default_config_hash: 1daEO2inZc1i3d0Sn-ADIq9mUIU7tSLCxn579NT6f2g
|
|
||||||
|
|
|
@ -9,190 +9,6 @@ snapshotSet: config_sync
|
||||||
extensionType: module
|
extensionType: module
|
||||||
extensionName: minimal
|
extensionName: minimal
|
||||||
items:
|
items:
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: block.block.stark_admin
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.admin
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- stark
|
|
||||||
id: stark_admin
|
|
||||||
theme: stark
|
|
||||||
region: sidebar_first
|
|
||||||
weight: 1
|
|
||||||
provider: null
|
|
||||||
plugin: 'system_menu_block:admin'
|
|
||||||
settings:
|
|
||||||
id: 'system_menu_block:admin'
|
|
||||||
label: Administration
|
|
||||||
label_display: visible
|
|
||||||
provider: system
|
|
||||||
level: 1
|
|
||||||
depth: 0
|
|
||||||
expand_all_items: false
|
|
||||||
visibility: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: 5MfnyzXbzrDa_OJuFfZfpiBYkMiuRp4mk4GM7HYc8eM
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: block.block.stark_branding
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- stark
|
|
||||||
id: stark_branding
|
|
||||||
theme: stark
|
|
||||||
region: header
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_branding_block
|
|
||||||
settings:
|
|
||||||
id: system_branding_block
|
|
||||||
label: 'Site branding'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
use_site_logo: true
|
|
||||||
use_site_name: true
|
|
||||||
use_site_slogan: true
|
|
||||||
visibility: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: sG8t_FghbUscJ-GrnQ8zs_vx5YM4bJCfntrK-J5HcAY
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: block.block.stark_local_actions
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- stark
|
|
||||||
id: stark_local_actions
|
|
||||||
theme: stark
|
|
||||||
region: content
|
|
||||||
weight: -10
|
|
||||||
provider: null
|
|
||||||
plugin: local_actions_block
|
|
||||||
settings:
|
|
||||||
id: local_actions_block
|
|
||||||
label: 'Primary admin actions'
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
visibility: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: ABoKnlk20KHqZRw_2Qr4EvaFvH4lnQ2nuhunHeE1JIU
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: block.block.stark_local_tasks
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- stark
|
|
||||||
id: stark_local_tasks
|
|
||||||
theme: stark
|
|
||||||
region: content
|
|
||||||
weight: -20
|
|
||||||
provider: null
|
|
||||||
plugin: local_tasks_block
|
|
||||||
settings:
|
|
||||||
id: local_tasks_block
|
|
||||||
label: Tabs
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
primary: true
|
|
||||||
secondary: true
|
|
||||||
visibility: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: T0wbI6qVdThbbIqXDZFg_1VZ3_ittXBdEoUH7d7ux_E
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: block.block.stark_messages
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- stark
|
|
||||||
id: stark_messages
|
|
||||||
theme: stark
|
|
||||||
region: highlighted
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_messages_block
|
|
||||||
settings:
|
|
||||||
id: system_messages_block
|
|
||||||
label: 'Status messages'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: aeqlWs7HwctZeZC7ADcbxfqehJzBRfZKmuZz3DsH3_4
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: block.block.stark_page_title
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- stark
|
|
||||||
id: stark_page_title
|
|
||||||
theme: stark
|
|
||||||
region: content
|
|
||||||
weight: -30
|
|
||||||
provider: null
|
|
||||||
plugin: page_title_block
|
|
||||||
settings:
|
|
||||||
id: page_title_block
|
|
||||||
label: 'Page title'
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
visibility: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: Oh72CHUkp6cj6dbrXMK2hzCsM05w9cHVoD22rMLQUfk
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: block.block.stark_tools
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.tools
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- stark
|
|
||||||
id: stark_tools
|
|
||||||
theme: stark
|
|
||||||
region: sidebar_first
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'system_menu_block:tools'
|
|
||||||
settings:
|
|
||||||
id: 'system_menu_block:tools'
|
|
||||||
label: Tools
|
|
||||||
label_display: visible
|
|
||||||
provider: system
|
|
||||||
level: 1
|
|
||||||
depth: 0
|
|
||||||
expand_all_items: false
|
|
||||||
visibility: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: UL5ZZvI0Lnp3fmVmhIDxvNI9RlMD0sfBIOi9ozr-k5o
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.theme.global
|
name: system.theme.global
|
||||||
|
@ -209,15 +25,12 @@ items:
|
||||||
node_user_picture: false
|
node_user_picture: false
|
||||||
logo:
|
logo:
|
||||||
path: ''
|
path: ''
|
||||||
url: null
|
url: ''
|
||||||
use_default: true
|
use_default: true
|
||||||
_core:
|
|
||||||
default_config_hash: 3qY7PfXvJcCtBPQpb9FxxBgXtUGFzx8JVakfWiNNYzw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: user.settings
|
name: user.settings
|
||||||
data:
|
data:
|
||||||
langcode: en
|
|
||||||
anonymous: Anonymous
|
anonymous: Anonymous
|
||||||
verify_mail: true
|
verify_mail: true
|
||||||
notify:
|
notify:
|
||||||
|
@ -233,5 +46,4 @@ items:
|
||||||
cancel_method: user_cancel_block
|
cancel_method: user_cancel_block
|
||||||
password_reset_timeout: 86400
|
password_reset_timeout: 86400
|
||||||
password_strength: true
|
password_strength: true
|
||||||
_core:
|
langcode: en
|
||||||
default_config_hash: '-htDFWUv1S4OlJMzta2nhFl4QbhJvu0D9xsJ-clxo-M'
|
|
||||||
|
|
|
@ -68,8 +68,6 @@ items:
|
||||||
max_dimensions:
|
max_dimensions:
|
||||||
width: null
|
width: null
|
||||||
height: null
|
height: null
|
||||||
_core:
|
|
||||||
default_config_hash: kP3r4Ns9C1XIg5vFA9a0mteIKThq8E_eL43z7VIZUTY
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: filter.format.minimalhtml
|
name: filter.format.minimalhtml
|
||||||
|
@ -108,5 +106,3 @@ items:
|
||||||
status: true
|
status: true
|
||||||
weight: 0
|
weight: 0
|
||||||
settings: { }
|
settings: { }
|
||||||
_core:
|
|
||||||
default_config_hash: 92ohirYz2djTZfHPcIDKZb7qWJfnf8PejLU9mQZs5GY
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -17,6 +17,4 @@ items:
|
||||||
noreferrer: true
|
noreferrer: true
|
||||||
publish: false
|
publish: false
|
||||||
subscribe_url: ''
|
subscribe_url: ''
|
||||||
allowed_domains: ''
|
whitelisted_domains: ''
|
||||||
_core:
|
|
||||||
default_config_hash: 49R264IjjxKiyXtKTwp-ghB54W4FGFBl4Y1tRn88IC0
|
|
||||||
|
|
|
@ -14,20 +14,16 @@ items:
|
||||||
name: core.entity_view_mode.paragraph.preview
|
name: core.entity_view_mode.paragraph.preview
|
||||||
data:
|
data:
|
||||||
langcode: en
|
langcode: en
|
||||||
|
id: paragraph.preview
|
||||||
|
label: Preview
|
||||||
status: true
|
status: true
|
||||||
|
cache: true
|
||||||
|
targetEntityType: paragraph
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- paragraphs
|
- paragraphs
|
||||||
id: paragraph.preview
|
|
||||||
label: Preview
|
|
||||||
targetEntityType: paragraph
|
|
||||||
cache: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: paragraphs.settings
|
name: paragraphs.settings
|
||||||
data:
|
data:
|
||||||
show_unpublished: true
|
show_unpublished: true
|
||||||
_core:
|
|
||||||
default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8
|
|
||||||
|
|
|
@ -33,8 +33,6 @@ items:
|
||||||
- login-url
|
- login-url
|
||||||
- url
|
- url
|
||||||
- url-brief
|
- url-brief
|
||||||
_core:
|
|
||||||
default_config_hash: SwvLp8snyPEExF41CaJJYdPUVomofLqtXvwciHc4cPg
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.action.pathauto_update_alias_node
|
name: system.action.pathauto_update_alias_node
|
||||||
|
@ -51,8 +49,6 @@ items:
|
||||||
- node
|
- node
|
||||||
module:
|
module:
|
||||||
- pathauto
|
- pathauto
|
||||||
_core:
|
|
||||||
default_config_hash: lno8QThS348UX-kaUsagJtCnuPHKLXYnTQiF_9HSDWA
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.action.pathauto_update_alias_user
|
name: system.action.pathauto_update_alias_user
|
||||||
|
@ -69,5 +65,3 @@ items:
|
||||||
- user
|
- user
|
||||||
module:
|
module:
|
||||||
- pathauto
|
- pathauto
|
||||||
_core:
|
|
||||||
default_config_hash: x_ok_ZsfA4Xk4B_hVW3O4-3PcNoK57nXLz_Dlletidg
|
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
uuid: d968c39b-76d9-4fde-87c2-98597304e1c0
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- plausible
|
|
||||||
id: config_sync.module.plausible
|
|
||||||
snapshotSet: config_sync
|
|
||||||
extensionType: module
|
|
||||||
extensionName: plausible
|
|
||||||
items:
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: plausible.settings
|
|
||||||
data:
|
|
||||||
script:
|
|
||||||
domain: ''
|
|
||||||
api: ''
|
|
||||||
src: 'https://plausible.io/js/plausible.js'
|
|
||||||
dashboard:
|
|
||||||
shared_link: ''
|
|
||||||
visibility:
|
|
||||||
enable: true
|
|
||||||
admin_route_mode: 0
|
|
||||||
request_path_mode: 0
|
|
||||||
request_path_pages: ''
|
|
||||||
user_role_mode: 0
|
|
||||||
user_role_roles: { }
|
|
||||||
events:
|
|
||||||
403: false
|
|
||||||
404: false
|
|
||||||
_core:
|
|
||||||
default_config_hash: 7ITcwwShhS7SG3SJdIqRQkzXEcEPNejdEnbeDVDeDY0
|
|
|
@ -20,8 +20,6 @@ items:
|
||||||
ignore_admin_path: false
|
ignore_admin_path: false
|
||||||
access_check: false
|
access_check: false
|
||||||
route_normalizer_enabled: true
|
route_normalizer_enabled: true
|
||||||
_core:
|
|
||||||
default_config_hash: FEwQLW1wXW7fiJdG1B2bxW1c_-k6w-r-3V3bSsW6PqM
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.action.redirect_delete_action
|
name: system.action.redirect_delete_action
|
||||||
|
@ -39,8 +37,6 @@ items:
|
||||||
type: redirect
|
type: redirect
|
||||||
plugin: redirect_delete_action
|
plugin: redirect_delete_action
|
||||||
configuration: { }
|
configuration: { }
|
||||||
_core:
|
|
||||||
default_config_hash: vcnRZRvBqTbK3nZ2M4_lKPlEGc8GjPzgaqapYUfyX8M
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: views.view.redirect
|
name: views.view.redirect
|
||||||
|
@ -59,6 +55,7 @@ items:
|
||||||
tag: ''
|
tag: ''
|
||||||
base_table: redirect
|
base_table: redirect
|
||||||
base_field: rid
|
base_field: rid
|
||||||
|
core: 8.x
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
|
@ -85,7 +82,7 @@ items:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filter
|
submit_button: Filter
|
||||||
reset_button: true
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Reset
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Sort by'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
|
@ -402,8 +399,6 @@ items:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
anonymous: '0'
|
anonymous: '0'
|
||||||
administrator: '0'
|
administrator: '0'
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
is_grouped: false
|
is_grouped: false
|
||||||
group_info:
|
group_info:
|
||||||
label: ''
|
label: ''
|
||||||
|
@ -444,8 +439,6 @@ items:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
anonymous: '0'
|
anonymous: '0'
|
||||||
administrator: '0'
|
administrator: '0'
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
is_grouped: false
|
is_grouped: false
|
||||||
group_info:
|
group_info:
|
||||||
label: ''
|
label: ''
|
||||||
|
@ -489,8 +482,6 @@ items:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
anonymous: '0'
|
anonymous: '0'
|
||||||
administrator: '0'
|
administrator: '0'
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
is_grouped: true
|
is_grouped: true
|
||||||
group_info:
|
group_info:
|
||||||
label: 'Status code'
|
label: 'Status code'
|
||||||
|
@ -581,8 +572,6 @@ items:
|
||||||
anonymous: '0'
|
anonymous: '0'
|
||||||
administrator: '0'
|
administrator: '0'
|
||||||
reduce: false
|
reduce: false
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
is_grouped: false
|
is_grouped: false
|
||||||
group_info:
|
group_info:
|
||||||
label: ''
|
label: ''
|
||||||
|
@ -649,5 +638,3 @@ items:
|
||||||
cacheable: false
|
cacheable: false
|
||||||
max-age: 0
|
max-age: 0
|
||||||
tags: { }
|
tags: { }
|
||||||
_core:
|
|
||||||
default_config_hash: I9VqfbwK5ZyKzL7810d0fswaadU6riFT3kPL0yxcpLs
|
|
||||||
|
|
|
@ -11,12 +11,11 @@ extensionName: riddler
|
||||||
items:
|
items:
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: riddler.riddle.example
|
name: riddler.settings
|
||||||
data:
|
data:
|
||||||
id: example
|
riddles:
|
||||||
question: 'Do you really hate Spam?'
|
-
|
||||||
solution: 'Yes,Yes!,y,absolutely,yeah'
|
question: 'Do you really hate Spam?'
|
||||||
hint: 'I think you do!'
|
response: Yes!
|
||||||
status: true
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: f7dN3Eb7xyyMUWug2Gwt-bjoXTpTvtXXGMQmIS4LJ44
|
default_config_hash: pKKCV0W4-r3Zf1QQzR2HDXAXmfH81248yrY2d9iR7S4
|
||||||
|
|
|
@ -17,30 +17,6 @@ items:
|
||||||
cron_worker_runtime: 15
|
cron_worker_runtime: 15
|
||||||
default_tracker: default
|
default_tracker: default
|
||||||
tracking_page_size: 100
|
tracking_page_size: 100
|
||||||
boost_factors:
|
|
||||||
- 0.0
|
|
||||||
- 0.1
|
|
||||||
- 0.2
|
|
||||||
- 0.3
|
|
||||||
- 0.5
|
|
||||||
- 0.6
|
|
||||||
- 0.7
|
|
||||||
- 0.8
|
|
||||||
- 0.9
|
|
||||||
- 1.0
|
|
||||||
- 1.1
|
|
||||||
- 1.2
|
|
||||||
- 1.3
|
|
||||||
- 1.4
|
|
||||||
- 1.5
|
|
||||||
- 2.0
|
|
||||||
- 3.0
|
|
||||||
- 5.0
|
|
||||||
- 8.0
|
|
||||||
- 13.0
|
|
||||||
- 21.0
|
|
||||||
_core:
|
|
||||||
default_config_hash: b2zIRm9Jv3SB60NYdZkZHxH8-KdEa-Xa48-4NsIi4lg
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: tour.tour.search-api-index
|
name: tour.tour.search-api-index
|
||||||
|
@ -68,79 +44,88 @@ items:
|
||||||
label: 'Index status'
|
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.'
|
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
|
weight: 2
|
||||||
selector: .search-api-index-status
|
attributes:
|
||||||
|
data-class: search-api-index-status
|
||||||
search-api-index-status:
|
search-api-index-status:
|
||||||
id: search-api-index-status
|
id: search-api-index-status
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Status
|
label: Status
|
||||||
body: 'Shows whether the index is currently enabled or disabled.'
|
body: 'Shows whether the index is currently enabled or disabled.'
|
||||||
weight: 3
|
weight: 3
|
||||||
selector: .search-api-index-summary--status
|
attributes:
|
||||||
|
data-class: search-api-index-summary--status
|
||||||
search-api-index-datasources:
|
search-api-index-datasources:
|
||||||
id: search-api-index-datasources
|
id: search-api-index-datasources
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Datasources
|
label: Datasources
|
||||||
body: 'Lists all datasources that are enabled for this index.'
|
body: 'Lists all datasources that are enabled for this index.'
|
||||||
weight: 4
|
weight: 4
|
||||||
selector: .search-api-index-summary--datasource
|
attributes:
|
||||||
|
data-class: search-api-index-summary--datasource
|
||||||
search-api-index-tracker:
|
search-api-index-tracker:
|
||||||
id: search-api-index-tracker
|
id: search-api-index-tracker
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Tracker
|
label: Tracker
|
||||||
body: 'The tracker used by the index. Only one ("Default") is available by default.'
|
body: 'The tracker used by the index. Only one ("Default") is available by default.'
|
||||||
weight: 5
|
weight: 5
|
||||||
selector: .search-api-index-summary--tracker
|
attributes:
|
||||||
|
data-class: search-api-index-summary--tracker
|
||||||
search-api-index-server:
|
search-api-index-server:
|
||||||
id: search-api-index-server
|
id: search-api-index-server
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Server
|
label: Server
|
||||||
body: 'If the index is attached to a server, this server is listed here.'
|
body: 'If the index is attached to a server, this server is listed here.'
|
||||||
weight: 6
|
weight: 6
|
||||||
selector: .search-api-index-summary--server
|
attributes:
|
||||||
|
data-class: search-api-index-summary--server
|
||||||
search-api-index-server-index-status:
|
search-api-index-server-index-status:
|
||||||
id: search-api-index-server-index-status
|
id: search-api-index-server-index-status
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Server index status'
|
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", <a href="https://www.drupal.org/docs/8/modules/search-api/getting-started/frequently-asked-questions#server-index-status">see the module''s documentation</a>.'
|
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", <a href="https://www.drupal.org/docs/8/modules/search-api/getting-started/frequently-asked-questions#server-index-status">see the module''s documentation</a>.'
|
||||||
weight: 7
|
weight: 7
|
||||||
selector: .search-api-index-summary--server-index-status
|
attributes:
|
||||||
|
data-class: search-api-index-summary--server-index-status
|
||||||
search-api-index-cron-batch-size:
|
search-api-index-cron-batch-size:
|
||||||
id: search-api-index-cron-batch-size
|
id: search-api-index-cron-batch-size
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Cron batch size'
|
label: 'Cron batch size'
|
||||||
body: 'The number of items that will be indexed at once during cron runs.'
|
body: 'The number of items that will be indexed at once during cron runs.'
|
||||||
weight: 8
|
weight: 8
|
||||||
selector: .search-api-index-summary--cron-batch-size
|
attributes:
|
||||||
|
data-class: search-api-index-summary--cron-batch-size
|
||||||
search-api-index-index-now:
|
search-api-index-index-now:
|
||||||
id: search-api-index-remove
|
id: search-api-index-remove
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Start indexing now'
|
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.'
|
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
|
weight: 9
|
||||||
selector: '#edit-index'
|
attributes:
|
||||||
|
data-id: edit-index
|
||||||
search-api-index-tracking:
|
search-api-index-tracking:
|
||||||
id: search-api-index-tracking
|
id: search-api-index-tracking
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Track items for index'
|
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.'
|
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
|
weight: 10
|
||||||
selector: '#edit-tracking'
|
attributes:
|
||||||
|
data-id: edit-tracking
|
||||||
search-api-index-reindex:
|
search-api-index-reindex:
|
||||||
id: search-api-index-reindex
|
id: search-api-index-reindex
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Queue all items for reindexing'
|
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.'
|
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
|
weight: 11
|
||||||
selector: .edit-reindex
|
attributes:
|
||||||
|
data-id: edit-reindex
|
||||||
search-api-index-clear:
|
search-api-index-clear:
|
||||||
id: search-api-index-clear
|
id: search-api-index-clear
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Clear all indexed data'
|
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.'
|
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
|
weight: 12
|
||||||
selector: '#edit-clear'
|
attributes:
|
||||||
_core:
|
data-id: edit-clear
|
||||||
default_config_hash: DHNg3a7QdthDmUgBXKgxq-ewQd4uA9hHAmaM9vul95A
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: tour.tour.search-api-index-fields
|
name: tour.tour.search-api-index-fields
|
||||||
|
@ -168,72 +153,80 @@ items:
|
||||||
label: 'Add fields'
|
label: 'Add fields'
|
||||||
body: 'With the "Add fields" button you can add additional fields to this index.'
|
body: 'With the "Add fields" button you can add additional fields to this index.'
|
||||||
weight: 2
|
weight: 2
|
||||||
selector: '.button-action[data-drupal-selector="edit-add-field"]'
|
attributes:
|
||||||
|
data-class: 'button-action[data-drupal-selector="edit-add-field"]'
|
||||||
search-api-index-fields-label:
|
search-api-index-fields-label:
|
||||||
id: search-api-index-fields-label
|
id: search-api-index-fields-label
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Label
|
label: Label
|
||||||
body: 'A label for the field that will be used to refer to the field in most places in the user interface.'
|
body: 'A label for the field that will be used to refer to the field in most places in the user interface.'
|
||||||
weight: 3
|
weight: 3
|
||||||
selector: '.details-wrapper table thead th:nth-child(1)'
|
attributes:
|
||||||
|
data-class: 'details-wrapper:nth(0) table thead th:nth(0)'
|
||||||
search-api-index-fields-machine-name:
|
search-api-index-fields-machine-name:
|
||||||
id: search-api-index-fields-machine-name
|
id: search-api-index-fields-machine-name
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Machine name'
|
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."
|
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
|
weight: 4
|
||||||
selector: '.details-wrapper table thead th:nth-child(2)'
|
attributes:
|
||||||
|
data-class: 'details-wrapper:nth(0) table thead th:nth(1)'
|
||||||
search-api-index-fields-property-path:
|
search-api-index-fields-property-path:
|
||||||
id: search-api-index-fields-property-path
|
id: search-api-index-fields-property-path
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Property path'
|
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.'
|
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
|
weight: 5
|
||||||
selector: '.details-wrapper table thead th:nth-child(3)'
|
attributes:
|
||||||
|
data-class: 'details-wrapper:nth(0) table thead th:nth(2)'
|
||||||
search-api-index-fields-type:
|
search-api-index-fields-type:
|
||||||
id: search-api-index-fields-type
|
id: search-api-index-fields-type
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Type
|
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 <a href="#search-api-data-types-table">"Data types" box</a> at the bottom of the page.'
|
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 <a href="#search-api-data-types-table">"Data types" box</a> at the bottom of the page.'
|
||||||
weight: 6
|
weight: 6
|
||||||
selector: '.details-wrapper table thead th:nth-child(4)'
|
attributes:
|
||||||
|
data-class: 'details-wrapper:nth(0) table thead th:nth(3)'
|
||||||
search-api-index-fields-boost:
|
search-api-index-fields-boost:
|
||||||
id: search-api-index-fields-boost
|
id: search-api-index-fields-boost
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Boost
|
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.'
|
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
|
weight: 7
|
||||||
selector: '.details-wrapper table thead th:nth-child(5)'
|
attributes:
|
||||||
|
data-class: 'details-wrapper:nth(0) table thead th:nth(4)'
|
||||||
search-api-index-fields-edit:
|
search-api-index-fields-edit:
|
||||||
id: search-api-index-fields-edit
|
id: search-api-index-fields-edit
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Edit field'
|
label: 'Edit field'
|
||||||
body: 'Some fields have additional configuration available, in which case an "Edit" link is displayed in the "Operations" column.'
|
body: 'Some fields have additional configuration available, in which case an "Edit" link is displayed in the "Operations" column.'
|
||||||
weight: 8
|
weight: 8
|
||||||
selector: '.details-wrapper table tbody td:nth-child(6) a'
|
attributes:
|
||||||
|
data-class: 'details-wrapper:nth(0) table tbody td:nth(5) a'
|
||||||
search-api-index-fields-remove:
|
search-api-index-fields-remove:
|
||||||
id: search-api-index-fields-remove
|
id: search-api-index-fields-remove
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Remove field'
|
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.)'
|
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
|
weight: 9
|
||||||
selector: '.details-wrapper table tbody td:nth-child(7) a'
|
attributes:
|
||||||
|
data-class: 'details-wrapper:nth(0) table tbody td:nth(6) a'
|
||||||
search-api-index-fields-submit:
|
search-api-index-fields-submit:
|
||||||
id: search-api-index-fields-submit
|
id: search-api-index-fields-submit
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Save changes'
|
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.'
|
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
|
weight: 10
|
||||||
selector: '#edit-actions-submit'
|
attributes:
|
||||||
|
data-id: edit-actions-submit
|
||||||
search-api-index-fields-cancel:
|
search-api-index-fields-cancel:
|
||||||
id: search-api-index-fields-cancel
|
id: search-api-index-fields-cancel
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Cancel changes'
|
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.'
|
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
|
weight: 10
|
||||||
selector: '#edit-actions-cancel'
|
attributes:
|
||||||
_core:
|
data-id: edit-actions-cancel
|
||||||
default_config_hash: TtSWlBl_1VI03GJW1yyzVwtlq15Yst0id1vPdvz5qxM
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: tour.tour.search-api-index-form
|
name: tour.tour.search-api-index-form
|
||||||
|
@ -263,44 +256,48 @@ items:
|
||||||
label: 'Index name'
|
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.'
|
body: 'Enter a name to identify this index. For example, "Content index". This will only be displayed in the admin user interface.'
|
||||||
weight: 2
|
weight: 2
|
||||||
selector: '#edit-name'
|
attributes:
|
||||||
|
data-id: edit-name
|
||||||
search-api-index-form-datasources:
|
search-api-index-form-datasources:
|
||||||
id: search-api-index-form-datasources
|
id: search-api-index-form-datasources
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Datasources
|
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.'
|
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
|
weight: 3
|
||||||
selector: '#edit-datasources'
|
attributes:
|
||||||
|
data-id: edit-datasources
|
||||||
search-api-index-form-tracker:
|
search-api-index-form-tracker:
|
||||||
id: search-api-index-form-tracker
|
id: search-api-index-form-tracker
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Tracker
|
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."
|
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
|
weight: 4
|
||||||
selector: '#edit-tracker'
|
attributes:
|
||||||
|
data-id: edit-tracker
|
||||||
search-api-index-form-server:
|
search-api-index-form-server:
|
||||||
id: search-api-index-form-server
|
id: search-api-index-form-server
|
||||||
plugin: text
|
plugin: text
|
||||||
label: Server
|
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.'
|
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
|
weight: 5
|
||||||
selector: '#edit-server'
|
attributes:
|
||||||
|
data-id: edit-server
|
||||||
search-api-index-form-description:
|
search-api-index-form-description:
|
||||||
id: search-api-index-form-description
|
id: search-api-index-form-description
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Index description'
|
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.'
|
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
|
weight: 6
|
||||||
selector: '#edit-description'
|
attributes:
|
||||||
|
data-id: edit-description
|
||||||
search-api-index-form-options:
|
search-api-index-form-options:
|
||||||
id: search-api-index-form-options
|
id: search-api-index-form-options
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Advanced options'
|
label: 'Advanced options'
|
||||||
body: 'These options allow more detailed configuration of index behavior, but can usually safely be ignored by inexperienced users.'
|
body: 'These options allow more detailed configuration of index behavior, but can usually safely be ignored by inexperienced users.'
|
||||||
weight: 7
|
weight: 7
|
||||||
selector: '#edit-options'
|
attributes:
|
||||||
_core:
|
data-id: edit-options
|
||||||
default_config_hash: sQzCtjeNBZnQCDro5e8B7_KNpDYVoetYDs4iaf1xBOA
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: tour.tour.search-api-index-processors
|
name: tour.tour.search-api-index-processors
|
||||||
|
@ -320,7 +317,7 @@ items:
|
||||||
id: search-api-index-processors-introduction
|
id: search-api-index-processors-introduction
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Processors used for this index'
|
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."
|
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
|
weight: 1
|
||||||
search-api-index-processors-enable:
|
search-api-index-processors-enable:
|
||||||
id: search-api-index-processors-enable
|
id: search-api-index-processors-enable
|
||||||
|
@ -328,23 +325,24 @@ items:
|
||||||
label: 'Enable processors'
|
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.)'
|
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
|
weight: 2
|
||||||
selector: '#edit-status'
|
attributes:
|
||||||
|
data-id: edit-status
|
||||||
search-api-index-processors-weights:
|
search-api-index-processors-weights:
|
||||||
id: search-api-index-processors-weights
|
id: search-api-index-processors-weights
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Processor order'
|
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.'
|
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
|
weight: 3
|
||||||
selector: '#edit-weights'
|
attributes:
|
||||||
|
data-id: edit-weights
|
||||||
search-api-index-processors-settings:
|
search-api-index-processors-settings:
|
||||||
id: search-api-index-processors-settings
|
id: search-api-index-processors-settings
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Processor settings'
|
label: 'Processor settings'
|
||||||
body: 'Some processors have additional configuration available, which you are able to change here.'
|
body: 'Some processors have additional configuration available, which you are able to change here.'
|
||||||
weight: 4
|
weight: 4
|
||||||
selector: .form-type--vertical-tabs
|
attributes:
|
||||||
_core:
|
data-class: form-type-vertical-tabs
|
||||||
default_config_hash: vs6bUgjvoJIdOBQIcX2l2Dp6BXpVFbs-h6PsKOmZfYk
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: tour.tour.search-api-server
|
name: tour.tour.search-api-server
|
||||||
|
@ -372,30 +370,32 @@ items:
|
||||||
label: Status
|
label: Status
|
||||||
body: 'Shows whether the server is currently enabled or disabled.'
|
body: 'Shows whether the server is currently enabled or disabled.'
|
||||||
weight: 2
|
weight: 2
|
||||||
selector: .search-api-server-summary--status
|
attributes:
|
||||||
|
data-class: search-api-server-summary--status
|
||||||
search-api-server-backend:
|
search-api-server-backend:
|
||||||
id: search-api-server-backend
|
id: search-api-server-backend
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Backend class'
|
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.'
|
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
|
weight: 3
|
||||||
selector: .search-api-server-summary--backend
|
attributes:
|
||||||
|
data-class: search-api-server-summary--backend
|
||||||
search-api-server-indexes:
|
search-api-server-indexes:
|
||||||
id: search-api-server-indexes
|
id: search-api-server-indexes
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Search indexes'
|
label: 'Search indexes'
|
||||||
body: 'Lists all search indexes that are attached to this server.'
|
body: 'Lists all search indexes that are attached to this server.'
|
||||||
weight: 4
|
weight: 4
|
||||||
selector: .search-api-server-summary--indexes
|
attributes:
|
||||||
|
data-class: search-api-server-summary--indexes
|
||||||
search-api-server-clear:
|
search-api-server-clear:
|
||||||
id: search-api-server-clear
|
id: search-api-server-clear
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Delete all indexed data'
|
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."
|
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
|
weight: 5
|
||||||
selector: '#edit-clear'
|
attributes:
|
||||||
_core:
|
data-id: edit-clear
|
||||||
default_config_hash: XF-X52fvU1eywjOhWClTlaZiOmijG87qNfkOFlqg2cI
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: tour.tour.search-api-server-form
|
name: tour.tour.search-api-server-form
|
||||||
|
@ -425,20 +425,21 @@ items:
|
||||||
label: 'Server name'
|
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.'
|
body: 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.'
|
||||||
weight: 2
|
weight: 2
|
||||||
selector: '#edit-name'
|
attributes:
|
||||||
|
data-id: edit-name
|
||||||
search-api-server-form-description:
|
search-api-server-form-description:
|
||||||
id: search-api-server-form-description
|
id: search-api-server-form-description
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Server description'
|
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.'
|
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
|
weight: 3
|
||||||
selector: '#edit-description'
|
attributes:
|
||||||
|
data-id: edit-description
|
||||||
search-api-server-form-backend:
|
search-api-server-form-backend:
|
||||||
id: search-api-server-form-backend
|
id: search-api-server-form-backend
|
||||||
plugin: text
|
plugin: text
|
||||||
label: 'Server backend'
|
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 <a href="https://www.drupal.org/project/search_api_solr">"Solr"</a>, which requires to be set up separately.'
|
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 <a href="https://www.drupal.org/project/search_api_solr">"Solr"</a>, which requires to be set up separately.'
|
||||||
weight: 4
|
weight: 4
|
||||||
selector: '#edit-backend'
|
attributes:
|
||||||
_core:
|
data-id: edit-backend
|
||||||
default_config_hash: 0kIrvs9YL0PKR2nGfa7deQoPoXrWR5nUI0UtCfj04LA
|
|
||||||
|
|
|
@ -14,5 +14,3 @@ items:
|
||||||
name: search_api_db.settings
|
name: search_api_db.settings
|
||||||
data:
|
data:
|
||||||
autocomplete_max_occurrences: 0.9
|
autocomplete_max_occurrences: 0.9
|
||||||
_core:
|
|
||||||
default_config_hash: fEmluJPpUL5dVqkWi0Fw89OlZYLhjQqyZIl6HWCDE1s
|
|
||||||
|
|
|
@ -18,5 +18,3 @@ items:
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
id: default
|
id: default
|
||||||
label: Default
|
label: Default
|
||||||
_core:
|
|
||||||
default_config_hash: U5VlGjd_SfV0Qm_EfnaynOfc549cNscFAx48JfYoMRI
|
|
||||||
|
|
|
@ -15,5 +15,3 @@ items:
|
||||||
data:
|
data:
|
||||||
count_content_views: 0
|
count_content_views: 0
|
||||||
display_max_age: 3600
|
display_max_age: 3600
|
||||||
_core:
|
|
||||||
default_config_hash: 83DFdl59OsypYUif32K2NCB8eiszXAKCcay04oZCRpA
|
|
||||||
|
|
|
@ -14,6 +14,3 @@ items:
|
||||||
name: subpathauto.settings
|
name: subpathauto.settings
|
||||||
data:
|
data:
|
||||||
depth: 0
|
depth: 0
|
||||||
redirect_support: true
|
|
||||||
_core:
|
|
||||||
default_config_hash: Q5P0hU2bQiNDXF1O2Nl-5AYW1pdze-p0V2hR8x0pFDs
|
|
||||||
|
|
|
@ -14,5 +14,3 @@ items:
|
||||||
name: subprofiles.settings
|
name: subprofiles.settings
|
||||||
data:
|
data:
|
||||||
subprofile: standard
|
subprofile: standard
|
||||||
_core:
|
|
||||||
default_config_hash: GnFDZEW-JRQ2H2BMw8vXy1S64DTbrQQeWYJa4FElOzg
|
|
||||||
|
|
|
@ -20,8 +20,6 @@ items:
|
||||||
label: 'Fallback date format'
|
label: 'Fallback date format'
|
||||||
locked: true
|
locked: true
|
||||||
pattern: 'D, m/d/Y - H:i'
|
pattern: 'D, m/d/Y - H:i'
|
||||||
_core:
|
|
||||||
default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.html_date
|
name: core.date_format.html_date
|
||||||
|
@ -33,8 +31,6 @@ items:
|
||||||
label: 'HTML Date'
|
label: 'HTML Date'
|
||||||
locked: true
|
locked: true
|
||||||
pattern: Y-m-d
|
pattern: Y-m-d
|
||||||
_core:
|
|
||||||
default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.html_datetime
|
name: core.date_format.html_datetime
|
||||||
|
@ -46,8 +42,6 @@ items:
|
||||||
label: 'HTML Datetime'
|
label: 'HTML Datetime'
|
||||||
locked: true
|
locked: true
|
||||||
pattern: 'Y-m-d\TH:i:sO'
|
pattern: 'Y-m-d\TH:i:sO'
|
||||||
_core:
|
|
||||||
default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.html_month
|
name: core.date_format.html_month
|
||||||
|
@ -59,8 +53,6 @@ items:
|
||||||
label: 'HTML Month'
|
label: 'HTML Month'
|
||||||
locked: true
|
locked: true
|
||||||
pattern: Y-m
|
pattern: Y-m
|
||||||
_core:
|
|
||||||
default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.html_time
|
name: core.date_format.html_time
|
||||||
|
@ -72,8 +64,6 @@ items:
|
||||||
label: 'HTML Time'
|
label: 'HTML Time'
|
||||||
locked: true
|
locked: true
|
||||||
pattern: 'H:i:s'
|
pattern: 'H:i:s'
|
||||||
_core:
|
|
||||||
default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.html_week
|
name: core.date_format.html_week
|
||||||
|
@ -85,8 +75,6 @@ items:
|
||||||
label: 'HTML Week'
|
label: 'HTML Week'
|
||||||
locked: true
|
locked: true
|
||||||
pattern: Y-\WW
|
pattern: Y-\WW
|
||||||
_core:
|
|
||||||
default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.html_year
|
name: core.date_format.html_year
|
||||||
|
@ -98,8 +86,6 @@ items:
|
||||||
label: 'HTML Year'
|
label: 'HTML Year'
|
||||||
locked: true
|
locked: true
|
||||||
pattern: 'Y'
|
pattern: 'Y'
|
||||||
_core:
|
|
||||||
default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.html_yearless_date
|
name: core.date_format.html_yearless_date
|
||||||
|
@ -111,8 +97,6 @@ items:
|
||||||
label: 'HTML Yearless date'
|
label: 'HTML Yearless date'
|
||||||
locked: true
|
locked: true
|
||||||
pattern: m-d
|
pattern: m-d
|
||||||
_core:
|
|
||||||
default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.long
|
name: core.date_format.long
|
||||||
|
@ -124,8 +108,6 @@ items:
|
||||||
label: 'Default long date'
|
label: 'Default long date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'l, F j, Y - H:i'
|
pattern: 'l, F j, Y - H:i'
|
||||||
_core:
|
|
||||||
default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.medium
|
name: core.date_format.medium
|
||||||
|
@ -137,8 +119,6 @@ items:
|
||||||
label: 'Default medium date'
|
label: 'Default medium date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'D, m/d/Y - H:i'
|
pattern: 'D, m/d/Y - H:i'
|
||||||
_core:
|
|
||||||
default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: core.date_format.short
|
name: core.date_format.short
|
||||||
|
@ -150,8 +130,6 @@ items:
|
||||||
label: 'Default short date'
|
label: 'Default short date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'm/d/Y - H:i'
|
pattern: 'm/d/Y - H:i'
|
||||||
_core:
|
|
||||||
default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.advisories
|
name: system.advisories
|
||||||
|
@ -160,6 +138,11 @@ items:
|
||||||
interval_hours: 6
|
interval_hours: 6
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: x0FuQ_7Cg81mSDQwG028_Z0CjH3R9ib5IDlHeV2BbAo
|
default_config_hash: x0FuQ_7Cg81mSDQwG028_Z0CjH3R9ib5IDlHeV2BbAo
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: system.authorize
|
||||||
|
data:
|
||||||
|
filetransfer_default: null
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.cron
|
name: system.cron
|
||||||
|
@ -167,24 +150,19 @@ items:
|
||||||
threshold:
|
threshold:
|
||||||
requirements_warning: 172800
|
requirements_warning: 172800
|
||||||
requirements_error: 1209600
|
requirements_error: 1209600
|
||||||
logging: 1
|
|
||||||
_core:
|
|
||||||
default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.date
|
name: system.date
|
||||||
data:
|
data:
|
||||||
first_day: 0
|
|
||||||
country:
|
country:
|
||||||
default: ''
|
default: ''
|
||||||
|
first_day: 0
|
||||||
timezone:
|
timezone:
|
||||||
default: ''
|
default: ''
|
||||||
user:
|
user:
|
||||||
configurable: true
|
configurable: true
|
||||||
default: 0
|
|
||||||
warn: false
|
warn: false
|
||||||
_core:
|
default: 0
|
||||||
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.diff
|
name: system.diff
|
||||||
|
@ -192,68 +170,42 @@ items:
|
||||||
context:
|
context:
|
||||||
lines_leading: 2
|
lines_leading: 2
|
||||||
lines_trailing: 2
|
lines_trailing: 2
|
||||||
_core:
|
|
||||||
default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: system.feature_flags
|
|
||||||
data:
|
|
||||||
linkset_endpoint: false
|
|
||||||
_core:
|
|
||||||
default_config_hash: ZYyVj1FtPGV40Cf65YDVTUIc7YgLH6trXlotuevfs2I
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.file
|
name: system.file
|
||||||
data:
|
data:
|
||||||
allow_insecure_uploads: false
|
allow_insecure_uploads: false
|
||||||
default_scheme: public
|
default_scheme: public
|
||||||
|
path:
|
||||||
|
temporary: ''
|
||||||
temporary_maximum_age: 21600
|
temporary_maximum_age: 21600
|
||||||
_core:
|
|
||||||
default_config_hash: mguGHCYb9Dw5EcpfjwoShGV1Vjkbz3QuPRCLfxiye-g
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.image
|
name: system.image
|
||||||
data:
|
data:
|
||||||
toolkit: gd
|
toolkit: gd
|
||||||
_core:
|
|
||||||
default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.image.gd
|
name: system.image.gd
|
||||||
data:
|
data:
|
||||||
jpeg_quality: 75
|
jpeg_quality: 75
|
||||||
_core:
|
|
||||||
default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.logging
|
name: system.logging
|
||||||
data:
|
data:
|
||||||
error_level: hide
|
error_level: hide
|
||||||
_core:
|
|
||||||
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.mail
|
name: system.mail
|
||||||
data:
|
data:
|
||||||
interface:
|
interface:
|
||||||
default: php_mail
|
default: php_mail
|
||||||
mailer_dsn:
|
|
||||||
scheme: sendmail
|
|
||||||
host: default
|
|
||||||
user: null
|
|
||||||
password: null
|
|
||||||
port: null
|
|
||||||
options: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: 5PvD9swkqWUeHkabdvbJ2SQqdhrzjkCT21wtD4BLfk4
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.maintenance
|
name: system.maintenance
|
||||||
data:
|
data:
|
||||||
langcode: en
|
|
||||||
message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.'
|
message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.'
|
||||||
_core:
|
langcode: en
|
||||||
default_config_hash: 1SNdA25INsV5YjlgAJtfC-6AM8VcWe_00xneMLb2yFg
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.menu.account
|
name: system.menu.account
|
||||||
|
@ -265,8 +217,6 @@ items:
|
||||||
label: 'User account menu'
|
label: 'User account menu'
|
||||||
description: 'Links related to the active user account'
|
description: 'Links related to the active user account'
|
||||||
locked: true
|
locked: true
|
||||||
_core:
|
|
||||||
default_config_hash: M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.menu.admin
|
name: system.menu.admin
|
||||||
|
@ -278,8 +228,6 @@ items:
|
||||||
label: Administration
|
label: Administration
|
||||||
description: 'Administrative task links'
|
description: 'Administrative task links'
|
||||||
locked: true
|
locked: true
|
||||||
_core:
|
|
||||||
default_config_hash: sapEi2YDGoI9yQIT_WgIV2vUdQ6DScH0V3fAyTadAL0
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.menu.footer
|
name: system.menu.footer
|
||||||
|
@ -291,8 +239,6 @@ items:
|
||||||
label: Footer
|
label: Footer
|
||||||
description: 'Site information links'
|
description: 'Site information links'
|
||||||
locked: true
|
locked: true
|
||||||
_core:
|
|
||||||
default_config_hash: 7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.menu.main
|
name: system.menu.main
|
||||||
|
@ -304,8 +250,6 @@ items:
|
||||||
label: 'Main navigation'
|
label: 'Main navigation'
|
||||||
description: 'Site section links'
|
description: 'Site section links'
|
||||||
locked: true
|
locked: true
|
||||||
_core:
|
|
||||||
default_config_hash: Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.menu.tools
|
name: system.menu.tools
|
||||||
|
@ -317,8 +261,6 @@ items:
|
||||||
label: Tools
|
label: Tools
|
||||||
description: 'User tool links, often added by modules'
|
description: 'User tool links, often added by modules'
|
||||||
locked: true
|
locked: true
|
||||||
_core:
|
|
||||||
default_config_hash: BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.performance
|
name: system.performance
|
||||||
|
@ -337,21 +279,21 @@ items:
|
||||||
js:
|
js:
|
||||||
preprocess: true
|
preprocess: true
|
||||||
gzip: true
|
gzip: true
|
||||||
_core:
|
stale_file_threshold: 2592000
|
||||||
default_config_hash: jtno5biznHZbrIgKwzq-ze-7XaQxLCGe6PeUOR7bRiQ
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.rss
|
name: system.rss
|
||||||
data:
|
data:
|
||||||
|
channel:
|
||||||
|
description: ''
|
||||||
items:
|
items:
|
||||||
|
limit: 10
|
||||||
view_mode: rss
|
view_mode: rss
|
||||||
_core:
|
langcode: en
|
||||||
default_config_hash: MIpNzlG4gPunfS7vTCwUPum6QH3GUsEBMj-qS631Jw0
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.site
|
name: system.site
|
||||||
data:
|
data:
|
||||||
langcode: en
|
|
||||||
uuid: ''
|
uuid: ''
|
||||||
name: ''
|
name: ''
|
||||||
mail: ''
|
mail: ''
|
||||||
|
@ -362,17 +304,14 @@ items:
|
||||||
front: /user/login
|
front: /user/login
|
||||||
admin_compact_mode: false
|
admin_compact_mode: false
|
||||||
weight_select_max: 100
|
weight_select_max: 100
|
||||||
|
langcode: en
|
||||||
default_langcode: en
|
default_langcode: en
|
||||||
_core:
|
|
||||||
default_config_hash: l58O_yEXSo-SeJi19LXdzTU1tNJG3lmnIhCitRkM1tk
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.theme
|
name: system.theme
|
||||||
data:
|
data:
|
||||||
admin: ''
|
admin: seven
|
||||||
default: stark
|
default: octavia
|
||||||
_core:
|
|
||||||
default_config_hash: 6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: system.theme.global
|
name: system.theme.global
|
||||||
|
@ -386,10 +325,8 @@ items:
|
||||||
comment_user_picture: true
|
comment_user_picture: true
|
||||||
comment_user_verification: true
|
comment_user_verification: true
|
||||||
favicon: true
|
favicon: true
|
||||||
node_user_picture: false
|
node_user_picture: true
|
||||||
logo:
|
logo:
|
||||||
path: ''
|
path: ''
|
||||||
url: null
|
url: ''
|
||||||
use_default: true
|
use_default: true
|
||||||
_core:
|
|
||||||
default_config_hash: 3qY7PfXvJcCtBPQpb9FxxBgXtUGFzx8JVakfWiNNYzw
|
|
||||||
|
|
|
@ -20,43 +20,8 @@ items:
|
||||||
- taxonomy
|
- taxonomy
|
||||||
id: taxonomy_term.full
|
id: taxonomy_term.full
|
||||||
label: 'Taxonomy term page'
|
label: 'Taxonomy term page'
|
||||||
description: ''
|
|
||||||
targetEntityType: taxonomy_term
|
targetEntityType: taxonomy_term
|
||||||
cache: true
|
cache: true
|
||||||
_core:
|
|
||||||
default_config_hash: iukUENpf8CFvjZbGGacKX_Ges0-lU9z6zvsd32P6kbo
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: system.action.taxonomy_term_publish_action
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- taxonomy
|
|
||||||
id: taxonomy_term_publish_action
|
|
||||||
label: 'Publish taxonomy term'
|
|
||||||
type: taxonomy_term
|
|
||||||
plugin: 'entity:publish_action:taxonomy_term'
|
|
||||||
configuration: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: DoVt_VGgVLcDD4XmVbSFzr0K17SJy9imFiYusKkJBgY
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: system.action.taxonomy_term_unpublish_action
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- taxonomy
|
|
||||||
id: taxonomy_term_unpublish_action
|
|
||||||
label: 'Unpublish taxonomy term'
|
|
||||||
type: taxonomy_term
|
|
||||||
plugin: 'entity:unpublish_action:taxonomy_term'
|
|
||||||
configuration: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: z2sNRM3ECa7FPCGnSNje_9SmZJQgwhD_6fG_L4Mr8zI
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: taxonomy.settings
|
name: taxonomy.settings
|
||||||
|
@ -64,8 +29,6 @@ items:
|
||||||
maintain_index_table: true
|
maintain_index_table: true
|
||||||
override_selector: false
|
override_selector: false
|
||||||
terms_per_page_admin: 100
|
terms_per_page_admin: 100
|
||||||
_core:
|
|
||||||
default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias
|
|
||||||
-
|
-
|
||||||
collection: ''
|
collection: ''
|
||||||
name: views.view.taxonomy_term
|
name: views.view.taxonomy_term
|
||||||
|
@ -86,32 +49,29 @@ items:
|
||||||
tag: default
|
tag: default
|
||||||
base_table: node_field_data
|
base_table: node_field_data
|
||||||
base_field: nid
|
base_field: nid
|
||||||
|
core: '8'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: Master
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
fields: { }
|
query:
|
||||||
pager:
|
type: views_query
|
||||||
type: mini
|
|
||||||
options:
|
options:
|
||||||
offset: 0
|
query_comment: ''
|
||||||
items_per_page: 10
|
disable_sql_rewrite: false
|
||||||
total_pages: 0
|
distinct: false
|
||||||
id: 0
|
replica: false
|
||||||
tags:
|
query_tags: { }
|
||||||
next: ››
|
access:
|
||||||
previous: ‹‹
|
type: perm
|
||||||
expose:
|
options:
|
||||||
items_per_page: false
|
perm: 'access content'
|
||||||
items_per_page_label: 'Items per page'
|
cache:
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
type: tag
|
||||||
items_per_page_options_all: false
|
options: { }
|
||||||
items_per_page_options_all_label: '- All -'
|
|
||||||
offset: false
|
|
||||||
offset_label: Offset
|
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -122,41 +82,49 @@ items:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
access:
|
pager:
|
||||||
type: perm
|
type: mini
|
||||||
options:
|
options:
|
||||||
perm: 'access content'
|
items_per_page: 10
|
||||||
cache:
|
offset: 0
|
||||||
type: tag
|
id: 0
|
||||||
options: { }
|
total_pages: 0
|
||||||
empty: { }
|
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:
|
sorts:
|
||||||
sticky:
|
sticky:
|
||||||
id: sticky
|
id: sticky
|
||||||
table: taxonomy_index
|
table: taxonomy_index
|
||||||
field: sticky
|
field: sticky
|
||||||
|
order: DESC
|
||||||
|
plugin_id: standard
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: standard
|
exposed: false
|
||||||
order: DESC
|
|
||||||
expose:
|
expose:
|
||||||
label: ''
|
label: ''
|
||||||
field_identifier: sticky
|
|
||||||
exposed: false
|
|
||||||
created:
|
created:
|
||||||
id: created
|
id: created
|
||||||
table: taxonomy_index
|
table: taxonomy_index
|
||||||
field: created
|
field: created
|
||||||
|
order: DESC
|
||||||
|
plugin_id: date
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: date
|
exposed: false
|
||||||
order: DESC
|
|
||||||
expose:
|
expose:
|
||||||
label: ''
|
label: ''
|
||||||
field_identifier: created
|
|
||||||
exposed: false
|
|
||||||
granularity: second
|
granularity: second
|
||||||
arguments:
|
arguments:
|
||||||
tid:
|
tid:
|
||||||
|
@ -166,7 +134,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: taxonomy_index_tid
|
|
||||||
default_action: 'not found'
|
default_action: 'not found'
|
||||||
exception:
|
exception:
|
||||||
value: ''
|
value: ''
|
||||||
|
@ -177,11 +144,12 @@ items:
|
||||||
default_argument_type: fixed
|
default_argument_type: fixed
|
||||||
default_argument_options:
|
default_argument_options:
|
||||||
argument: ''
|
argument: ''
|
||||||
|
default_argument_skip_url: false
|
||||||
summary_options:
|
summary_options:
|
||||||
base_path: ''
|
base_path: ''
|
||||||
count: true
|
count: true
|
||||||
override: false
|
|
||||||
items_per_page: 25
|
items_per_page: 25
|
||||||
|
override: false
|
||||||
summary:
|
summary:
|
||||||
sort_order: asc
|
sort_order: asc
|
||||||
number_of_records: 0
|
number_of_records: 0
|
||||||
|
@ -191,14 +159,15 @@ items:
|
||||||
type: 'entity:taxonomy_term'
|
type: 'entity:taxonomy_term'
|
||||||
fail: 'not found'
|
fail: 'not found'
|
||||||
validate_options:
|
validate_options:
|
||||||
bundles: { }
|
|
||||||
access: true
|
access: true
|
||||||
operation: view
|
operation: view
|
||||||
multiple: 0
|
multiple: 0
|
||||||
|
bundles: { }
|
||||||
break_phrase: false
|
break_phrase: false
|
||||||
add_table: false
|
add_table: false
|
||||||
require_value: false
|
require_value: false
|
||||||
reduce_duplicates: false
|
reduce_duplicates: false
|
||||||
|
plugin_id: taxonomy_index_tid
|
||||||
filters:
|
filters:
|
||||||
langcode:
|
langcode:
|
||||||
id: langcode
|
id: langcode
|
||||||
|
@ -207,9 +176,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: node
|
|
||||||
entity_field: langcode
|
|
||||||
plugin_id: language
|
|
||||||
operator: in
|
operator: in
|
||||||
value:
|
value:
|
||||||
'***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
|
'***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
|
||||||
|
@ -221,8 +187,6 @@ items:
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: ''
|
operator: ''
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
identifier: ''
|
||||||
required: false
|
required: false
|
||||||
remember: false
|
remember: false
|
||||||
|
@ -242,6 +206,9 @@ items:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
|
plugin_id: language
|
||||||
|
entity_type: node
|
||||||
|
entity_field: langcode
|
||||||
status:
|
status:
|
||||||
id: status
|
id: status
|
||||||
table: taxonomy_index
|
table: taxonomy_index
|
||||||
|
@ -249,7 +216,6 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: boolean
|
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '1'
|
value: '1'
|
||||||
group: 1
|
group: 1
|
||||||
|
@ -260,8 +226,6 @@ items:
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: ''
|
operator: ''
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
identifier: ''
|
||||||
required: false
|
required: false
|
||||||
remember: false
|
remember: false
|
||||||
|
@ -280,6 +244,7 @@ items:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
|
plugin_id: boolean
|
||||||
style:
|
style:
|
||||||
type: default
|
type: default
|
||||||
options:
|
options:
|
||||||
|
@ -291,17 +256,6 @@ items:
|
||||||
type: 'entity:node'
|
type: 'entity:node'
|
||||||
options:
|
options:
|
||||||
view_mode: teaser
|
view_mode: teaser
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
query_comment: ''
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_tags: { }
|
|
||||||
relationships: { }
|
|
||||||
link_display: page_1
|
|
||||||
link_url: ''
|
|
||||||
header:
|
header:
|
||||||
entity_taxonomy_term:
|
entity_taxonomy_term:
|
||||||
id: entity_taxonomy_term
|
id: entity_taxonomy_term
|
||||||
|
@ -310,22 +264,27 @@ items:
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: entity
|
|
||||||
empty: true
|
empty: true
|
||||||
|
tokenize: true
|
||||||
target: '{{ raw_arguments.tid }}'
|
target: '{{ raw_arguments.tid }}'
|
||||||
view_mode: full
|
view_mode: full
|
||||||
tokenize: true
|
|
||||||
bypass_access: false
|
bypass_access: false
|
||||||
|
plugin_id: entity
|
||||||
footer: { }
|
footer: { }
|
||||||
|
empty: { }
|
||||||
|
relationships: { }
|
||||||
|
fields: { }
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
|
link_url: ''
|
||||||
|
link_display: page_1
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
|
max-age: -1
|
||||||
tags: { }
|
tags: { }
|
||||||
feed_1:
|
feed_1:
|
||||||
id: feed_1
|
id: feed_1
|
||||||
|
@ -333,37 +292,37 @@ items:
|
||||||
display_plugin: feed
|
display_plugin: feed
|
||||||
position: 2
|
position: 2
|
||||||
display_options:
|
display_options:
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options: { }
|
||||||
pager:
|
pager:
|
||||||
type: some
|
type: some
|
||||||
options:
|
options:
|
||||||
offset: 0
|
|
||||||
items_per_page: 10
|
items_per_page: 10
|
||||||
|
offset: 0
|
||||||
|
path: taxonomy/term/%/feed
|
||||||
|
displays:
|
||||||
|
page_1: page_1
|
||||||
|
default: '0'
|
||||||
style:
|
style:
|
||||||
type: rss
|
type: rss
|
||||||
options:
|
options:
|
||||||
|
description: ''
|
||||||
grouping: { }
|
grouping: { }
|
||||||
uses_fields: false
|
uses_fields: false
|
||||||
description: ''
|
|
||||||
row:
|
row:
|
||||||
type: node_rss
|
type: node_rss
|
||||||
options:
|
options:
|
||||||
relationship: none
|
relationship: none
|
||||||
view_mode: default
|
view_mode: default
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options: { }
|
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: taxonomy/term/%/feed
|
|
||||||
displays:
|
|
||||||
page_1: page_1
|
|
||||||
default: '0'
|
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
|
max-age: -1
|
||||||
tags: { }
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
id: page_1
|
id: page_1
|
||||||
|
@ -374,16 +333,14 @@ items:
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options: { }
|
options: { }
|
||||||
display_extenders: { }
|
|
||||||
path: taxonomy/term/%
|
path: taxonomy/term/%
|
||||||
|
display_extenders: { }
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
|
max-age: -1
|
||||||
tags: { }
|
tags: { }
|
||||||
_core:
|
|
||||||
default_config_hash: z9csC6m3M65M2JczdNul_lMUrVg8ZO66pbSq8jPCBKs
|
|
||||||
|
|
|
@ -14,5 +14,3 @@ items:
|
||||||
name: text.settings
|
name: text.settings
|
||||||
data:
|
data:
|
||||||
default_summary_length: 600
|
default_summary_length: 600
|
||||||
_core:
|
|
||||||
default_config_hash: Bkewb77RBOK3_aXMPsp8p87gbc03NvmC5gBLzPl7hVA
|
|
||||||
|
|
|
@ -8,140 +8,4 @@ id: config_sync.module.tour
|
||||||
snapshotSet: config_sync
|
snapshotSet: config_sync
|
||||||
extensionType: module
|
extensionType: module
|
||||||
extensionName: tour
|
extensionName: tour
|
||||||
items:
|
items: { }
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: tour.tour.block-layout
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- block
|
|
||||||
id: block-layout
|
|
||||||
label: 'Block Layout Page'
|
|
||||||
module: block
|
|
||||||
routes:
|
|
||||||
-
|
|
||||||
route_name: block.admin_display
|
|
||||||
tips:
|
|
||||||
block-layout:
|
|
||||||
id: block-layout
|
|
||||||
plugin: text
|
|
||||||
label: 'Block Layout'
|
|
||||||
weight: 1
|
|
||||||
body: 'Blocks are boxes of content rendered into an area, or region, of a web page that can be displayed in regions (such as footer or sidebar) on your page.'
|
|
||||||
place-block:
|
|
||||||
id: place-block
|
|
||||||
plugin: text
|
|
||||||
label: 'Place Blocks'
|
|
||||||
weight: 2
|
|
||||||
selector: .button--small
|
|
||||||
body: 'Any custom or contributed block can be added to a particular region by clicking on a button Place block. A new block can also be created by clicking on Place Block'
|
|
||||||
block-region:
|
|
||||||
id: block-region
|
|
||||||
plugin: text
|
|
||||||
label: 'Block Region'
|
|
||||||
weight: 3
|
|
||||||
selector: .block-region-select
|
|
||||||
body: 'Assign or change the region of a block by clicking here. A dropdown list with all the regions will appear. You can place one block in multiple regions.'
|
|
||||||
configure-block:
|
|
||||||
id: configure-block
|
|
||||||
plugin: text
|
|
||||||
label: 'Configure Block'
|
|
||||||
weight: 4
|
|
||||||
selector: .dropbutton-widget
|
|
||||||
body: 'By Clicking on "Configure" you can go ahead and edit the contents of the block, deal with the visibility settings and even change the placement of where it is on your theme.'
|
|
||||||
_core:
|
|
||||||
default_config_hash: pG6QAggTrD7RQWb79PT3NH48GSvTiePly_l53f3OENs
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: tour.tour.views-ui
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- views_ui
|
|
||||||
id: views-ui
|
|
||||||
label: 'View edit page'
|
|
||||||
module: views_ui
|
|
||||||
routes:
|
|
||||||
-
|
|
||||||
route_name: entity.view.edit_form
|
|
||||||
-
|
|
||||||
route_name: entity.view.edit_display_form
|
|
||||||
tips:
|
|
||||||
views-main:
|
|
||||||
id: views-main
|
|
||||||
plugin: text
|
|
||||||
label: 'Manage view settings'
|
|
||||||
weight: 1
|
|
||||||
body: 'View or edit the configuration.'
|
|
||||||
views-ui-displays:
|
|
||||||
id: views-ui-displays
|
|
||||||
plugin: text
|
|
||||||
label: 'Displays in this view'
|
|
||||||
weight: 2
|
|
||||||
selector: '#views-display-top'
|
|
||||||
body: 'A display is a way of outputting the results, e.g., as a page or a block. A view can contain multiple displays, which are listed here. The active display is highlighted.'
|
|
||||||
views-ui-view-admin:
|
|
||||||
id: views-ui-view-admin
|
|
||||||
plugin: text
|
|
||||||
label: 'View administration'
|
|
||||||
weight: 3
|
|
||||||
position: right
|
|
||||||
selector: '#views-display-extra-actions'
|
|
||||||
body: 'Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.'
|
|
||||||
views-ui-format:
|
|
||||||
id: views-ui-format
|
|
||||||
plugin: text
|
|
||||||
label: 'Output format'
|
|
||||||
weight: 4
|
|
||||||
selector: .views-ui-display-tab-bucket.format
|
|
||||||
body: "Choose how to output results. E.g., choose <em>Content</em> to output each item completely, using your configured display settings. Or choose <em>Fields</em>, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to <em>extend</em> Drupal's base functionality."
|
|
||||||
views-ui-fields:
|
|
||||||
id: views-ui-fields
|
|
||||||
plugin: text
|
|
||||||
label: Fields
|
|
||||||
weight: 5
|
|
||||||
selector: .views-ui-display-tab-bucket.field
|
|
||||||
body: 'If this view uses fields, they are listed here. You can click on a field to configure it.'
|
|
||||||
views-ui-filter:
|
|
||||||
id: views-ui-filter
|
|
||||||
plugin: text
|
|
||||||
label: 'Filter your view'
|
|
||||||
weight: 6
|
|
||||||
selector: .views-ui-display-tab-bucket.filter
|
|
||||||
body: 'Add filters to limit the results in the output. E.g., to only show content that is <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.'
|
|
||||||
views-ui-filter-operations:
|
|
||||||
id: views-ui-filter-operations
|
|
||||||
plugin: text
|
|
||||||
label: 'Filter actions'
|
|
||||||
weight: 7
|
|
||||||
selector: '.views-ui-display-tab-bucket.filter .dropbutton-widget'
|
|
||||||
body: 'Add, rearrange or remove filters.'
|
|
||||||
views-ui-sorts:
|
|
||||||
id: views-ui-sorts
|
|
||||||
plugin: text
|
|
||||||
label: 'Sort Criteria'
|
|
||||||
weight: 8
|
|
||||||
selector: .views-ui-display-tab-bucket.sort
|
|
||||||
body: 'Control the order in which the results are output. Click on an active sort rule to configure it.'
|
|
||||||
views-ui-sorts-operations:
|
|
||||||
id: views-ui-sorts-operations
|
|
||||||
plugin: text
|
|
||||||
label: 'Sort actions'
|
|
||||||
weight: 9
|
|
||||||
selector: '.views-ui-display-tab-bucket.sort .dropbutton-widget'
|
|
||||||
body: 'Add, rearrange or remove sorting rules.'
|
|
||||||
views-ui-preview:
|
|
||||||
id: views-ui-preview
|
|
||||||
plugin: text
|
|
||||||
label: Preview
|
|
||||||
weight: 10
|
|
||||||
position: right
|
|
||||||
selector: '#preview-submit'
|
|
||||||
body: 'Show a preview of the view output.'
|
|
||||||
_core:
|
|
||||||
default_config_hash: XIYL1KF7ND2XQRa5AxvEcp8vgCN2kUGiuBNhCgxrPME
|
|
||||||
|
|
|
@ -17,11 +17,11 @@ items:
|
||||||
disabled_extensions: false
|
disabled_extensions: false
|
||||||
interval_days: 1
|
interval_days: 1
|
||||||
fetch:
|
fetch:
|
||||||
url: null
|
url: ''
|
||||||
max_attempts: 2
|
max_attempts: 2
|
||||||
timeout: 30
|
timeout: 30
|
||||||
notification:
|
notification:
|
||||||
emails: { }
|
emails: { }
|
||||||
threshold: all
|
threshold: all
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: xbYr66-g0FjNgVBkGypCuN46vBI2XHntXN1URawq1s4
|
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue