Compare commits

...
Sign in to create a new pull request.

118 commits
master ... main

Author SHA1 Message Date
Chris (wolcen) Thompson
686046ddc8 Downgrade to php 8.1 (and use dns when possible with ddev!...pls) 2025-02-24 00:15:19 -05:00
a9eb5fa2c9 Remove reference to unneeded post scaffold script 2025-02-23 23:53:25 -05:00
af50ba58b9 Compile CSS 2025-02-23 23:41:31 -05:00
92d29700de Stick search bar on right for consistency and to fix weirdness at middle sizes
(this weirdness introduced by other recent changes, but it's better on the right anyway)

Also do not wrap menu on desktop and widescreen.

Ref #114
2025-02-23 23:41:26 -05:00
63ef4371cf Update composer lock file 2025-02-23 23:27:32 -05:00
223cc680f3 Compile CSS 2025-02-23 23:20:55 -05:00
3f1860f671 Conclusion of endless round of changes to make menu sort of usable
The dropdowns do not drop down on touch devices,
before fixing that need to check in on if the noble
battle to keep the menu visible for as many devices
as possible (and not hide behind the hamburger)
should in fact be given up.

Ref #114
2025-02-23 23:20:40 -05:00
aab893c1d9 Begin switching to Sass comments 2025-02-22 22:28:44 -05:00
ae81702195 Remove surplus div and put column class on block #114 2025-02-22 18:07:20 -05:00
2230b88aa2 Compile CSS 2025-02-22 16:52:44 -05:00
dede5d0f90 Prevent a slight horizontal scroll from page title area
Not entirely sure the root cause, but we do mess with default
overflow visibility in order to overlay the title on the image.

Ref #114
2025-02-22 16:52:25 -05:00
3526f6d6ed Commit config snapshot 2025-02-22 16:13:51 -05:00
04d293be1a Hide entire search bar on mobile; menu gains a search icon #114 2025-02-22 16:13:32 -05:00
39a7f8338f Enable & configure block class module and set search bar to be hidden on mobile
We have a search icon that already appears only on mobile.

Ref #114 #121
2025-02-22 13:16:02 -05:00
bbf449150d Enable Metatag's Open Graph and twitter card submodules #75 2025-02-22 12:27:11 -05:00
e1abbb9583 Automatically prevent duplicate footnotes #70 2025-02-22 01:43:36 -05:00
6b2cada3fd Allow advanced link options for target, title, and ARIA label #135 2025-02-22 01:43:01 -05:00
0853ec84af Commit config snapshot 2025-02-22 01:13:26 -05:00
d818b6782f Enable and configure CKEditor iFrame #116 2025-02-22 01:13:15 -05:00
1ba52f5250 Update composer lock file 2025-02-22 01:10:08 -05:00
68e68dceb1 Add CKEditor iFrame module #116 2025-02-22 01:10:05 -05:00
3afc4b0344 Commit config snapshot 2025-02-22 00:58:32 -05:00
49341d9e05 Uninstall fakeobjects which seems to be mostly a CKEditor4 plugin thing 2025-02-22 00:58:24 -05:00
576992fc9a Commit config snapshot 2025-02-22 00:55:41 -05:00
056d27dbc6 Uninstall CKEditor 4 and CKEditorHeight (fix for 5 is in core) 2025-02-22 00:55:30 -05:00
a6413707d3 Add alignment button to full HTML text format #134 2025-02-22 00:42:37 -05:00
fd8b85d8cc Update input formats simply by saving (& switching minimal to ckeditor5) 2025-02-21 23:25:29 -05:00
bf260559c0 Update composer lock file 2025-02-21 21:20:28 -05:00
e7e27fe6b6 Include fakeobjects in composer since we have it installed
It does work with CKEditor5, whatever its supposed to do.

https://www.drupal.org/project/fakeobjects
2025-02-21 21:18:26 -05:00
88e6ae06dc Update composer lock file 2025-02-21 21:13:19 -05:00
261070d05c Upgrade footnotes module 2025-02-21 21:13:17 -05:00
1a67e98980 Remove fakeobjects library removed by composer…
OK, make up your mind, composer.  Possible triggering change in next commit.
2025-02-21 21:13:01 -05:00
b08da36dbc Apply updates to JS libraries from composer updates 2025-02-21 20:41:12 -05:00
ab7cf69ecf Update composer lock file 2025-02-21 20:35:14 -05:00
d2b161b036 Apply config changes after database updates 2025-02-21 20:35:08 -05:00
9723afa636 Align composer.json more closely (but not perfectly) with Drutopia build source 2025-02-21 18:25:47 -05:00
bbd97e2815 Add script for retaining custom .htaccess from Drutopia build source 2025-02-21 18:23:07 -05:00
58c7589914 Remove citation output from stories in search results #133 2025-02-20 14:55:48 -05:00
9484396229 Allow managers to view site reports #124 2025-02-20 11:49:03 -05:00
36fe87400b Allow visitors to see the Drupal visitor count on content 2025-02-20 11:47:58 -05:00
39d0d48fe1 Add page caching 2025-02-20 11:46:55 -05:00
800b045b40 Config snapshot 2025-02-20 11:45:10 -05:00
55d9ac58b1 Enable and configure Plausible module #124 2025-02-20 11:39:13 -05:00
68ec23f264 Apply DDEV self-updates 2025-02-20 10:55:31 -05:00
7a795edc22 Remove outdated xdebug config 2025-02-20 10:54:48 -05:00
db25728263 Remove typo in PHP version 2025-02-02 08:24:32 -05:00
c43e265be2 Update and expand getting started steps, improve formatting and consistency
(as far as presuming DDEV)
2025-01-25 21:56:37 -05:00
2542f4a907 Remove migration-related instructions (completed that in 2019) 2025-01-25 21:55:29 -05:00
f89de9cd5b Update name, Drupal version, PHP version 2025-01-25 18:56:28 -05:00
5f0d8e285a Apply DDEV self-updates 2025-01-22 18:16:55 -05:00
f8717c06f2 Apply some automatic Drupal config rearrangement 2024-12-02 09:48:14 -08:00
ddfb9e58f1 Give contributor media image related permissions
Ref #128
2024-12-02 09:47:32 -08:00
1f00cb521d Clean up responsive image styles 2024-12-02 09:46:34 -08:00
3db3937b88 Add and update config snapshots 2024-11-25 09:55:44 -08:00
86aa0345a2 Apply database updates 2024-11-25 09:55:34 -08:00
e70878de65 Update lock file 2024-11-25 09:55:09 -08:00
Chris (wolcen) Thompson
a1d1a3e8fe Relocate test server 2024-10-07 18:29:05 -04:00
Chris (wolcen) Thompson
69de83d6c3 Reformat UPGRADE.md 2024-10-07 18:28:25 -04:00
cc746568c5 Add an extra note about remembering to remove the honeypot dependency from root composer 2024-10-07 12:47:15 -07:00
dd8185da3f Update upgrade documentation to reflect new rebased D10 branch 2024-10-07 12:41:14 -07:00
ed3029d217 Apply database updates 2024-10-07 12:38:45 -07:00
c23d471489 Update lock file 2024-10-07 12:37:47 -07:00
5ff3717750 Constrain honeypot version to allow database updates to run properly
https://www.drupal.org/project/honeypot/issues/3468450
2024-10-07 12:37:33 -07:00
4ed4b2dd03 Remove duplicate visitors dependency (probably happened during rebase) 2024-10-07 12:35:36 -07:00
9da65056b0 Update lock file 2024-10-07 12:33:29 -07:00
1bc2cca817 Update core patches 2024-10-07 12:33:16 -07:00
f6b9ec0b0d Compile CSS and JS 2024-10-07 12:00:42 -07:00
e3da49fcbc Allow mastodon embeds to display properly
Ref #125
2024-10-07 12:00:41 -07:00
2e99d5036e Apply self-updates 2024-10-07 12:00:41 -07:00
dd33e2ddaa Enable and configure permissions for visitors module #124 2024-10-07 12:00:41 -07:00
Chris (wolcen) Thompson
be6398b46f Remove duplicated line in captcha settings config 2024-10-07 12:00:41 -07:00
3775b9254b Update composer lock 2024-10-07 12:00:39 -07:00
8e490c59ef Add visitors module
Ref #124
2024-10-07 11:59:56 -07:00
4ee341391e Update composer lock 2024-10-07 11:59:56 -07:00
0941a53e40 Switch to static, working version of patch 2024-10-07 11:59:56 -07:00
981bf7252a Document the process of upgrading the site to D10 2024-10-07 11:59:56 -07:00
7b66a43869 Reduce the hard limit on the size of the wide rectangle crop type 2024-10-07 11:59:56 -07:00
lelkneralfaro
01d6a028ed Remove bottom whitespace coming from a margin rule
Sneak in an opacity rule change that should have been in the last commit
2024-10-07 11:59:56 -07:00
lelkneralfaro
5a7ad5e981 Update composer lock 2024-10-07 11:59:56 -07:00
4c090fa6f3 Apply some automatic updates to basic basic filter format 2024-10-07 11:59:56 -07:00
lelkneralfaro
bc33fe5fb2 Expand height of footer image parent and add opacity 2024-10-07 11:59:56 -07:00
1a242a2e51 Reduce the hard limit on extra wide rectangle crop type (so that it can be applied to tiny image in footer) 2024-10-07 11:59:56 -07:00
23879115e4 Configure the display of slide paragraph 2024-10-07 11:59:56 -07:00
0e760463e8 Re-theme slides 2024-10-07 11:59:56 -07:00
dafb90722c Revert "Update display of media images in slides"
This reverts commit 766093f539.
2024-10-07 11:59:56 -07:00
11cb90f508 Update display of media images in slides 2024-10-07 11:59:56 -07:00
4e7f31d3b4 Override the paragraph slide template 2024-10-07 11:59:56 -07:00
2c5b6472ee Switch template to extend stable9 rather than stable 2024-10-07 11:59:56 -07:00
84c6325436 Update templates to reflect change from field_image to field_media_image 2024-10-07 11:59:56 -07:00
f3a09e2920 Configure field media image display on all full content view modes 2024-10-07 11:59:56 -07:00
fd0e9ae445 Configure display of field media image on all card view modes 2024-10-07 11:59:56 -07:00
0141a9ba12 Remove reference to non-existent script in composer json 2024-10-07 11:59:56 -07:00
a3ecb2a905 Configure full html text editor 2024-10-07 11:59:56 -07:00
abc6efebc3 Replace field_image spec in ds-1col template with field_media_image 2024-10-07 11:59:56 -07:00
d643172cb2 Replace field_image with field_media_image on collections 2024-10-07 11:59:56 -07:00
28422be24c Replace field image with field media image on gleanings 2024-10-07 11:59:56 -07:00
dba0b270b0 Revise and re-save article config after distro update 2024-10-07 11:59:56 -07:00
5e3d693aaa Correct the machine name of the people content type in the image to media transformation 2024-10-07 11:59:55 -07:00
ea74c6ce83 Add convert bundles on media system action 2024-10-07 11:59:55 -07:00
c10d92021f Add deploy hook to migrate images to media using migration helpers 2024-10-07 11:59:55 -07:00
8bc7393a1f Enable migration helpers 2024-10-07 11:59:55 -07:00
4a6f9c1469 Add migration helpers to composer requirements 2024-10-07 11:59:53 -07:00
409ce63019 Remove the stark blocks added from distro update
Stark theme is not installed
2024-10-07 11:58:19 -07:00
705d7c56f3 Update config snapshots 2024-10-07 11:58:19 -07:00
f396430bc1 Selectively apply distro update 2024-10-07 11:58:16 -07:00
Louis Elkner-Alfaro
2a4b10f537 Bring in updated module configuration after D10 upgrade 2024-10-07 11:51:07 -07:00
Louis Elkner-Alfaro
790a477269 Add new configuration generated by config distro after d10 upgrade 2024-10-07 11:51:07 -07:00
ed09c9acf2 Apply automatic config self-updates 2024-10-07 11:51:04 -07:00
9affa01023 Add and update config snapshots 2024-10-07 11:46:38 -07:00
41e1a3985a Enable workflow buttons, trash workflow, and other module dependencies 2024-10-07 11:46:38 -07:00
c1520113fd Apply database updates 2024-10-07 11:46:38 -07:00
4d03914d17 Add D10 compatibility to geo upgrade cusstom module 2024-10-07 11:46:38 -07:00
7d5e28470e Apply automatic drupal scaffolding updates 2024-10-07 11:46:38 -07:00
3480bb4d40 Update lock file 2024-10-07 11:46:31 -07:00
ea9846b73c Update mailchimp and cshs version constraints for D10 compatibility 2024-10-07 11:44:17 -07:00
25467b2ffc Add issue fork of empty page for D10 compatibility 2024-10-07 11:44:17 -07:00
b3a30f32be Remove some unused modules 2024-10-07 11:44:17 -07:00
82a60b0fec Update composer json toward D10 compatibility
Meld with Drutopia build source
2024-10-07 11:43:57 -07:00
505 changed files with 51251 additions and 13000 deletions

18
.ddev/.gitignore vendored
View file

@ -4,37 +4,29 @@
/**/*.example
/.dbimageBuild
/.dbimageExtra
/.ddev-docker-*.yaml
/.*downloads
/.homeadditions
/.importdb*
/.sshimageBuild
/.venv
/.webimageBuild
/.webimageExtra
/apache/apache-site.conf
/commands/.gitattributes
/commands/db/mysql
/commands/host/launch
/commands/web/xdebug
/commands/web/live
/config.local.y*ml
/config.*.local.y*ml
/db_snapshots
/import-db
/import.yaml
/mutagen/mutagen.yml
/mutagen/.start-synced
/nginx_full/nginx-site.conf
/postgres/postgresql.conf
/providers/acquia.yaml
/providers/lagoon.yaml
/providers/pantheon.yaml
/providers/platform.yaml
/providers/upsun.yaml
/sequelpro.spf
/settings/settings.ddev.py
/traefik/config/geo.yaml
/traefik/certs/geo.crt
/traefik/certs/geo.key
/traefik/config/geo-coop.yaml
/traefik/certs/geo-coop.crt
/traefik/certs/geo-coop.key
/xhprof/xhprof_prepend.php
/**/README.*

View file

@ -1,83 +1,95 @@
name: geo
type: drupal9
name: geo-coop
type: drupal11
docroot: web
php_version: "8.1"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
database:
type: mariadb
version: "10.5"
nfs_mount_enabled: false
mutagen_enabled: false
use_dns_when_possible: false
type: mariadb
version: "10.5"
use_dns_when_possible: true
composer_version: "2"
web_environment: []
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
# http://projectname.ddev.site and https://projectname.ddev.site
# type: <projecttype> # drupal6/7/8, backdrop, typo3, wordpress, php
# type: <projecttype> # backdrop, cakephp, craftcms, drupal, drupal6, drupal7, drupal8, drupal9, drupal10, drupal11, laravel, magento, magento2, php, shopware6, silverstripe, symfony, typo3, wordpress
# 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.
# php_version: "7.4" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"
# php_version: "8.3" # PHP version to use, "5.6" through "8.4"
# 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.
# webimage: <docker_image> # nginx/php docker image.
# database:
# type: <dbtype> # mysql, mariadb
# version: <version> # database version, like "10.3" or "8.0"
# Note that mariadb_version or mysql_version from v1.18 and earlier
# will automatically be converted to this notation with just a "ddev config --auto"
# type: <dbtype> # mysql, mariadb, postgres
# version: <version> # database version, like "10.11" or "8.0"
# MariaDB versions can be 5.5-10.8, 10.11, and 11.4.
# MySQL versions can be 5.5-8.0.
# PostgreSQL versions can be 9-17.
# router_http_port: <port> # Port to be used for http (defaults to port 80)
# router_https_port: <port> # Port for https (defaults to 443)
# router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
# router_https_port: <port> # Port for https (defaults to global configuration, usually 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
# "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.
# "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.
# 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
# "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.
# "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.
# webserver_type: nginx-fpm # or apache-fpm
# webserver_type: nginx-fpm or apache-fpm
# 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;
# it can be set to any valid timezone,
# see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# For example Europe/Dublin or MST7MDT
# 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
# commands are executed.
# composer_version: "2"
# if composer_version:"2" it will use the most recent composer v2
# It can also be set to "1", to get most recent composer v1
# or "" for the default v2 created at release time.
# It can be set to any existing specific composer version.
# After first project 'ddev start' this will not be updated until it changes
# You can set it to "" or "2" (default) for Composer v2 or "1" for Composer v1
# to use the latest major version available at the time your container is built.
# It is also possible to use each other Composer version channel. This includes:
# - 2.2 (latest Composer LTS version)
# - stable
# - 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: "16"
# change from the default system Node.js version to another supported version, like 12, 14, 17.
# Note that you can use 'ddev nvm' or nvm inside the web container to provide nearly any
# Node.js version, including v6, etc.
# nodejs_version: "22"
# change from the default system Node.js version to any other version.
# See https://ddev.readthedocs.io/en/stable/users/configuration/config/#nodejs_version for more information
# and https://www.npmjs.com/package/n#specifying-nodejs-versions for the full documentation,
# 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:
# - somename
@ -91,8 +103,26 @@ nodejs_version: "16"
# would provide http and https URLs for "example.com" and "sub1.example.com"
# Please take care with this because it can cause great confusion.
# upload_dir: custom/upload/dir
# would set the destination path for ddev import-files to <docroot>/custom/upload/dir
# upload_dirs: "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:
# web: /var/www/html
@ -101,20 +131,25 @@ nodejs_version: "16"
# These values specify the destination directory for ddev ssh and the
# directory in which commands passed into ddev exec are run.
# omit_containers: [db, dba, ddev-ssh-agent]
# omit_containers: [db, ddev-ssh-agent]
# Currently only these containers are supported. Some containers can also be
# 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
# possible to omit ddev-router, but not here.
# nfs_mount_enabled: false
# Great performance improvement but requires host configuration first.
# See https://ddev.readthedocs.io/en/stable/users/performance/#using-nfs-to-mount-the-project-into-the-container
# mutagen_enabled: false
# Experimental performance improvement using mutagen asynchronous updates.
# See https://ddev.readthedocs.io/en/latest/users/performance/#using-mutagen
# performance_mode: "global"
# DDEV offers performance optimization strategies to improve the filesystem
# performance depending on your host system. Should be configured globally.
#
# If set, will override the global config. Possible values are:
# - "global": uses the value from the global config.
# - "none": disables performance optimization for this project.
# - "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
# Decide whether 'ddev start' should be interrupted by a failing hook
@ -135,20 +170,12 @@ nodejs_version: "16"
# The host port binding for the ddev-dbserver can be explicitly specified. It is dynamic
# unless explicitly specified.
# phpmyadmin_port: "8036"
# phpmyadmin_https_port: "8037"
# The PHPMyAdmin ports can be changed from the default 8036 and 8037
# mailpit_http_port: "8025"
# mailpit_https_port: "8026"
# The Mailpit ports can be changed from the default 8025 and 8026
# host_phpmyadmin_port: "8036"
# 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
# host_mailpit_port: "8025"
# The mailpit 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.
# webimage_extra_packages: [php7.4-tidy, php-bcmath]
@ -169,39 +196,91 @@ nodejs_version: "16"
# If you prefer you can change this to "ddev.local" to preserve
# pre-v1.9 behavior.
# ngrok_args: --subdomain mysite --auth username:pass
# ngrok_args: --basic-auth username:pass1234
# Provide extra flags to the "ngrok http" command, see
# https://ngrok.com/docs#http or run "ngrok http -h"
# https://ngrok.com/docs/ngrok-agent/config or run "ngrok http -h"
# disable_settings_management: false
# If true, ddev will not create CMS-specific settings files like
# Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalConfiguration.php
# If true, DDEV will not create CMS-specific settings files like
# Drupal's settings.php/settings.ddev.php or TYPO3's additional.php
# In this case the user must provide all such settings.
# You can inject environment variables into the web container with:
# web_environment:
# - SOMEENV=somevalue
# - SOMEOTHERENV=someothervalue
# - SOMEENV=somevalue
# - SOMEOTHERENV=someothervalue
# 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.
# This is to enable experimentation with alternate file mounting strategies.
# For advanced users only!
# bind_all_interfaces: false
# If true, host ports will be bound on all network interfaces,
# not just the localhost interface. This means that ports
# not the localhost interface only. This means that ports
# will be available on the local network if the host firewall
# allows it.
# Many ddev commands can be extended to run tasks before or after the
# ddev command is executed, for example "post-start", "post-import-db",
# default_container_timeout: 120
# The default time that DDEV waits for all containers to become ready can be increased from
# 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 dont intend to use the https_port!
# If you dont 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"
# See https://ddev.readthedocs.io/en/stable/users/extending-commands/ for more
# See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/ for more
# information on the commands that can be extended and the tasks you can define
# for them. Example:
#hooks:
# post-import-db:
# - exec: drush cr
# - exec: drush updb
# - exec: drush sql:sanitize
# - exec: drush updatedb
# - exec: drush cache:rebuild

View file

@ -1,2 +0,0 @@
[XDebug]
xdebug.idekey = PHPSTORM

View file

@ -0,0 +1,27 @@
#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-----

View file

@ -0,0 +1,29 @@
#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-----

View file

@ -0,0 +1,77 @@
#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

View file

@ -6,16 +6,14 @@ Drutopia for special functionality, however.
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
One time:
```
git clone git@gitlab.com:agaric/sites/geo.git
```shell
mkdir -p ~/Projects/geo
cd ~/Projects/geo
git clone git@git.agaric.com:geo/geo-coop.git
cd geo
```
@ -24,84 +22,19 @@ the following steps to work.
Whenever you want a fresh start:
```
```shell
git pull
ddev start
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`.
## Pull live content down for development
```
drush sql-sync @live @self
drush -y rsync --exclude-paths=css:js:php --verbose @live:%files/ @self:%files
```shell
ddev drush sql-sync @live @self
ddev 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 Normal file
View file

@ -0,0 +1,34 @@
## 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)

View file

@ -1,30 +1,19 @@
{
"name": "agaric-sites/geo",
"description": "Drutopia-based site for the Grassroots Economic Organizing collective and potentially other news sites.",
"homepage": "https://geo.coop",
"type": "project",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"homepage": "https://gitlab.com/drutopia",
"support": {
"docs": "http://docs.drutopia.org/en/latest"
"docs": "http://docs.drutopia.org/en/latest",
"issues": "https://gitlab.com/drutopia/drutopia/-/issues"
},
"repositories": {
"drupal/octavia_camouflage": {
"drupal/empty_page": {
"type": "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"
"url": "git@git.drupal.org:issue/empty_page-3287186.git"
},
"drupal": {
"type": "composer",
@ -32,112 +21,142 @@
}
},
"require": {
"composer/installers": "^1.9",
"composer/installers": "^2",
"cweagans/composer-patches": "^1.7",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/admin_toolbar": "^3",
"drupal/antibot": "^2",
"drupal/asset_injector": "^2",
"drupal/auto_entitylabel": "^3",
"drupal/backup_migrate": "^5",
"drupal/block_class": "^1.3",
"drupal/ckeditorheight": "^1.3",
"drupal/better_exposed_filters": "^6",
"drupal/block_class": "^4",
"drupal/bpmn_io": "^1",
"drupal/cancel_button": "^1",
"drupal/ckeditor_iframe": "^3.0@beta",
"drupal/ckeditorheight": "^1",
"drupal/classitup": "^1",
"drupal/comment_notify": "^1",
"drupal/content_lock": "^2.2",
"drupal/convert_bundles": "^1.0@alpha",
"drupal/core-composer-scaffold": "^9",
"drupal/core-recommended": "^9",
"drupal/cshs": "^3",
"drupal/csp": "^1.13",
"drupal/dashboards": "^2.0",
"drupal/date_popup": "^1.1",
"drupal/datetimehideseconds": "^1.1",
"drupal/diff": "^1.0",
"drupal/content_lock": "^2",
"drupal/convert_bundles": "^2",
"drupal/core-composer-scaffold": "^10",
"drupal/core-recommended": "^10",
"drupal/cshs": "^4",
"drupal/csp": "^1",
"drupal/customerror": "^1",
"drupal/dashboards": "^2",
"drupal/date_popup": "^2",
"drupal/datetimehideseconds": "^1",
"drupal/diff": "^1",
"drupal/drd_agent": "^4",
"drupal/drutopia_collection": "dev-8.x-1.x as 1.x-dev",
"drupal/drutopia_core": "dev-8.x-1.x as 1.x-dev",
"drupal/drutopia_paragraph_title": "1.x-dev",
"drupal/easy_breadcrumb": "^2.0",
"drupal/drutopia_collection": "2.0.x-dev@dev",
"drupal/drutopia_core": "2.0.x-dev@dev",
"drupal/drutopia_organization": "2.0.x-dev@dev",
"drupal/drutopia_paragraph_title": "^1",
"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/editoria11y": "^1.0",
"drupal/empty_page": "^3",
"drupal/editoria11y": "^2",
"drupal/empty_page": "dev-8.x-1.x",
"drupal/entity_reference_override": "^2",
"drupal/entitygroupfield": "^1.0@alpha",
"drupal/environment_indicator": "^4.0",
"drupal/exif_orientation": "^1.1",
"drupal/field_defaults": "^1.3",
"drupal/field_formatter_class": "^1.5",
"drupal/field_token_value": "^2",
"drupal/fitvids": "^1.1",
"drupal/fixed_block_content": "^1.0",
"drupal/footnotes": "2.x-dev",
"drupal/geolocation": "^3.2",
"drupal/gin": "^3.0@beta",
"drupal/gin_gutenberg": "^1.0",
"drupal/gin_login": "^1.2",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/google_analytics": "^3.0",
"drupal/gutenberg": "^2.5",
"drupal/ief_complex_open": "^1.0",
"drupal/entitygroupfield": "^2",
"drupal/environment_indicator": "^4",
"drupal/eva": "^3",
"drupal/exif_orientation": "^1",
"drupal/facets": "dev-3.0.x as 2.0.x-dev",
"drupal/fakeobjects": "^2",
"drupal/field_defaults": "^2",
"drupal/field_formatter_class": "^1",
"drupal/field_token_value": "^3",
"drupal/filter_perms": "^1",
"drupal/fitvids": "^2",
"drupal/fixed_block_content": "^1",
"drupal/footnotes": "^4",
"drupal/geolocation": "^3",
"drupal/gin_gutenberg": "^1",
"drupal/gin_login": "^2",
"drupal/google_analytics": "^4",
"drupal/gutenberg": "^2",
"drupal/http_cache_control": "^2",
"drupal/http_client_error_status": "^3",
"drupal/ief_complex_open": "^1",
"drupal/indieweb": "^1",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/insert": "^2.0",
"drupal/inotherwords": "^3",
"drupal/insert": "^3",
"drupal/key": "^1.14",
"drupal/link_attributes": "^1.9",
"drupal/linkit": "^6",
"drupal/mailchimp": "^1.10",
"drupal/mailchimp": "^2",
"drupal/markdown": "^3",
"drupal/menu_link_config": "^1.0@alpha",
"drupal/menu_trail_by_path": "^1.3",
"drupal/menu_trail_by_path": "^2",
"drupal/microformats": "^2",
"drupal/migrate_plus": "^6",
"drupal/migrate_source_csv": "^3",
"drupal/migrate_tools": "^6",
"drupal/migrate_upgrade": "^4",
"drupal/mobile_number": "^2.0@alpha",
"drupal/migration_helpers": "1.0.x-dev@dev",
"drupal/minimalhtml": "^2",
"drupal/node_view_permissions": "^1.4",
"drupal/noreferrer": "^1.7",
"drupal/noreferrer": "^1",
"drupal/notfoundpassthrough": "1.x-dev",
"drupal/octavia": "1.x-dev",
"drupal/octavia_camouflage": "dev-8.x-1.x as 1.x-dev",
"drupal/password_policy": "^3.0",
"drupal/octavia": "2.0.x-dev@dev",
"drupal/octavia_camouflage": "2.0.x-dev@dev",
"drupal/paragraphs_features": "^2",
"drupal/password_policy": "^4",
"drupal/plausible": "^2.0@beta",
"drupal/prepopulate": "^2.3",
"drupal/preview_link": "^1.7",
"drupal/r4032login": "^2.2",
"drupal/prepopulate": "^2",
"drupal/preview_link": "^2",
"drupal/printable": "^3",
"drupal/r4032login": "^2",
"drupal/rabbit_hole": "^1.0@beta",
"drupal/regionincontent": "^1",
"drupal/registration_role": "^2",
"drupal/require_on_publish": "^1",
"drupal/role_delegation": "^1",
"drupal/schema_metatag": "^2.2",
"drupal/scn": "^1.1",
"drupal/scheduler": "^1",
"drupal/schema_metatag": "^3",
"drupal/scn": "^2",
"drupal/search404": "^2",
"drupal/search_api_autocomplete": "^1.6",
"drupal/search_api_saved_searches": "^1.0@alpha",
"drupal/seckit": "^2.0",
"drupal/search_api_saved_searches": "^1",
"drupal/seckit": "^2",
"drupal/select_or_other": "^4.0",
"drupal/shield": "^1.4",
"drupal/smart_date": "^3.5",
"drupal/sms": "^2.0",
"drupal/sms_twilio": "^1.0",
"drupal/simple_sitemap": "^4.1",
"drupal/smart_date": "^4",
"drupal/sms": "^2",
"drupal/social_post_facebook": "3.0.x-dev@dev",
"drupal/social_post_twitter": "3.x-dev@dev",
"drupal/stable": "^2.0",
"drupal/stringoverrides": "^1.8",
"drupal/subpathauto": "^1.0@RC",
"drupal/taxonomy_import": "^2",
"drupal/taxonomy_manager": "^2",
"drupal/textarea_widget_for_text": "^1.1",
"drupal/tomselect": "1.0.x-dev@dev",
"drupal/trim": "^1.0",
"drupal/twigsuggest": "^1",
"drupal/urllogin": "^2",
"drupal/trim": "^2",
"drupal/twig_tweak": "^3",
"drupal/ui_patterns": "^1",
"drupal/unique_content_field_validation": "^1.1",
"drupal/view_password": "^6",
"drupal/view_unpublished": "^1.0",
"drupal/viewsreference": "^1",
"drupal/visitors": "^2.17",
"drupal/webform": "^6.0",
"drupal/weight": "^3.3",
"drush/drush": "^10",
"drutopia/drutopia": "dev-8.x-1.x",
"drupal/workflow_buttons": "1.x-dev",
"drupal/wysiwyg_linebreaks": "^2",
"drush/drush": "*",
"drutopia/drutopia": "2.0.x-dev",
"league/commonmark": "^1.0",
"vlucas/phpdotenv": "^5.1",
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
"behat/behat": "^3.4",
"behat/mink": "^1.7",
"behat/mink-goutte-driver": "^1.2",
"drupal/upgrade_status": "^4"
},
"config": {
@ -179,8 +198,16 @@
},
"enable-patching": true,
"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": {
"Template suggestions does not work": "https://www.drupal.org/files/issues/2018-08-27/2887778-9.patch"
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
},
"drupal/unique_content_field_validation": {
"Overriden title field" : "https://www.drupal.org/files/issues/2023-01-05/unique-validation-title-override.patch"
}
}
},

14615
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
_core:
default_config_hash: AAmWcgwzGYbXfR6wfEfMyoi3r5QZwlpxvq5dHbupnJo
display_menu_item: 0

View file

@ -5,5 +5,5 @@ form_ids:
- user_login_form
- user_pass
- user_register_form
- 'contact_*'
- 'contact_message_*'
show_form_ids: false

View file

@ -1,5 +1,6 @@
_core:
default_config_hash: QnLi3Y7e5T_v9EZqYxRb90E0bBDb2g1y7xREWLKJLC0
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ
langcode: en
interval: 60000
only_on_form_change: false
active_on:

View file

@ -5,10 +5,14 @@ dependencies:
config:
- views.view.search
module:
- block_class
- block_visibility_groups
- views
theme:
- geofresco
third_party_settings:
block_class:
classes: is-hidden-mobile
id: exposedformsearchpage_1
theme: geofresco
region: header_search

View file

@ -2,8 +2,13 @@ uuid: aeb3ab6f-f30b-48d1-85ab-97a6dfde8e3a
langcode: en
status: true
dependencies:
module:
- block_class
theme:
- geofresco
third_party_settings:
block_class:
classes: column
_core:
default_config_hash: sFPCArkI1EMTMKn-T_Gtlk6pAr2_JhI5b7aLvRz9UjM
id: geofresco_page_title

View file

@ -0,0 +1,24 @@
_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: '[]'

View file

@ -6,5 +6,5 @@ _core:
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
id: slide
label: Slide
revision: 1
revision: true
description: ''

View file

@ -27,7 +27,7 @@ table:
narrow: 0
cdn:
bulma:
version: 0.5.3
version: 0.9.1
bulmaswatch:
version: 0.5.1
version: 0.8.1
theme: default

View file

@ -3,7 +3,7 @@ langcode: en
status: false
dependencies: { }
_core:
default_config_hash: JWbmGm_KvY_3No38GsmOrkAy8N9u5Sm4yjJlDJlAW7c
default_config_hash: 7zUmOK1ti1l0bc78ieysHa3_57MOin7IgHpHhwbSugs
formId: contact_message_personal_form
captchaType: default
label: contact_message_personal_form

View file

@ -3,7 +3,7 @@ langcode: en
status: false
dependencies: { }
_core:
default_config_hash: crLwyc9uwZ8Bv8lpMLIOEQYHOxW_mS49jaDf_95-o4I
default_config_hash: XbughDuwgOtc_8ztmYxz84gaXBeR760xH3bGSKD9v1Q
formId: user_login_form
captchaType: default
label: user_login_form

View file

@ -3,7 +3,7 @@ langcode: en
status: false
dependencies: { }
_core:
default_config_hash: KV2eyuDk4Ux0da6fu6QsTUf_49rPDXilNurV5nRZqJE
default_config_hash: qZeHI5fZ9WQRKsfl8FMBwzk3puSsWCRtWKEZh04JJUo
formId: user_pass
captchaType: default
label: user_pass

View file

@ -3,7 +3,7 @@ langcode: en
status: false
dependencies: { }
_core:
default_config_hash: O11nB9Assnic6AhIuaeK_CQdh_zO0udxABDnUZJupis
default_config_hash: 2iz3cMg7T1eSKXtNIB9WyaRptfg7wosDDPBSBhXFXl0
formId: user_register_form
captchaType: default
label: user_register_form

View file

@ -1,9 +1,10 @@
_core:
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
_core: null
langcode: en
enable_globally: 0
enable_globally_on_admin_routes: false
default_challenge: riddler/Riddler
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
title: CAPTCHA
administration_mode: true
administration_mode_on_admin_routes: false
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
@ -11,4 +12,4 @@ default_validation: 1
persistence: 1
enable_stats: false
log_wrong_responses: true
title: CAPTCHA
default_config_hash: QDFjOXYIYVwCPQYHY4wAx4DUqOEkNaZokIx6DGApR9I

View file

@ -0,0 +1,75 @@
_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

View file

@ -1,5 +1,6 @@
_core:
default_config_hash: y7oCzsZ-B0R-nyeSFO1f2h9BEChUQGSZT-3cqXd-sLE
langcode: en
bundle_types: { }
available_alerts:
1: true

View file

@ -1,11 +0,0 @@
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: { }

View file

@ -8,4 +8,11 @@ id: config_sync.module.admin_toolbar_search
snapshotSet: config_sync
extensionType: module
extensionName: admin_toolbar_search
items: { }
items:
-
collection: ''
name: admin_toolbar_search.settings
data:
display_menu_item: 0
_core:
default_config_hash: AAmWcgwzGYbXfR6wfEfMyoi3r5QZwlpxvq5dHbupnJo

View file

@ -18,5 +18,7 @@ items:
- user_login_form
- user_pass
- user_register_form
- 'contact_*'
- 'contact_message_*'
show_form_ids: false
_core:
default_config_hash: 2TnP0TViNExHGuA7Cdr4L3uxhYGNzKyL0XnoAhtSHMQ

View file

@ -14,3 +14,5 @@ items:
name: automated_cron.settings
data:
interval: 10800
_core:
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs

View file

@ -21,6 +21,7 @@ items:
name: autosave_form.settings
data:
interval: 60000
only_on_form_change: false
active_on:
content_entity_forms: true
config_entity_forms: false
@ -29,5 +30,6 @@ items:
message: 'Saving draft...'
delay: 1000
allowed_content_entity_types: { }
allowed_new: true
_core:
default_config_hash: QnLi3Y7e5T_v9EZqYxRb90E0bBDb2g1y7xREWLKJLC0
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ

View file

@ -8,4 +8,49 @@ id: config_sync.module.block
snapshotSet: config_sync
extensionType: module
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

View file

@ -0,0 +1,34 @@
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

View file

@ -20,8 +20,11 @@ items:
- block_content
id: block_content.full
label: Full
description: ''
targetEntityType: block_content
cache: true
_core:
default_config_hash: Q7yUUYeRLByl-MCGveKKF_KhAtNICLCMJuKWfugCvso
-
collection: ''
name: field.storage.block_content.body
@ -44,6 +47,8 @@ items:
indexes: { }
persist_with_no_fields: true
custom_storage: false
_core:
default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc
-
collection: ''
name: views.view.block_content
@ -55,112 +60,20 @@ items:
- block_content
- user
id: block_content
label: 'Custom block library'
label: 'Content blocks'
module: views
description: 'Find and manage custom blocks.'
description: 'Find and manage content blocks.'
tag: default
base_table: block_content_field_data
base_field: id
core: 8.x
display:
default:
display_plugin: default
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
access:
type: perm
options:
perm: 'administer blocks'
cache:
type: tag
options: { }
query:
type: views_query
options:
disable_sql_rewrite: false
distinct: false
replica: false
query_comment: ''
query_tags: { }
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: mini
options:
items_per_page: 50
offset: 0
id: 0
total_pages: null
tags:
previous: ' Previous'
next: 'Next '
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
override: true
sticky: false
caption: ''
summary: ''
description: ''
columns:
info: info
type: type
changed: changed
operations: operations
info:
info:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
type:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
changed:
sortable: true
default_sort_order: desc
align: ''
separator: ''
empty_column: false
responsive: ''
operations:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
default: changed
empty_table: true
row:
type: fields
title: 'Content blocks'
fields:
info:
id: info
@ -169,6 +82,9 @@ items:
relationship: none
group_type: group
admin_label: ''
entity_type: null
entity_field: info
plugin_id: field
label: 'Block description'
exclude: false
alter:
@ -224,9 +140,6 @@ items:
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: null
entity_field: info
plugin_id: field
type:
id: type
table: block_content_field_data
@ -234,6 +147,9 @@ items:
relationship: none
group_type: group
admin_label: ''
entity_type: block_content
entity_field: type
plugin_id: field
label: 'Block type'
exclude: false
alter:
@ -289,9 +205,6 @@ items:
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: block_content
entity_field: type
plugin_id: field
changed:
id: changed
table: block_content_field_data
@ -299,6 +212,9 @@ items:
relationship: none
group_type: group
admin_label: ''
entity_type: block_content
entity_field: changed
plugin_id: field
label: Updated
exclude: false
alter:
@ -340,14 +256,20 @@ items:
hide_empty: false
empty_zero: false
hide_alter_empty: true
entity_type: block_content
entity_field: changed
type: timestamp
settings:
date_format: short
custom_date_format: ''
timezone: ''
plugin_id: field
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
operations:
id: operations
table: block_content
@ -355,6 +277,8 @@ items:
relationship: none
group_type: group
admin_label: ''
entity_type: block_content
plugin_id: entity_operations
label: Operations
exclude: false
alter:
@ -397,8 +321,66 @@ items:
empty_zero: false
hide_alter_empty: 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
plugin_id: entity_operations
plugin_id: block_content_listing_empty
label: ''
empty: true
sorts: { }
arguments: { }
filters:
info:
id: info
@ -407,6 +389,9 @@ items:
relationship: none
group_type: group
admin_label: ''
entity_type: block_content
entity_field: info
plugin_id: string
operator: contains
value: ''
group: 1
@ -417,6 +402,8 @@ items:
description: ''
use_operator: false
operator: info_op
operator_limit_selection: false
operator_list: { }
identifier: info
required: false
remember: false
@ -437,9 +424,6 @@ items:
default_group: All
default_group_multiple: { }
group_items: { }
entity_type: block_content
entity_field: info
plugin_id: string
type:
id: type
table: block_content_field_data
@ -447,6 +431,9 @@ items:
relationship: none
group_type: group
admin_label: ''
entity_type: block_content
entity_field: type
plugin_id: bundle
operator: in
value: { }
group: 1
@ -457,6 +444,8 @@ items:
description: ''
use_operator: false
operator: type_op
operator_limit_selection: false
operator_list: { }
identifier: type
required: false
remember: false
@ -478,9 +467,6 @@ items:
default_group: All
default_group_multiple: { }
group_items: { }
entity_type: block_content
entity_field: type
plugin_id: bundle
reusable:
id: reusable
table: block_content_field_data
@ -488,6 +474,9 @@ items:
relationship: none
group_type: group
admin_label: ''
entity_type: block_content
entity_field: reusable
plugin_id: boolean
operator: '='
value: '1'
group: 1
@ -498,6 +487,8 @@ items:
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
@ -516,70 +507,100 @@ items:
default_group: All
default_group_multiple: { }
group_items: { }
entity_type: block_content
entity_field: reusable
plugin_id: boolean
sorts: { }
title: 'Custom block library'
style:
type: table
options:
grouping: { }
row_class: ''
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: { }
footer: { }
empty:
area_text_custom:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content: 'There are no custom blocks available.'
plugin_id: text_custom
block_content_listing_empty:
admin_label: ''
empty: true
field: block_content_listing_empty
group_type: group
id: block_content_listing_empty
label: ''
relationship: none
table: block_content
plugin_id: block_content_listing_empty
entity_type: block_content
relationships: { }
arguments: { }
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
max-age: 0
tags: { }
page_1:
display_plugin: page
id: page_1
display_title: Page
display_plugin: page
position: 1
display_options:
display_extenders: { }
path: admin/structure/block/block-content
path: admin/content/block
menu:
type: tab
title: 'Custom block library'
description: ''
parent: block.admin_display
title: Blocks
description: 'Create and edit content blocks.'
weight: 0
context: '0'
menu_name: admin
parent: system.admin_content
context: '0'
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
max-age: 0
tags: { }
_core:
default_config_hash: AcOE_1RLjX4okjWSOk7Pen1IdtPsY0Nbn0HXWG3zMqc

View file

@ -9,18 +9,6 @@ snapshotSet: config_sync
extensionType: module
extensionName: captcha
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: ''
name: captcha.captcha_point.contact_message_personal_form
@ -30,9 +18,9 @@ items:
dependencies: { }
formId: contact_message_personal_form
captchaType: default
label: null
label: contact_message_personal_form
_core:
default_config_hash: JWbmGm_KvY_3No38GsmOrkAy8N9u5Sm4yjJlDJlAW7c
default_config_hash: 7zUmOK1ti1l0bc78ieysHa3_57MOin7IgHpHhwbSugs
-
collection: ''
name: captcha.captcha_point.user_login_form
@ -42,9 +30,9 @@ items:
dependencies: { }
formId: user_login_form
captchaType: default
label: null
label: user_login_form
_core:
default_config_hash: crLwyc9uwZ8Bv8lpMLIOEQYHOxW_mS49jaDf_95-o4I
default_config_hash: XbughDuwgOtc_8ztmYxz84gaXBeR760xH3bGSKD9v1Q
-
collection: ''
name: captcha.captcha_point.user_pass
@ -54,9 +42,9 @@ items:
dependencies: { }
formId: user_pass
captchaType: default
label: null
label: user_pass
_core:
default_config_hash: KV2eyuDk4Ux0da6fu6QsTUf_49rPDXilNurV5nRZqJE
default_config_hash: qZeHI5fZ9WQRKsfl8FMBwzk3puSsWCRtWKEZh04JJUo
-
collection: ''
name: captcha.captcha_point.user_register_form
@ -66,22 +54,25 @@ items:
dependencies: { }
formId: user_register_form
captchaType: default
label: null
label: user_register_form
_core:
default_config_hash: O11nB9Assnic6AhIuaeK_CQdh_zO0udxABDnUZJupis
default_config_hash: 2iz3cMg7T1eSKXtNIB9WyaRptfg7wosDDPBSBhXFXl0
-
collection: ''
name: captcha.settings
data:
enabled_default: 0
enable_globally: 0
enable_globally_on_admin_routes: false
default_challenge: captcha/Math
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
allow_on_admin_pages: false
add_captcha_description: true
administration_mode_on_admin_routes: false
whitelist_ips: ''
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
default_validation: 1
persistence: 1
enable_stats: false
log_wrong_responses: false
_core:
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
default_config_hash: QDFjOXYIYVwCPQYHY4wAx4DUqOEkNaZokIx6DGApR9I

View file

@ -0,0 +1,90 @@
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

View file

@ -1,11 +0,0 @@
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: { }

View file

@ -68,3 +68,5 @@ items:
-- [site:name] team
[site:url]
_core:
default_config_hash: y7oCzsZ-B0R-nyeSFO1f2h9BEChUQGSZT-3cqXd-sLE

View file

@ -19,6 +19,8 @@ items:
id: administer_account_settings
label: 'Administer account settings'
route: entity.user.admin_form
_core:
default_config_hash: G3RasgGpLT7MiDfwt1phJQ229-nSxEF7TVbk-QrirXU
-
collection: ''
name: config_perms.custom_perms_entity.administer_date_time
@ -29,6 +31,8 @@ items:
id: administer_date_time
label: 'Administer date-time'
route: entity.date_format.collection
_core:
default_config_hash: 3Ay9YI_ngS7P7x3VPJDbmjrsZ8GT_S-Zkfgx2g4tGeY
-
collection: ''
name: config_perms.custom_perms_entity.administer_error_logs
@ -39,6 +43,8 @@ items:
id: administer_error_logs
label: 'Administer error logs'
route: dblog.overview
_core:
default_config_hash: 2q2utr64_esqpIf4zs8AQlwD4Qx4E7zlyq3vx64o6u8
-
collection: ''
name: config_perms.custom_perms_entity.administer_file_system
@ -49,3 +55,5 @@ items:
id: administer_file_system
label: 'Administer file system'
route: system.file_system_settings
_core:
default_config_hash: L7Fm9s3OFts1EqoEZeMwKxAa7FRxN6H418WDwfav3QI

View file

@ -23,6 +23,8 @@ items:
weight: 0
message: 'Your message has been sent.'
redirect: ''
_core:
default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I
-
collection: ''
name: contact.settings
@ -32,3 +34,5 @@ items:
limit: 5
interval: 3600
user_default_enabled: true
_core:
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8

View file

@ -0,0 +1,856 @@
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

View file

@ -14,3 +14,5 @@ items:
name: crop.settings
data:
flush_derivative_images: true
_core:
default_config_hash: 7eGOTSG7bRv_AAqu-Ls8CSnob7zPF1ez-lD2OLZgBHs

View file

@ -14,6 +14,8 @@ items:
name: dblog.settings
data:
row_limit: 1000
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
-
collection: ''
name: views.view.watchdog
@ -31,136 +33,14 @@ items:
tag: ''
base_table: watchdog
base_field: wid
core: 8.x
display:
default:
display_plugin: default
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
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
title: 'Recent log messages'
fields:
nothing:
id: nothing
@ -169,6 +49,7 @@ items:
relationship: none
group_type: group
admin_label: Icon
plugin_id: custom
label: ''
exclude: false
alter:
@ -210,7 +91,6 @@ items:
hide_empty: false
empty_zero: false
hide_alter_empty: false
plugin_id: custom
wid:
id: wid
table: watchdog
@ -218,6 +98,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: standard
label: WID
exclude: true
alter:
@ -259,7 +140,6 @@ items:
hide_empty: false
empty_zero: false
hide_alter_empty: true
plugin_id: standard
severity:
id: severity
table: watchdog
@ -267,6 +147,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: machine_name
label: Severity
exclude: true
alter:
@ -309,7 +190,6 @@ items:
empty_zero: false
hide_alter_empty: true
machine_name: false
plugin_id: machine_name
type:
id: type
table: watchdog
@ -317,6 +197,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: standard
label: Type
exclude: false
alter:
@ -358,7 +239,6 @@ items:
hide_empty: false
empty_zero: false
hide_alter_empty: true
plugin_id: standard
timestamp:
id: timestamp
table: watchdog
@ -366,6 +246,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: date
label: Date
exclude: false
alter:
@ -410,7 +291,6 @@ items:
date_format: short
custom_date_format: ''
timezone: ''
plugin_id: date
message:
id: message
table: watchdog
@ -418,6 +298,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: dblog_message
label: Message
exclude: false
alter:
@ -460,7 +341,6 @@ items:
empty_zero: false
hide_alter_empty: true
replace_variables: true
plugin_id: dblog_message
name:
id: name
table: users_field_data
@ -468,6 +348,9 @@ items:
relationship: uid
group_type: group
admin_label: ''
entity_type: user
entity_field: name
plugin_id: field
label: User
exclude: false
alter:
@ -523,9 +406,6 @@ items:
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: user
entity_field: name
plugin_id: field
link:
id: link
table: watchdog
@ -533,6 +413,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: dblog_operations
label: Operations
exclude: false
alter:
@ -574,7 +455,68 @@ items:
hide_empty: false
empty_zero: false
hide_alter_empty: true
plugin_id: dblog_operations
pager:
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:
type:
id: type
@ -583,6 +525,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: dblog_types
operator: in
value: { }
group: 1
@ -593,6 +536,8 @@ items:
description: ''
use_operator: false
operator: type_op
operator_limit_selection: false
operator_list: { }
identifier: type
required: false
remember: false
@ -614,7 +559,6 @@ items:
default_group: All
default_group_multiple: { }
group_items: { }
plugin_id: dblog_types
severity:
id: severity
table: watchdog
@ -622,6 +566,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: in_operator
operator: in
value: { }
group: 1
@ -632,6 +577,8 @@ items:
description: ''
use_operator: false
operator: severity_op
operator_limit_selection: false
operator_list: { }
identifier: severity
required: false
remember: false
@ -653,35 +600,95 @@ items:
default_group: All
default_group_multiple: { }
group_items: { }
plugin_id: in_operator
sorts:
wid:
id: wid
table: watchdog
field: wid
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
plugin_id: standard
title: 'Recent log messages'
header: { }
footer: { }
empty:
area:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: 'No log messages available.'
empty: true
tokenize: false
content: 'No log messages available.'
plugin_id: text_custom
filter_groups:
operator: AND
groups:
1: AND
style:
type: table
options:
grouping: { }
row_class: '{{ type }} {{ severity }}'
default_row_class: true
columns:
nothing: nothing
wid: wid
severity: severity
type: type
timestamp: timestamp
message: message
name: name
link: link
default: wid
info:
nothing:
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
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:
uid:
id: uid
@ -690,17 +697,14 @@ items:
relationship: none
group_type: group
admin_label: User
required: false
plugin_id: standard
arguments: { }
display_extenders: { }
filter_groups:
operator: AND
groups:
1: AND
required: false
css_class: admin-dblog
header: { }
footer: { }
display_extenders: { }
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
@ -709,15 +713,15 @@ items:
- user.permissions
tags: { }
page:
display_plugin: page
id: page
display_title: Page
display_plugin: page
position: 1
display_options:
display_extenders: { }
path: admin/reports/dblog
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
@ -725,3 +729,5 @@ items:
- url.query_args
- user.permissions
tags: { }
_core:
default_config_hash: j0txIxY4nkJT_dscmXckM-1vanygDkJAeHPawZKfyH0

View file

@ -19,6 +19,7 @@ items:
config:
- 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
@ -31,6 +32,7 @@ items:
module:
- image
- metatag
- paragraphs
- path
- text
id: node.collection.default
@ -40,12 +42,12 @@ items:
content:
created:
type: datetime_timestamp
weight: 10
weight: 13
region: content
settings: { }
third_party_settings: { }
field_authors:
weight: 4
weight: 2
settings:
match_operator: CONTAINS
size: 60
@ -53,6 +55,18 @@ items:
third_party_settings: { }
type: entity_reference_autocomplete
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:
weight: 5
settings:
@ -77,13 +91,13 @@ items:
type: image_image
region: content
field_meta_tags:
weight: 7
weight: 10
settings: { }
third_party_settings: { }
type: metatag_firehose
region: content
field_summary:
weight: 2
weight: 4
settings:
rows: 5
placeholder: ''
@ -91,7 +105,7 @@ items:
type: text_textarea
region: content
field_tags:
weight: 15
weight: 8
settings:
match_operator: CONTAINS
size: 60
@ -100,7 +114,7 @@ items:
type: entity_reference_autocomplete
region: content
field_topics:
weight: 14
weight: 7
settings:
match_operator: CONTAINS
size: 60
@ -110,7 +124,7 @@ items:
region: content
path:
type: path
weight: 8
weight: 11
region: content
settings: { }
third_party_settings: { }
@ -118,21 +132,21 @@ items:
type: boolean_checkbox
settings:
display_label: true
weight: 12
weight: 15
region: content
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 13
weight: 16
region: content
third_party_settings: { }
sticky:
type: boolean_checkbox
settings:
display_label: true
weight: 11
weight: 14
region: content
third_party_settings: { }
title:
@ -145,7 +159,7 @@ items:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 6
weight: 9
settings:
match_operator: CONTAINS
size: 60
@ -153,12 +167,14 @@ items:
region: content
third_party_settings: { }
url_redirects:
weight: 9
weight: 12
region: content
settings: { }
third_party_settings: { }
hidden:
body: true
_core:
default_config_hash: nQ_UEFVKl51O_tJ1AN9LAH0VhuJTgpKOszmSUZjYygc
-
collection: ''
name: core.entity_form_display.paragraph.drutopia_collection.default
@ -186,6 +202,8 @@ items:
hidden:
created: true
status: true
_core:
default_config_hash: _1hZ95TGb11kRSt9dhg0nFE2VsiWz58W7YnNBRFKIO8
-
collection: ''
name: core.entity_view_display.node.collection.default
@ -196,6 +214,7 @@ items:
config:
- 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
@ -294,7 +313,10 @@ items:
settings: { }
third_party_settings: { }
hidden:
field_body_paragraph: true
search_api_excerpt: true
_core:
default_config_hash: wVi9ZiHfMvJ_gpdc2gUELVYpZVl3lVvKT9vS_3R9MVk
-
collection: ''
name: core.entity_view_display.node.collection.full
@ -306,6 +328,7 @@ items:
- core.entity_view_mode.node.full
- 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
@ -317,6 +340,7 @@ items:
module:
- ds
- image
- paragraphs
- text
- user
third_party_settings:
@ -345,6 +369,7 @@ items:
- node_post_date
- field_authors
- field_collection_type
- field_body_paragraph
- field_topics
- field_tags
right:
@ -369,8 +394,15 @@ items:
third_party_settings: { }
type: entity_reference_label
region: left
field_body_paragraph:
type: paragraph_summary
weight: 4
region: left
label: hidden
settings: { }
third_party_settings: { }
field_collection_items:
weight: 7
weight: 8
label: hidden
settings:
view_mode: teaser
@ -384,7 +416,7 @@ items:
type: entity_reference_label
weight: 3
region: left
label: visually_hidden
label: hidden
settings:
link: false
third_party_settings: { }
@ -398,7 +430,7 @@ items:
type: image
region: header
field_summary:
weight: 6
weight: 7
label: hidden
settings: { }
third_party_settings: { }
@ -406,7 +438,7 @@ items:
region: right
field_tags:
type: entity_reference_label
weight: 5
weight: 6
region: left
label: hidden
settings:
@ -414,9 +446,9 @@ items:
third_party_settings: { }
field_topics:
type: entity_reference_label
weight: 4
weight: 5
region: left
label: visually_hidden
label: hidden
settings:
link: true
third_party_settings: { }
@ -425,6 +457,8 @@ items:
field_meta_tags: true
links: true
search_api_excerpt: true
_core:
default_config_hash: u9hFi5GI6LLnFCyw2M7JDw0SSDmlT2tpCHBVDYoBO7g
-
collection: ''
name: core.entity_view_display.node.collection.teaser
@ -435,6 +469,15 @@ items:
config:
- core.entity_view_mode.node.teaser
- 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
module:
- text
@ -458,7 +501,18 @@ items:
third_party_settings: { }
region: content
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
_core:
default_config_hash: UOzCi2kjYaqcRKtMRkEhE6_Asdw7kUZCrcbT6o2frwU
-
collection: ''
name: core.entity_view_display.paragraph.drutopia_collection.default
@ -484,6 +538,8 @@ items:
region: content
hidden:
search_api_excerpt: true
_core:
default_config_hash: 3EjlY1iURckfqQFhAWC_mtd1guLuILhh2IlwrzRhzYI
-
collection: ''
name: field.field.node.collection.body
@ -509,6 +565,8 @@ items:
settings:
display_summary: true
field_type: text_with_summary
_core:
default_config_hash: WqgDhaPELkw6JGhrh7TfT43wKws4fg45OgEkunye7ss
-
collection: ''
name: field.field.node.collection.field_authors
@ -541,6 +599,8 @@ items:
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
_core:
default_config_hash: OrTTW4_ECRhwCEGANjteWeZi18YWtx-oqSJtjtsnQfM
-
collection: ''
name: field.field.node.collection.field_body_paragraph
@ -600,6 +660,8 @@ items:
weight: 16
enabled: false
field_type: entity_reference_revisions
_core:
default_config_hash: gfZqYddYFY8po0Ek3xn59IJhLaQq9iVMUXKRzrhYMOU
-
collection: ''
name: field.field.node.collection.field_collection_items
@ -628,6 +690,8 @@ items:
display_name: entity_reference
arguments: { }
field_type: entity_reference
_core:
default_config_hash: 6X5yj9boH7NtcRbeF2H7cXLeNdjCfZY9ReiufRdXuXc
-
collection: ''
name: field.field.node.collection.field_collection_type
@ -660,6 +724,8 @@ items:
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
_core:
default_config_hash: kC3_rOUozrdfvnh-qzpCz7MoI8HoyP1J6OM8cOKdKec
-
collection: ''
name: field.field.node.collection.field_image
@ -701,6 +767,8 @@ items:
handler: 'default:file'
handler_settings: { }
field_type: image
_core:
default_config_hash: zBDVKqvoMMh7BWNgskjQQbHyTDLFE8r96x1qWGUX7Zw
-
collection: ''
name: field.field.node.collection.field_meta_tags
@ -725,6 +793,8 @@ items:
default_value_callback: ''
settings: { }
field_type: metatag
_core:
default_config_hash: s5m_9i4ysGOa4EWQLPM8uXAthSHK1wub2Fvl69J6H88
-
collection: ''
name: field.field.node.collection.field_summary
@ -749,6 +819,8 @@ items:
default_value_callback: ''
settings: { }
field_type: text_long
_core:
default_config_hash: 4VgNv6j__Zkf6FRVk20T510x6SpcboFHU5NtFipdQyc
-
collection: ''
name: field.field.node.collection.field_tags
@ -781,6 +853,8 @@ items:
auto_create: true
auto_create_bundle: ''
field_type: entity_reference
_core:
default_config_hash: rXf2ywn1NcjYQ8T6KyCPzRJ6Ajvk8fNa7BwM4uDdg1I
-
collection: ''
name: field.field.node.collection.field_topics
@ -813,6 +887,8 @@ items:
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
_core:
default_config_hash: Pg-JRInG6Nx2HfzJT2lKOaq4x1Y4ZFE5SZM9dFzeGlg
-
collection: ''
name: field.field.paragraph.drutopia_collection.field_items
@ -849,6 +925,8 @@ items:
auto_create: false
auto_create_bundle: article
field_type: entity_reference
_core:
default_config_hash: 7DUUXZdsPh4mDm9mhYlDJz3claVAxXookJakBJhDocs
-
collection: ''
name: field.storage.node.field_collection_items
@ -871,6 +949,8 @@ items:
indexes: { }
persist_with_no_fields: false
custom_storage: false
_core:
default_config_hash: psnh1gqgVQvkgOeMy2UPZCmTlRAkEBYuBOi6jZGOvUc
-
collection: ''
name: field.storage.node.field_collection_type
@ -894,6 +974,8 @@ items:
indexes: { }
persist_with_no_fields: false
custom_storage: false
_core:
default_config_hash: RLkCTg6QDZQdy0j5eduNhF5sSLCi-dqmfp8o_JZAkA0
-
collection: ''
name: field.storage.paragraph.field_items
@ -917,6 +999,8 @@ items:
indexes: { }
persist_with_no_fields: false
custom_storage: false
_core:
default_config_hash: VnnPidg22ez5r9ylXvzs766yDC5mVWjS__wyXmq1yvU
-
collection: ''
name: node.type.collection
@ -938,6 +1022,8 @@ items:
new_revision: true
preview_mode: 1
display_submitted: false
_core:
default_config_hash: stQdgWbQWDAjVwOeuvG1Ye8uI8OiGwWQ4sinbQPW2lI
-
collection: ''
name: paragraphs.paragraphs_type.drutopia_collection
@ -950,6 +1036,8 @@ items:
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.'
behavior_plugins: { }
_core:
default_config_hash: xJxbh5L6gM8EZzAr1kp2OBNKKhv_5OE9anEo_btj2cA
-
collection: ''
name: pathauto.pattern.collection_type
@ -976,6 +1064,35 @@ items:
selection_logic: and
weight: -5
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: ''
name: search_api.index.collection
@ -1136,6 +1253,8 @@ items:
index_directly: true
cron_limit: 50
server: database
_core:
default_config_hash: _QVCLp7W8HxV52MEnKkYc2bX5i3NFf4ejVOfuTApG9g
-
collection: ''
name: taxonomy.vocabulary.collection_type
@ -1147,6 +1266,8 @@ items:
vid: collection_type
description: 'For categorizing collections on aspects unique to collections.'
weight: 0
_core:
default_config_hash: NRvgGmvJBASvwlaRtyOhK0ur-e-b02hS5hSe89iTTrc
-
collection: ''
name: views.view.collection
@ -1378,6 +1499,8 @@ items:
- url.query_args
- user.permissions
tags: { }
_core:
default_config_hash: f8uoIe_CmLkBA5LAlknvx3pT4QCs26VgjFam0s8Wz68
-
collection: ''
name: views.view.collection_select_content
@ -1788,3 +1911,5 @@ items:
- user.permissions
tags:
- 'config:field.storage.node.field_summary'
_core:
default_config_hash: v-S3QqIVn35UujN6yge8GibCgD3sPt76Ef-IyBL6zDU

View file

@ -20,6 +20,8 @@ items:
label: 'Default comments'
target_entity_type_id: node
description: 'Allows commenting on content'
_core:
default_config_hash: bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA
-
collection: ''
name: core.entity_form_display.comment.comment.default
@ -57,6 +59,8 @@ items:
third_party_settings: { }
region: content
hidden: { }
_core:
default_config_hash: i9gg03KbztdQ0LmR6WLr5smEj5TBKU12U2X8ZlSpKJA
-
collection: ''
name: core.entity_view_display.comment.comment.default
@ -84,7 +88,10 @@ items:
links:
weight: 100
region: content
hidden: { }
hidden:
search_api_excerpt: true
_core:
default_config_hash: f0x0ePQCmvxjco4g7XRIUYd8t7rq3uUvhvzJqtnyStg
-
collection: ''
name: field.field.comment.comment.comment_body
@ -109,6 +116,8 @@ items:
default_value_callback: ''
settings: { }
field_type: text_long
_core:
default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs
-
collection: ''
name: field.storage.node.comment
@ -132,6 +141,8 @@ items:
indexes: { }
persist_with_no_fields: false
custom_storage: false
_core:
default_config_hash: ktCna9xmWvYZIUfOCUyDQvedn5RtnS4CRmEIwNmvYjc
-
collection: ''
name: rdf.mapping.comment.comment
@ -169,3 +180,5 @@ items:
properties:
- 'schema:author'
mapping_type: rel
_core:
default_config_hash: uETe6XupRGKDForx2MpY0pMOEu6CzGgdCAZZOKkbgmk

View file

@ -34,6 +34,8 @@ items:
on_label: 'On'
off_label: 'Off'
field_type: boolean
_core:
default_config_hash: KZ4pDrGhkRiIo7Ee-E4HGZp7YPXKS_FLR0nLeUQ3P2U
-
collection: ''
name: core.entity_form_display.node.landing_page.default
@ -106,11 +108,19 @@ items:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
url_redirects:
weight: 50
settings: { }
third_party_settings: { }
region: content
hidden:
promote: true
sticky: true
_core:
default_config_hash: CVRMZfgFZQ-7Fglznug8VWRO5ACmCl4KpQqjG2GNk0o
-
collection: ''
name: core.entity_view_display.node.landing_page.default
@ -133,6 +143,9 @@ items:
field_body_paragraph: true
field_meta_tags: true
links: true
search_api_excerpt: true
_core:
default_config_hash: vMs2OGAJMnWt1vLVre5A7Ch4SlU4gL-OTPzWjBXCAZ8
-
collection: ''
name: core.entity_view_display.node.landing_page.full
@ -175,7 +188,7 @@ items:
content:
field_body_paragraph:
weight: 0
label: visually_hidden
label: hidden
settings:
view_mode: default
link: ''
@ -185,6 +198,9 @@ items:
hidden:
field_meta_tags: true
links: true
search_api_excerpt: true
_core:
default_config_hash: 496HTAIE5jzDV02vjWsHBSVRzHTzT6RuZ0ZxpFD8QOY
-
collection: ''
name: core.entity_view_display.node.landing_page.teaser
@ -208,6 +224,9 @@ items:
field_body_paragraph: true
field_meta_tags: true
links: true
search_api_excerpt: true
_core:
default_config_hash: jCHE-D3rybQAAcV2w67fm98NDaZvTk1BBTGWRQvt__I
-
collection: ''
name: field.field.node.landing_page.field_body_paragraph
@ -259,6 +278,8 @@ items:
enabled: true
weight: 8
field_type: entity_reference_revisions
_core:
default_config_hash: SY6szifQZxW4ucxM-P_RlOcopaMTOymNXiEZPLSvDec
-
collection: ''
name: field.field.node.landing_page.field_meta_tags
@ -285,6 +306,8 @@ items:
default_value_callback: ''
settings: { }
field_type: metatag
_core:
default_config_hash: 0TxksFlbv1taSWO5o9DKYQD7j4RPtqVhI7iV_bEGjTQ
-
collection: ''
name: node.type.landing_page
@ -299,13 +322,15 @@ items:
available_menus:
- main
parent: 'main:'
name: 'Landing page'
name: 'Landing page (DEPRECATED)'
type: landing_page
description: 'Landing pages can be used for custom pages such as the home page.'
description: 'Use Page instead. (Landing pages can be used for custom pages such as the home page.)'
help: ''
new_revision: true
preview_mode: 1
display_submitted: false
_core:
default_config_hash: Ghp4m6xuyfm3HxwelseF-cvCwlzIk6DMQLQqkDy_Jsk
-
collection: ''
name: pathauto.pattern.node_landing_page
@ -321,7 +346,7 @@ items:
pattern: '[node:title]'
selection_criteria:
e3e7a232-e1e0-455e-8b69-c99b582dc4f0:
id: node_type
id: 'entity_bundle:node'
bundles:
landing_page: landing_page
negate: false
@ -331,3 +356,5 @@ items:
selection_logic: and
weight: -5
relationships: { }
_core:
default_config_hash: vBkdZgjK3wVtoRA2ztmoGyr7IyCGmjkC1xiODFYqp_A

View file

@ -34,6 +34,8 @@ items:
on_label: 'On'
off_label: 'Off'
field_type: boolean
_core:
default_config_hash: fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ
-
collection: ''
name: core.entity_form_display.node.page.default
@ -117,12 +119,20 @@ items:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
url_redirects:
weight: 50
settings: { }
third_party_settings: { }
region: content
hidden:
body: true
promote: true
sticky: true
_core:
default_config_hash: wAhpJRljOWQclUjA76cSgdVfWaKkYjrwCnvblTo9dJU
-
collection: ''
name: core.entity_view_display.node.page.default
@ -167,6 +177,9 @@ items:
field_meta_tags: true
field_summary: true
links: true
search_api_excerpt: true
_core:
default_config_hash: IJqwajtBIucTAaMgGd7kE-hw_HVZOxJuku1ohZjxVUU
-
collection: ''
name: core.entity_view_display.node.page.full
@ -229,6 +242,9 @@ items:
body: true
field_meta_tags: true
field_summary: true
search_api_excerpt: true
_core:
default_config_hash: GWD2zN3yeaHHDWEwl0eHfRw1NBwOIZZBWlgaPWHfDk8
-
collection: ''
name: core.entity_view_display.node.page.teaser
@ -294,6 +310,9 @@ items:
field_body_paragraph: true
field_meta_tags: true
links: true
search_api_excerpt: true
_core:
default_config_hash: 0t_mvsiSfXpVDeIsN_YEaJrW-nvZpZgnWZZXQ3HCttI
-
collection: ''
name: field.field.node.page.body
@ -318,7 +337,10 @@ items:
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary
_core:
default_config_hash: KgVkxLl_K3E3lvN6CEoWQIDT0V8J4Mv-fVYrAIc7-FE
-
collection: ''
name: field.field.node.page.field_body_paragraph
@ -342,7 +364,7 @@ items:
field_name: field_body_paragraph
entity_type: node
bundle: page
label: 'Body paragraph'
label: Description
description: ''
required: false
translatable: true
@ -383,6 +405,8 @@ items:
enabled: true
weight: -9
field_type: entity_reference_revisions
_core:
default_config_hash: IZb3avpMcvY5tiws_RxDuZ-maGL9HNzmMeeCsP6u74k
-
collection: ''
name: field.field.node.page.field_meta_tags
@ -409,6 +433,8 @@ items:
default_value_callback: ''
settings: { }
field_type: metatag
_core:
default_config_hash: n2TFzOb_KtFLLjQrHXe-YhLMnwPwXTqsBVkr0aTK_EA
-
collection: ''
name: field.field.node.page.field_summary
@ -426,13 +452,15 @@ items:
entity_type: node
bundle: page
label: Summary
description: 'Enter a short description of what this page is about. The summary is visible in certain displays.'
description: 'Enter a short description of what this page is about. The summary is visible in search results.'
required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
field_type: text_long
_core:
default_config_hash: 3fRsavd-D5Yd1aEOmpsLBDtqsve6MU4iQ71v5i26aPk
-
collection: ''
name: node.type.page
@ -448,13 +476,15 @@ items:
- footer
- main
parent: 'main:'
name: 'Basic page'
name: Page
type: page
description: 'Use <em>basic pages</em> for your static content, such as an ''About us'' page.'
description: "Use <em>pages</em> for your static content, such as an 'About us' page."
help: ''
new_revision: true
preview_mode: 1
display_submitted: false
_core:
default_config_hash: W-6WEzqubJ1pK5rQ6ffOA2sSmmaICuTkPHn4sMyTYdY
-
collection: ''
name: pathauto.pattern.node_page
@ -470,7 +500,7 @@ items:
pattern: '[node:title]'
selection_criteria:
2e17ea21-8c33-444d-981e-2a2df6651647:
id: node_type
id: 'entity_bundle:node'
bundles:
page: page
negate: false
@ -480,6 +510,8 @@ items:
selection_logic: and
weight: -5
relationships: { }
_core:
default_config_hash: Yj5YMfGaGLJFZKIyrOXa62nFXYbfI_5MplyMv78eh38
-
collection: ''
name: rdf.mapping.node.page
@ -524,3 +556,5 @@ items:
callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
arguments:
interaction_type: UserComments
_core:
default_config_hash: 32LxRnl4Wesvzqyfp7HnD0-U9-wxrLBn76pqY5XGNAE

View file

@ -52,6 +52,8 @@ items:
negate: true
context_mapping:
node: '@node.node_route_context:node'
_core:
default_config_hash: MRx48Mtce75hvDAK9VAUIcM1HZnpBlYuDp-SsC5kf2w
-
collection: ''
name: views.view.related_content
@ -72,7 +74,6 @@ items:
tag: ''
base_table: node_field_data
base_field: nid
core: 8.x
display:
default:
display_plugin: default
@ -193,6 +194,8 @@ items:
multiple: false
remember_roles:
authenticated: authenticated
operator_limit_selection: false
operator_list: { }
is_grouped: false
group_info:
label: ''
@ -301,3 +304,5 @@ items:
- 'user.node_grants:view'
- user.permissions
tags: { }
_core:
default_config_hash: oAtaO3ho1pXlY8O_tnrNCQMfHekkzCNSasXW_RYExLQ

View file

@ -29,6 +29,8 @@ items:
context_mapping: { }
uuid: f502a545-a711-401c-8e94-6e727993abb4
allow_other_conditions: false
_core:
default_config_hash: ddeT3L9Xq8y_TDPJxLXDM1i3UEFHxVGo9zXUxIDsvCE
-
collection: ''
name: facets.facet.search_content_type
@ -85,6 +87,8 @@ items:
empty_behavior:
behavior: none
show_title: false
_core:
default_config_hash: k1PFdr_CIrIeS0KGckN85rrs-Pyl4WR64yyTgJ3VNj0
-
collection: ''
name: facets.facet.search_date
@ -144,6 +148,8 @@ items:
empty_behavior:
behavior: none
show_title: false
_core:
default_config_hash: syu_tLhMKbEI3qeAzecwvNMGieJLpJSIm7B_x7Kvtd0
-
collection: ''
name: facets.facet.search_topics
@ -200,6 +206,8 @@ items:
empty_behavior:
behavior: none
show_title: false
_core:
default_config_hash: dOZjHLs_u2M53WmjpSKWztyhsfl3i8mRHHxB430TWrE
-
collection: ''
name: facets.facet_source.search_api__views_page__search__page_1
@ -212,6 +220,8 @@ items:
filter_key: null
url_processor: query_string
breadcrumb: { }
_core:
default_config_hash: NWruDTMV7miFQxlcWeWCv9-OEnAQuThLC9lbAG8xPK4
-
collection: ''
name: search_api.index.content
@ -331,7 +341,7 @@ items:
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
boost: 8.0
dependencies:
module:
- node
@ -478,6 +488,8 @@ items:
index_directly: true
cron_limit: 50
server: database
_core:
default_config_hash: q4urWOU1mmYKKSBzYuwpRBTSIJnFwzapGP4bnCajbFs
-
collection: ''
name: views.view.search
@ -497,7 +509,6 @@ items:
tag: ''
base_table: search_api_index_content
base_field: search_api_id
core: 8.x
display:
default:
display_plugin: default
@ -659,6 +670,8 @@ items:
authenticated: authenticated
anonymous: '0'
administrator: '0'
operator_limit_selection: false
operator_list: { }
is_grouped: false
group_info:
label: ''
@ -729,3 +742,5 @@ items:
- url
- url.query_args
tags: { }
_core:
default_config_hash: GJZuVolkBuJ-bZTQ2IJQ-K6zss_KefjDBUJYOM0idYs

View file

@ -31,3 +31,5 @@ items:
indexes: { }
persist_with_no_fields: true
custom_storage: false
_core:
default_config_hash: _6IJ94Rz4TMt7cLH-8HeTgFxkumIB4cO-46roFGqRvw

View file

@ -20,6 +20,8 @@ items:
label: 'Basic block'
revision: 0
description: 'A basic block contains a title and a body.'
_core:
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
-
collection: ''
name: block_content.type.slide
@ -31,6 +33,8 @@ items:
label: Slide
revision: 1
description: ''
_core:
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
-
collection: ''
name: contact.form.feedback
@ -46,6 +50,8 @@ items:
weight: 0
message: 'Your message has been sent.'
redirect: ''
_core:
default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw
-
collection: ''
name: core.entity_form_display.block_content.basic.default
@ -81,6 +87,8 @@ items:
third_party_settings: { }
region: content
hidden: { }
_core:
default_config_hash: 6qtUzM5E9WGaNTRlMmYhrScXEP509jFMzRWm3gqFXvQ
-
collection: ''
name: core.entity_form_display.block_content.slide.default
@ -119,6 +127,8 @@ items:
placeholder: ''
third_party_settings: { }
hidden: { }
_core:
default_config_hash: 7cKjgY8GVkmEzOYGZdSAsWt1T5V3L5rEKw19Llx246c
-
collection: ''
name: core.entity_view_display.block_content.basic.default
@ -143,7 +153,10 @@ items:
settings: { }
third_party_settings: { }
region: content
hidden: { }
hidden:
search_api_excerpt: true
_core:
default_config_hash: CmZdrveBfdzcVjaY5Iy891AdoO9AoBMJ4pdhu0WwXkI
-
collection: ''
name: core.entity_view_display.block_content.slide.columnar
@ -166,7 +179,7 @@ items:
field_slide:
type: entity_reference_revisions_entity_view
weight: 0
label: visually_hidden
label: hidden
settings:
view_mode: columnar
link: ''
@ -174,7 +187,10 @@ items:
ds:
ds_limit: ''
region: content
hidden: { }
hidden:
search_api_excerpt: true
_core:
default_config_hash: Qy6nDH_-O3SoksTn8t8slyCbTE2fP_sYtISt1_hZKZc
-
collection: ''
name: core.entity_view_display.block_content.slide.default
@ -195,13 +211,16 @@ items:
field_slide:
type: entity_reference_revisions_entity_view
weight: 0
label: visually_hidden
label: hidden
settings:
view_mode: default
link: ''
third_party_settings: { }
region: content
hidden: { }
hidden:
search_api_excerpt: true
_core:
default_config_hash: Ifn3KdN-1MT1MGhO0hGpyV6avfoMPpy6q2yuD5tsEgg
-
collection: ''
name: editor.editor.basic_html
@ -212,44 +231,55 @@ items:
config:
- filter.format.basic_html
module:
- ckeditor
- ckeditor5
format: basic_html
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
- DrupalImage
-
name: 'Block Formatting'
items:
- Format
-
name: Tools
items:
- Source
items:
- bold
- italic
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- drupalInsertImage
- '|'
- heading
- code
- '|'
- sourceEditing
plugins:
stylescombo:
styles: ''
ckeditor5_heading:
enabled_headings:
- 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:
status: true
scheme: public
@ -258,6 +288,8 @@ items:
max_dimensions:
width: 0
height: 0
_core:
default_config_hash: lZlUTSJqWaN3iU0I0fhvQVgqf4ps9fxPPC-g_9aWIRc
-
collection: ''
name: editor.editor.full_html
@ -268,52 +300,52 @@ items:
config:
- filter.format.full_html
module:
- ckeditor
- ckeditor5
format: full_html
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
- Strike
- Superscript
- Subscript
- '-'
- RemoveFormat
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
- DrupalImage
- Table
- HorizontalRule
-
name: 'Block Formatting'
items:
- Format
-
name: Tools
items:
- ShowBlocks
- Source
items:
- bold
- italic
- underline
- strikethrough
- code
- superscript
- subscript
- removeFormat
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- drupalInsertImage
- insertTable
- specialCharacters
- horizontalLine
- '|'
- heading
- '|'
- undo
- redo
- sourceEditing
plugins:
stylescombo:
styles: ''
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_sourceEditing:
allowed_tags: { }
image_upload:
status: true
scheme: public
@ -322,6 +354,8 @@ items:
max_dimensions:
width: 0
height: 0
_core:
default_config_hash: xaB_r7M0ei85xf3DREBJ7vg7cWRdpnGUqxRNGcjsO3w
-
collection: ''
name: field.field.block_content.basic.body
@ -346,7 +380,11 @@ items:
default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
field_type: text_with_summary
_core:
default_config_hash: j00Gfs9AFqwK4x9RIsISLbPO7vA12psPR4s60wOIwQo
-
collection: ''
name: field.field.block_content.slide.field_slide
@ -392,6 +430,8 @@ items:
weight: 10
enabled: false
field_type: entity_reference_revisions
_core:
default_config_hash: DTGKvSTSWQLuPM_GVGwvK_Uqu5RQfCkI6pyro9U2PVw
-
collection: ''
name: filter.format.basic_html
@ -438,6 +478,8 @@ items:
status: true
weight: 11
settings: { }
_core:
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
-
collection: ''
name: filter.format.full_html
@ -475,6 +517,17 @@ items:
status: true
weight: 11
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: ''
name: filter.format.restricted_html
@ -508,3 +561,5 @@ items:
weight: 0
settings:
filter_url_length: 72
_core:
default_config_hash: svzvsrZlfyHwBHGze539jJhmQPyb-CLVSc_jNHreKLw

View file

@ -15,9 +15,18 @@ items:
data:
disabled: false
field_template: false
ft-default: default
ft-show-colon: false
ft_default: default
ft_show_colon: false
ft_layout_builder: false
ft_expert_prefix_suffix_textarea: false
ft_bc: false
ft_default_bc: false
classes:
region: { }
field: { }
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

View file

@ -14,3 +14,5 @@ items:
name: empty_page.settings
data:
new_id: 1
_core:
default_config_hash: 1qKVk03zhLAZj-W36dakmXWDO3mx28TRgx9iDzHpqMs

View file

@ -15,7 +15,10 @@ items:
data:
nid_list: { }
translation_sync: true
search: 0
search: false
type: remove
_core:
default_config_hash: 0yJNd4uWv8TzhYEPQBDiApPL2e8ar88kBmQrzDjNCqc
content_types:
landing_page: user
content_type_modes:

View file

@ -1,11 +0,0 @@
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: { }

View file

@ -14,3 +14,5 @@ items:
name: field.settings
data:
purge_batch_size: 50
_core:
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0

View file

@ -14,3 +14,5 @@ items:
name: field_ui.settings
data:
field_prefix: field_
_core:
default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM

View file

@ -20,6 +20,12 @@ items:
format: plain_text
weight: 10
filters:
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
@ -33,15 +39,13 @@ items:
weight: 0
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
_core:
default_config_hash: JLMwODO0epnA_H-jFlH9ezVfa5YBJniRv3MmLqYNl_Q
-
collection: ''
name: filter.settings
data:
fallback_format: plain_text
always_show_fallback_choice: false
_core:
default_config_hash: FiPjM3WdB__ruFA7B6TLwni_UcZbmek5G4b2dxQItxA

View file

@ -24,9 +24,13 @@ items:
soft_limit_height: null
hard_limit_width: null
hard_limit_height: null
_core:
default_config_hash: flCi9IdafdLXlJqvoHguutUOiC05-aynK4niYN4YZ3o
-
collection: ''
name: focal_point.settings
data:
crop_type: focal_point
default_value: '50,50'
_core:
default_config_hash: 8JOAPEbjHMB4rDFCsu3EXEx6L2UDQ5SSDyN0d7S0Ic0

View file

@ -8,4 +8,57 @@ id: config_sync.module.footnotes
snapshotSet: config_sync
extensionType: module
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

View file

@ -25,3 +25,5 @@ items:
enforced:
module:
- geo_upgrade
_core:
default_config_hash: qrV84-4qLrEFSQJkWXn80yslYe3h2wodjTiKPxACrI8

View file

@ -14,7 +14,6 @@ items:
name: google_analytics.settings
data:
account: ''
premium: false
domain_mode: 0
cross_domains: ''
visibility:
@ -28,10 +27,11 @@ items:
/user/*/*
user_role_mode: 0
user_role_roles: { }
user_account_mode: 0
user_account_mode: 1
track:
outbound: true
mailto: true
tel: 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'
colorbox: true
@ -45,8 +45,7 @@ items:
privacy:
anonymizeip: true
custom:
dimension: { }
metric: { }
parameters: { }
codesnippet:
create: { }
before: ''
@ -54,3 +53,5 @@ items:
translation_set: false
cache: false
debug: false
_core:
default_config_hash: dwMYPgAnj9KBO77SLEv9Z42NDJAbuxe0uU9eGC8qw3M

View file

@ -14,4 +14,5 @@ items:
name: hal.settings
data:
link_domain: null
bc_file_uri_as_url_normalizer: false
_core:
default_config_hash: YD6v6hkrHtj51mcZHn6s2HulUJHWVZ_D7Y_SllXF6WE

View file

@ -29,6 +29,8 @@ items:
user_pass: false
feedback_contact_message_form: false
_contact_message_form: false
_core:
default_config_hash: 9bVDfWSa_In6VzTXmy04jJ_3ZQobihKjO9isuuUCPaw
-
collection: ''
name: tour.tour.honeypot
@ -47,49 +49,54 @@ items:
label: Honeypot
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."
location: top
position: top-start
protect-all-forms:
id: protect-all-forms
plugin: text
label: 'Protect all forms'
weight: -9
attributes:
data-id: edit-protect-all-forms
selector: '#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."
location: bottom
position: bottom-start
log-blocked-form-submissions:
id: log-blocked-form-submissions
plugin: text
label: 'Log blocked form submissions'
weight: -8
attributes:
data-id: edit-log
selector: '#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.'
location: bottom
position: bottom-start
honeypot-element-name:
id: honeypot-element-name
plugin: text
label: 'Honeypot Element Name'
weight: -7
attributes:
data-id: edit-element-name
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
selector: '#edit-element-name'
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!"
position: top-start
honeypot-time-limit:
id: honeypot-time-limit
plugin: text
label: 'Honeypot Time Limit'
weight: -6
attributes:
data-id: edit-time-limit
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.'
location: top
selector: '#edit-time-limit'
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-expire:
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:
id: honeypot-form-specific-settings
plugin: text
label: 'Honeypot form-specific settings'
weight: -5
attributes:
data-id: edit-form-settings
weight: -4
selector: '#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.'
location: top
position: top-start
_core:
default_config_hash: A_dlRbNEX9_hOqUkQ5m4AskEmat7VEA8qvFt7tVeufQ

View file

@ -16,6 +16,8 @@ items:
preview_image: core/modules/image/sample.png
allow_insecure_derivatives: false
suppress_itok_output: false
_core:
default_config_hash: k-yDFHbqNfpe-Srg4sdCSqaosCl2D8uwyEY5esF8gEw
-
collection: ''
name: image.style.large
@ -34,6 +36,8 @@ items:
width: 480
height: 480
upscale: false
_core:
default_config_hash: J2n0RpFzS0-bgSyxjs6rSdgxB1rb-bTAgqywNx_964M
-
collection: ''
name: image.style.medium
@ -52,6 +56,8 @@ items:
width: 220
height: 220
upscale: false
_core:
default_config_hash: Y9NmnZHQq20ASSyTNA6JnwtWrJJiSajOehGDtmUFdM0
-
collection: ''
name: image.style.thumbnail
@ -70,3 +76,25 @@ items:
width: 100
height: 100
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

View file

@ -0,0 +1,47 @@
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

View file

@ -14,6 +14,20 @@ items:
name: insert.config
data:
text_formats: { }
absolute: false
file_field_images_enabled: false
widgets:
file:
- file_generic
image:
- image_image
css_classes:
file: ''
image: ''
file: { }
image: { }
file_extensions:
audio:
- mp3
video:
- mp4
_core:
default_config_hash: n5mlpvT_JvAQDFdotgikrUvdzuhlUIjltA4S04wVZAY

View file

@ -26,6 +26,9 @@ items:
data:
width: 50
height: 50
anchor: center-center
_core:
default_config_hash: PY0kMp7KIxvU4kBi5mcnD_DHTKUc1OkYCfaPliXjpa8
-
collection: ''
name: linkit.linkit_profile.default
@ -44,10 +47,11 @@ items:
id: 'entity:node'
weight: 0
settings:
metadata: 'by [node:author] | [node:created:medium]'
metadata: '[node:content-type:name] #[node:nid] | [node:created:medium] by [node:author]'
bundles: { }
group_by_bundle: false
include_unpublished: false
substitution_type: canonical
limit: 100
_core:
default_config_hash: Tt8DtxZ3Nooo0PoWPpJvszA3R_5d8MmpUW7LM_R-BzY
default_config_hash: 0Jw_BFJCCtWk187tIYvME58VFpYwPaAdrc4eRtAyHH0

View file

@ -13,8 +13,14 @@ items:
collection: ''
name: mailchimp.settings
data:
api_key: ''
api_key: null
api_timeout: 10
domain: ''
use_oauth: false
cron: false
batch_limit: 100
api_classname: Mailchimp\Mailchimp
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

View file

@ -14,3 +14,5 @@ items:
name: menu_ui.settings
data:
override_parent_selector: false
_core:
default_config_hash: SqMarzIjxC3F8dZo9FEOxfqDKD_sdW1tbcFTV1BA2zU

View file

@ -19,8 +19,11 @@ items:
id: '403'
label: '403 access denied'
tags:
robots: noindex
canonical_url: '[site:url]'
shortlink: '[site:url]'
_core:
default_config_hash: RDCkFL0NDt75Gwioooxo1iuA1S50xTVsBOgX__c6wTw
-
collection: ''
name: metatag.metatag_defaults.404
@ -33,6 +36,8 @@ items:
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'
_core:
default_config_hash: puBstSLDz8mbaWU357zaqQDBGMGsJzG0j-TQNQkjg20
-
collection: ''
name: metatag.metatag_defaults.front
@ -45,6 +50,8 @@ items:
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'
_core:
default_config_hash: 1noCXlegCr5HFehQRF1ViXy1jhU1jZ_sNN99a8Sj5jo
-
collection: ''
name: metatag.metatag_defaults.global
@ -57,6 +64,8 @@ items:
tags:
canonical_url: '[current-page:url]'
title: '[current-page:title] | [site:name]'
_core:
default_config_hash: sL588ui1E_8-2c_UupwyYxcqX2OVyMFp3HTLbbFqvPc
-
collection: ''
name: metatag.metatag_defaults.node
@ -70,6 +79,8 @@ items:
title: '[node:title] | [site:name]'
description: '[node:summary]'
canonical_url: '[node:url]'
_core:
default_config_hash: rpwvgyEURXLz_JjgMCrkS1rUv-0k3L79BpO-ReN7fDI
-
collection: ''
name: metatag.metatag_defaults.taxonomy_term
@ -83,6 +94,8 @@ items:
canonical_url: '[term:url]'
description: '[term:description]'
title: '[term:name] | [site:name]'
_core:
default_config_hash: 92bXZdyYJ5xqukdfmGRr_CYcwm1vfuS8b8aJ7X_G7E0
-
collection: ''
name: metatag.metatag_defaults.user
@ -96,3 +109,16 @@ items:
canonical_url: '[user:url]'
description: '[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

View file

@ -18,3 +18,5 @@ items:
- 'Drupal 7'
follow_up_migration_tags:
- 'Follow-up migration'
_core:
default_config_hash: 1daEO2inZc1i3d0Sn-ADIq9mUIU7tSLCxn579NT6f2g

View file

@ -9,6 +9,190 @@ snapshotSet: config_sync
extensionType: module
extensionName: minimal
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: ''
name: system.theme.global
@ -25,12 +209,15 @@ items:
node_user_picture: false
logo:
path: ''
url: ''
url: null
use_default: true
_core:
default_config_hash: 3qY7PfXvJcCtBPQpb9FxxBgXtUGFzx8JVakfWiNNYzw
-
collection: ''
name: user.settings
data:
langcode: en
anonymous: Anonymous
verify_mail: true
notify:
@ -46,4 +233,5 @@ items:
cancel_method: user_cancel_block
password_reset_timeout: 86400
password_strength: true
langcode: en
_core:
default_config_hash: '-htDFWUv1S4OlJMzta2nhFl4QbhJvu0D9xsJ-clxo-M'

View file

@ -68,6 +68,8 @@ items:
max_dimensions:
width: null
height: null
_core:
default_config_hash: kP3r4Ns9C1XIg5vFA9a0mteIKThq8E_eL43z7VIZUTY
-
collection: ''
name: filter.format.minimalhtml
@ -106,3 +108,5 @@ items:
status: true
weight: 0
settings: { }
_core:
default_config_hash: 92ohirYz2djTZfHPcIDKZb7qWJfnf8PejLU9mQZs5GY

View file

@ -17,4 +17,6 @@ items:
noreferrer: true
publish: false
subscribe_url: ''
whitelisted_domains: ''
allowed_domains: ''
_core:
default_config_hash: 49R264IjjxKiyXtKTwp-ghB54W4FGFBl4Y1tRn88IC0

View file

@ -14,16 +14,20 @@ items:
name: core.entity_view_mode.paragraph.preview
data:
langcode: en
id: paragraph.preview
label: Preview
status: true
cache: true
targetEntityType: paragraph
dependencies:
module:
- paragraphs
id: paragraph.preview
label: Preview
targetEntityType: paragraph
cache: true
_core:
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
-
collection: ''
name: paragraphs.settings
data:
show_unpublished: true
_core:
default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8

View file

@ -33,6 +33,8 @@ items:
- login-url
- url
- url-brief
_core:
default_config_hash: SwvLp8snyPEExF41CaJJYdPUVomofLqtXvwciHc4cPg
-
collection: ''
name: system.action.pathauto_update_alias_node
@ -49,6 +51,8 @@ items:
- node
module:
- pathauto
_core:
default_config_hash: lno8QThS348UX-kaUsagJtCnuPHKLXYnTQiF_9HSDWA
-
collection: ''
name: system.action.pathauto_update_alias_user
@ -65,3 +69,5 @@ items:
- user
module:
- pathauto
_core:
default_config_hash: x_ok_ZsfA4Xk4B_hVW3O4-3PcNoK57nXLz_Dlletidg

View file

@ -0,0 +1,33 @@
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

View file

@ -20,6 +20,8 @@ items:
ignore_admin_path: false
access_check: false
route_normalizer_enabled: true
_core:
default_config_hash: FEwQLW1wXW7fiJdG1B2bxW1c_-k6w-r-3V3bSsW6PqM
-
collection: ''
name: system.action.redirect_delete_action
@ -37,6 +39,8 @@ items:
type: redirect
plugin: redirect_delete_action
configuration: { }
_core:
default_config_hash: vcnRZRvBqTbK3nZ2M4_lKPlEGc8GjPzgaqapYUfyX8M
-
collection: ''
name: views.view.redirect
@ -55,7 +59,6 @@ items:
tag: ''
base_table: redirect
base_field: rid
core: 8.x
display:
default:
display_plugin: default
@ -82,7 +85,7 @@ items:
type: basic
options:
submit_button: Filter
reset_button: false
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
@ -399,6 +402,8 @@ items:
authenticated: authenticated
anonymous: '0'
administrator: '0'
operator_limit_selection: false
operator_list: { }
is_grouped: false
group_info:
label: ''
@ -439,6 +444,8 @@ items:
authenticated: authenticated
anonymous: '0'
administrator: '0'
operator_limit_selection: false
operator_list: { }
is_grouped: false
group_info:
label: ''
@ -482,6 +489,8 @@ items:
authenticated: authenticated
anonymous: '0'
administrator: '0'
operator_limit_selection: false
operator_list: { }
is_grouped: true
group_info:
label: 'Status code'
@ -572,6 +581,8 @@ items:
anonymous: '0'
administrator: '0'
reduce: false
operator_limit_selection: false
operator_list: { }
is_grouped: false
group_info:
label: ''
@ -638,3 +649,5 @@ items:
cacheable: false
max-age: 0
tags: { }
_core:
default_config_hash: I9VqfbwK5ZyKzL7810d0fswaadU6riFT3kPL0yxcpLs

View file

@ -11,11 +11,12 @@ extensionName: riddler
items:
-
collection: ''
name: riddler.settings
name: riddler.riddle.example
data:
riddles:
-
question: 'Do you really hate Spam?'
response: Yes!
id: example
question: 'Do you really hate Spam?'
solution: 'Yes,Yes!,y,absolutely,yeah'
hint: 'I think you do!'
status: true
_core:
default_config_hash: pKKCV0W4-r3Zf1QQzR2HDXAXmfH81248yrY2d9iR7S4
default_config_hash: f7dN3Eb7xyyMUWug2Gwt-bjoXTpTvtXXGMQmIS4LJ44

View file

@ -17,6 +17,30 @@ items:
cron_worker_runtime: 15
default_tracker: default
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: ''
name: tour.tour.search-api-index
@ -44,88 +68,79 @@ items:
label: 'Index status'
body: 'This gives a summary about how many items are known for this index, and how many have been indexed in their latest version. Items that are not indexed yet cannot be found by searches.'
weight: 2
attributes:
data-class: search-api-index-status
selector: .search-api-index-status
search-api-index-status:
id: search-api-index-status
plugin: text
label: Status
body: 'Shows whether the index is currently enabled or disabled.'
weight: 3
attributes:
data-class: search-api-index-summary--status
selector: .search-api-index-summary--status
search-api-index-datasources:
id: search-api-index-datasources
plugin: text
label: Datasources
body: 'Lists all datasources that are enabled for this index.'
weight: 4
attributes:
data-class: search-api-index-summary--datasource
selector: .search-api-index-summary--datasource
search-api-index-tracker:
id: search-api-index-tracker
plugin: text
label: Tracker
body: 'The tracker used by the index. Only one ("Default") is available by default.'
weight: 5
attributes:
data-class: search-api-index-summary--tracker
selector: .search-api-index-summary--tracker
search-api-index-server:
id: search-api-index-server
plugin: text
label: Server
body: 'If the index is attached to a server, this server is listed here.'
weight: 6
attributes:
data-class: search-api-index-summary--server
selector: .search-api-index-summary--server
search-api-index-server-index-status:
id: search-api-index-server-index-status
plugin: text
label: 'Server index status'
body: 'For enabled indexes, the number of items that can actually be retrieved from the server is listed here. For reasons why this number might differ from the number under "Index status", <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
attributes:
data-class: search-api-index-summary--server-index-status
selector: .search-api-index-summary--server-index-status
search-api-index-cron-batch-size:
id: search-api-index-cron-batch-size
plugin: text
label: 'Cron batch size'
body: 'The number of items that will be indexed at once during cron runs.'
weight: 8
attributes:
data-class: search-api-index-summary--cron-batch-size
selector: .search-api-index-summary--cron-batch-size
search-api-index-index-now:
id: search-api-index-remove
plugin: text
label: 'Start indexing now'
body: 'The "Start indexing now" form allows indexing items manually right away, with a batch process. Otherwise, items are only indexed during cron runs. The form might be disabled if indexing is currently not possible for some reason, or not necessary.'
weight: 9
attributes:
data-id: edit-index
selector: '#edit-index'
search-api-index-tracking:
id: search-api-index-tracking
plugin: text
label: 'Track items for index'
body: 'In certain situations, the index''s tracker doesn''t have the latest state of the items available for indexing. This will be automatically rectified during cron runs, but can also be manually triggered here, with the "Track now" button.'
weight: 10
attributes:
data-id: edit-tracking
selector: '#edit-tracking'
search-api-index-reindex:
id: search-api-index-reindex
plugin: text
label: 'Queue all items for reindexing'
body: 'This will queue all items on this index for reindexing. Previously indexed data will remain on the search server, so searches on this index will continue to yield results.'
weight: 11
attributes:
data-id: edit-reindex
selector: .edit-reindex
search-api-index-clear:
id: search-api-index-clear
plugin: text
label: 'Clear all indexed data'
body: 'This will remove all indexed content for this index from the search server and queue it for reindexing. Searches on this index will not return any results until items are reindexed.'
weight: 12
attributes:
data-id: edit-clear
selector: '#edit-clear'
_core:
default_config_hash: DHNg3a7QdthDmUgBXKgxq-ewQd4uA9hHAmaM9vul95A
-
collection: ''
name: tour.tour.search-api-index-fields
@ -153,80 +168,72 @@ items:
label: 'Add fields'
body: 'With the "Add fields" button you can add additional fields to this index.'
weight: 2
attributes:
data-class: 'button-action[data-drupal-selector="edit-add-field"]'
selector: '.button-action[data-drupal-selector="edit-add-field"]'
search-api-index-fields-label:
id: search-api-index-fields-label
plugin: text
label: Label
body: 'A label for the field that will be used to refer to the field in most places in the user interface.'
weight: 3
attributes:
data-class: 'details-wrapper:nth(0) table thead th:nth(0)'
selector: '.details-wrapper table thead th:nth-child(1)'
search-api-index-fields-machine-name:
id: search-api-index-fields-machine-name
plugin: text
label: 'Machine name'
body: 'The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field''s machine name requires reindexing of the index.'
body: "The internal ID to use for this field. Can safely be ignored by inexperienced users in most cases. Changing a field's machine name requires reindexing of the index."
weight: 4
attributes:
data-class: 'details-wrapper:nth(0) table thead th:nth(1)'
selector: '.details-wrapper table thead th:nth-child(2)'
search-api-index-fields-property-path:
id: search-api-index-fields-property-path
plugin: text
label: 'Property path'
body: 'The internal relationship linking the indexed item to the field, with links being separated by colons (:). This can be useful information for advanced users, but can otherwise be ignored.'
weight: 5
attributes:
data-class: 'details-wrapper:nth(0) table thead th:nth(2)'
selector: '.details-wrapper table thead th:nth-child(3)'
search-api-index-fields-type:
id: search-api-index-fields-type
plugin: text
label: Type
body: 'The data type to use when indexing the field. Determines how a field can be used in searches. For information on the available types, see the <a href="#search-api-data-types-table">"Data types" box</a> at the bottom of the page.'
weight: 6
attributes:
data-class: 'details-wrapper:nth(0) table thead th:nth(3)'
selector: '.details-wrapper table thead th:nth-child(4)'
search-api-index-fields-boost:
id: search-api-index-fields-boost
plugin: text
label: Boost
body: 'Only applicable for fulltext fields. Determines how "important" the field is compared to other fulltext fields, to influence scoring of fulltext searches.'
weight: 7
attributes:
data-class: 'details-wrapper:nth(0) table thead th:nth(4)'
selector: '.details-wrapper table thead th:nth-child(5)'
search-api-index-fields-edit:
id: search-api-index-fields-edit
plugin: text
label: 'Edit field'
body: 'Some fields have additional configuration available, in which case an "Edit" link is displayed in the "Operations" column.'
weight: 8
attributes:
data-class: 'details-wrapper:nth(0) table tbody td:nth(5) a'
selector: '.details-wrapper table tbody td:nth-child(6) a'
search-api-index-fields-remove:
id: search-api-index-fields-remove
plugin: text
label: 'Remove field'
body: 'Removes a field from the index again. (Note: Sometimes, a field is required (for example, by a processor) and cannot be removed.)'
weight: 9
attributes:
data-class: 'details-wrapper:nth(0) table tbody td:nth(6) a'
selector: '.details-wrapper table tbody td:nth-child(7) a'
search-api-index-fields-submit:
id: search-api-index-fields-submit
plugin: text
label: 'Save changes'
body: 'This saves all changes made to the fields for this index. Until this button is pressed, all added, changed or removed fields will only be stored temporarily and not effect the actual index used in the rest of the site.'
weight: 10
attributes:
data-id: edit-actions-submit
selector: '#edit-actions-submit'
search-api-index-fields-cancel:
id: search-api-index-fields-cancel
plugin: text
label: 'Cancel changes'
body: 'If you have made changes to the index''s fields but not yet saved them, the "Cancel" link lets you discard those changes.'
weight: 10
attributes:
data-id: edit-actions-cancel
selector: '#edit-actions-cancel'
_core:
default_config_hash: TtSWlBl_1VI03GJW1yyzVwtlq15Yst0id1vPdvz5qxM
-
collection: ''
name: tour.tour.search-api-index-form
@ -256,48 +263,44 @@ items:
label: 'Index name'
body: 'Enter a name to identify this index. For example, "Content index". This will only be displayed in the admin user interface.'
weight: 2
attributes:
data-id: edit-name
selector: '#edit-name'
search-api-index-form-datasources:
id: search-api-index-form-datasources
plugin: text
label: Datasources
body: 'Datasources define the types of items that will be indexed in this index. By default, all content entities (like content, comments and taxonomy terms) will be available here, but modules can also add their own.'
weight: 3
attributes:
data-id: edit-datasources
selector: '#edit-datasources'
search-api-index-form-tracker:
id: search-api-index-form-tracker
plugin: text
label: Tracker
body: 'An index''s tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items.'
body: "An index's tracker is the system that keeps track of which items there are available for the index, and which of them still need to be indexed. Changing the tracker of an existing index will lead to reindexing of all items."
weight: 4
attributes:
data-id: edit-tracker
selector: '#edit-tracker'
search-api-index-form-server:
id: search-api-index-form-server
plugin: text
label: Server
body: 'The search server that the index should use for indexing and searching. If no server is selected here, the index cannot be enabled. An index can only have one server, but a server can have any number of indexes.'
weight: 5
attributes:
data-id: edit-server
selector: '#edit-server'
search-api-index-form-description:
id: search-api-index-form-description
plugin: text
label: 'Index description'
body: 'Optionally, enter a description to explain the function of the index in more detail. This will only be displayed in the admin user interface.'
weight: 6
attributes:
data-id: edit-description
selector: '#edit-description'
search-api-index-form-options:
id: search-api-index-form-options
plugin: text
label: 'Advanced options'
body: 'These options allow more detailed configuration of index behavior, but can usually safely be ignored by inexperienced users.'
weight: 7
attributes:
data-id: edit-options
selector: '#edit-options'
_core:
default_config_hash: sQzCtjeNBZnQCDro5e8B7_KNpDYVoetYDs4iaf1xBOA
-
collection: ''
name: tour.tour.search-api-index-processors
@ -317,7 +320,7 @@ items:
id: search-api-index-processors-introduction
plugin: text
label: 'Processors used for this index'
body: 'Processors customize different aspects of an index''s functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches.'
body: "Processors customize different aspects of an index's functionality. They can keep items from being indexed, change how certain fields are indexed and influence searches."
weight: 1
search-api-index-processors-enable:
id: search-api-index-processors-enable
@ -325,24 +328,23 @@ items:
label: 'Enable processors'
body: 'This lists all processors available for this index and lets you choose the ones that should be active. (Note: Some processors cannot be disabled.)'
weight: 2
attributes:
data-id: edit-status
selector: '#edit-status'
search-api-index-processors-weights:
id: search-api-index-processors-weights
plugin: text
label: 'Processor order'
body: 'This shows you which enabled processors will be active in the different parts of the indexing/searching workflow, and lets you re-arrange them. This should usually not be necessary, and only be used by advanced users as some processors will lead to unexpected results when used in the wrong order.'
weight: 3
attributes:
data-id: edit-weights
selector: '#edit-weights'
search-api-index-processors-settings:
id: search-api-index-processors-settings
plugin: text
label: 'Processor settings'
body: 'Some processors have additional configuration available, which you are able to change here.'
weight: 4
attributes:
data-class: form-type-vertical-tabs
selector: .form-type--vertical-tabs
_core:
default_config_hash: vs6bUgjvoJIdOBQIcX2l2Dp6BXpVFbs-h6PsKOmZfYk
-
collection: ''
name: tour.tour.search-api-server
@ -370,32 +372,30 @@ items:
label: Status
body: 'Shows whether the server is currently enabled or disabled.'
weight: 2
attributes:
data-class: search-api-server-summary--status
selector: .search-api-server-summary--status
search-api-server-backend:
id: search-api-server-backend
plugin: text
label: 'Backend class'
body: 'The backend plugin used for this server. The backend plugin determines how items are indexed and searched for example, using the database or an Apache Solr server.'
weight: 3
attributes:
data-class: search-api-server-summary--backend
selector: .search-api-server-summary--backend
search-api-server-indexes:
id: search-api-server-indexes
plugin: text
label: 'Search indexes'
body: 'Lists all search indexes that are attached to this server.'
weight: 4
attributes:
data-class: search-api-server-summary--indexes
selector: .search-api-server-summary--indexes
search-api-server-clear:
id: search-api-server-clear
plugin: text
label: 'Delete all indexed data'
body: 'This will permanently remove all data currently indexed on this server for indexes that aren''t read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results.'
body: "This will permanently remove all data currently indexed on this server for indexes that aren't read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results."
weight: 5
attributes:
data-id: edit-clear
selector: '#edit-clear'
_core:
default_config_hash: XF-X52fvU1eywjOhWClTlaZiOmijG87qNfkOFlqg2cI
-
collection: ''
name: tour.tour.search-api-server-form
@ -425,21 +425,20 @@ items:
label: 'Server name'
body: 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.'
weight: 2
attributes:
data-id: edit-name
selector: '#edit-name'
search-api-server-form-description:
id: search-api-server-form-description
plugin: text
label: 'Server description'
body: 'Optionally, enter a description to explain the function of the server in more detail. This will only be displayed in the admin user interface.'
weight: 3
attributes:
data-id: edit-description
selector: '#edit-description'
search-api-server-form-backend:
id: search-api-server-form-backend
plugin: text
label: 'Server backend'
body: 'Servers can be based on different technologies. These are called "backends". A server uses exactly one backend and cannot change it later. You can make the "Database" backend available by enabling the "Database Search" module. Another very common backend is <a href="https://www.drupal.org/project/search_api_solr">"Solr"</a>, which requires to be set up separately.'
weight: 4
attributes:
data-id: edit-backend
selector: '#edit-backend'
_core:
default_config_hash: 0kIrvs9YL0PKR2nGfa7deQoPoXrWR5nUI0UtCfj04LA

View file

@ -14,3 +14,5 @@ items:
name: search_api_db.settings
data:
autocomplete_max_occurrences: 0.9
_core:
default_config_hash: fEmluJPpUL5dVqkWi0Fw89OlZYLhjQqyZIl6HWCDE1s

View file

@ -18,3 +18,5 @@ items:
dependencies: { }
id: default
label: Default
_core:
default_config_hash: U5VlGjd_SfV0Qm_EfnaynOfc549cNscFAx48JfYoMRI

View file

@ -15,3 +15,5 @@ items:
data:
count_content_views: 0
display_max_age: 3600
_core:
default_config_hash: 83DFdl59OsypYUif32K2NCB8eiszXAKCcay04oZCRpA

View file

@ -14,3 +14,6 @@ items:
name: subpathauto.settings
data:
depth: 0
redirect_support: true
_core:
default_config_hash: Q5P0hU2bQiNDXF1O2Nl-5AYW1pdze-p0V2hR8x0pFDs

View file

@ -14,3 +14,5 @@ items:
name: subprofiles.settings
data:
subprofile: standard
_core:
default_config_hash: GnFDZEW-JRQ2H2BMw8vXy1S64DTbrQQeWYJa4FElOzg

View file

@ -20,6 +20,8 @@ items:
label: 'Fallback date format'
locked: true
pattern: 'D, m/d/Y - H:i'
_core:
default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE
-
collection: ''
name: core.date_format.html_date
@ -31,6 +33,8 @@ items:
label: 'HTML Date'
locked: true
pattern: Y-m-d
_core:
default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk
-
collection: ''
name: core.date_format.html_datetime
@ -42,6 +46,8 @@ items:
label: 'HTML Datetime'
locked: true
pattern: 'Y-m-d\TH:i:sO'
_core:
default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE
-
collection: ''
name: core.date_format.html_month
@ -53,6 +59,8 @@ items:
label: 'HTML Month'
locked: true
pattern: Y-m
_core:
default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM
-
collection: ''
name: core.date_format.html_time
@ -64,6 +72,8 @@ items:
label: 'HTML Time'
locked: true
pattern: 'H:i:s'
_core:
default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE
-
collection: ''
name: core.date_format.html_week
@ -75,6 +85,8 @@ items:
label: 'HTML Week'
locked: true
pattern: Y-\WW
_core:
default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY
-
collection: ''
name: core.date_format.html_year
@ -86,6 +98,8 @@ items:
label: 'HTML Year'
locked: true
pattern: 'Y'
_core:
default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk
-
collection: ''
name: core.date_format.html_yearless_date
@ -97,6 +111,8 @@ items:
label: 'HTML Yearless date'
locked: true
pattern: m-d
_core:
default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc
-
collection: ''
name: core.date_format.long
@ -108,6 +124,8 @@ items:
label: 'Default long date'
locked: false
pattern: 'l, F j, Y - H:i'
_core:
default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo
-
collection: ''
name: core.date_format.medium
@ -119,6 +137,8 @@ items:
label: 'Default medium date'
locked: false
pattern: 'D, m/d/Y - H:i'
_core:
default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE
-
collection: ''
name: core.date_format.short
@ -130,6 +150,8 @@ items:
label: 'Default short date'
locked: false
pattern: 'm/d/Y - H:i'
_core:
default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA
-
collection: ''
name: system.advisories
@ -138,11 +160,6 @@ items:
interval_hours: 6
_core:
default_config_hash: x0FuQ_7Cg81mSDQwG028_Z0CjH3R9ib5IDlHeV2BbAo
-
collection: ''
name: system.authorize
data:
filetransfer_default: null
-
collection: ''
name: system.cron
@ -150,19 +167,24 @@ items:
threshold:
requirements_warning: 172800
requirements_error: 1209600
logging: 1
_core:
default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y
-
collection: ''
name: system.date
data:
first_day: 0
country:
default: ''
first_day: 0
timezone:
default: ''
user:
configurable: true
warn: false
default: 0
warn: false
_core:
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
-
collection: ''
name: system.diff
@ -170,42 +192,68 @@ items:
context:
lines_leading: 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: ''
name: system.file
data:
allow_insecure_uploads: false
default_scheme: public
path:
temporary: ''
temporary_maximum_age: 21600
_core:
default_config_hash: mguGHCYb9Dw5EcpfjwoShGV1Vjkbz3QuPRCLfxiye-g
-
collection: ''
name: system.image
data:
toolkit: gd
_core:
default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24
-
collection: ''
name: system.image.gd
data:
jpeg_quality: 75
_core:
default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ
-
collection: ''
name: system.logging
data:
error_level: hide
_core:
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
-
collection: ''
name: system.mail
data:
interface:
default: php_mail
mailer_dsn:
scheme: sendmail
host: default
user: null
password: null
port: null
options: { }
_core:
default_config_hash: 5PvD9swkqWUeHkabdvbJ2SQqdhrzjkCT21wtD4BLfk4
-
collection: ''
name: system.maintenance
data:
message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.'
langcode: en
message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.'
_core:
default_config_hash: 1SNdA25INsV5YjlgAJtfC-6AM8VcWe_00xneMLb2yFg
-
collection: ''
name: system.menu.account
@ -217,6 +265,8 @@ items:
label: 'User account menu'
description: 'Links related to the active user account'
locked: true
_core:
default_config_hash: M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw
-
collection: ''
name: system.menu.admin
@ -228,6 +278,8 @@ items:
label: Administration
description: 'Administrative task links'
locked: true
_core:
default_config_hash: sapEi2YDGoI9yQIT_WgIV2vUdQ6DScH0V3fAyTadAL0
-
collection: ''
name: system.menu.footer
@ -239,6 +291,8 @@ items:
label: Footer
description: 'Site information links'
locked: true
_core:
default_config_hash: 7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc
-
collection: ''
name: system.menu.main
@ -250,6 +304,8 @@ items:
label: 'Main navigation'
description: 'Site section links'
locked: true
_core:
default_config_hash: Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8
-
collection: ''
name: system.menu.tools
@ -261,6 +317,8 @@ items:
label: Tools
description: 'User tool links, often added by modules'
locked: true
_core:
default_config_hash: BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc
-
collection: ''
name: system.performance
@ -279,21 +337,21 @@ items:
js:
preprocess: true
gzip: true
stale_file_threshold: 2592000
_core:
default_config_hash: jtno5biznHZbrIgKwzq-ze-7XaQxLCGe6PeUOR7bRiQ
-
collection: ''
name: system.rss
data:
channel:
description: ''
items:
limit: 10
view_mode: rss
langcode: en
_core:
default_config_hash: MIpNzlG4gPunfS7vTCwUPum6QH3GUsEBMj-qS631Jw0
-
collection: ''
name: system.site
data:
langcode: en
uuid: ''
name: ''
mail: ''
@ -304,14 +362,17 @@ items:
front: /user/login
admin_compact_mode: false
weight_select_max: 100
langcode: en
default_langcode: en
_core:
default_config_hash: l58O_yEXSo-SeJi19LXdzTU1tNJG3lmnIhCitRkM1tk
-
collection: ''
name: system.theme
data:
admin: seven
default: octavia
admin: ''
default: stark
_core:
default_config_hash: 6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk
-
collection: ''
name: system.theme.global
@ -325,8 +386,10 @@ items:
comment_user_picture: true
comment_user_verification: true
favicon: true
node_user_picture: true
node_user_picture: false
logo:
path: ''
url: ''
url: null
use_default: true
_core:
default_config_hash: 3qY7PfXvJcCtBPQpb9FxxBgXtUGFzx8JVakfWiNNYzw

View file

@ -20,8 +20,43 @@ items:
- taxonomy
id: taxonomy_term.full
label: 'Taxonomy term page'
description: ''
targetEntityType: taxonomy_term
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: ''
name: taxonomy.settings
@ -29,6 +64,8 @@ items:
maintain_index_table: true
override_selector: false
terms_per_page_admin: 100
_core:
default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias
-
collection: ''
name: views.view.taxonomy_term
@ -49,29 +86,32 @@ items:
tag: default
base_table: node_field_data
base_field: nid
core: '8'
display:
default:
id: default
display_title: Master
display_title: Default
display_plugin: default
position: 0
display_options:
query:
type: views_query
fields: { }
pager:
type: mini
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
access:
type: perm
options:
perm: 'access content'
cache:
type: tag
options: { }
offset: 0
items_per_page: 10
total_pages: 0
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:
@ -82,49 +122,41 @@ items:
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: mini
access:
type: perm
options:
items_per_page: 10
offset: 0
id: 0
total_pages: 0
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
tags:
previous:
next:
perm: 'access content'
cache:
type: tag
options: { }
empty: { }
sorts:
sticky:
id: sticky
table: taxonomy_index
field: sticky
order: DESC
plugin_id: standard
relationship: none
group_type: group
admin_label: ''
exposed: false
plugin_id: standard
order: DESC
expose:
label: ''
field_identifier: sticky
exposed: false
created:
id: created
table: taxonomy_index
field: created
order: DESC
plugin_id: date
relationship: none
group_type: group
admin_label: ''
exposed: false
plugin_id: date
order: DESC
expose:
label: ''
field_identifier: created
exposed: false
granularity: second
arguments:
tid:
@ -134,6 +166,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: taxonomy_index_tid
default_action: 'not found'
exception:
value: ''
@ -144,12 +177,11 @@ items:
default_argument_type: fixed
default_argument_options:
argument: ''
default_argument_skip_url: false
summary_options:
base_path: ''
count: true
items_per_page: 25
override: false
items_per_page: 25
summary:
sort_order: asc
number_of_records: 0
@ -159,15 +191,14 @@ items:
type: 'entity:taxonomy_term'
fail: 'not found'
validate_options:
bundles: { }
access: true
operation: view
multiple: 0
bundles: { }
break_phrase: false
add_table: false
require_value: false
reduce_duplicates: false
plugin_id: taxonomy_index_tid
filters:
langcode:
id: langcode
@ -176,6 +207,9 @@ items:
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: langcode
plugin_id: language
operator: in
value:
'***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
@ -187,6 +221,8 @@ items:
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
@ -206,9 +242,6 @@ items:
default_group: All
default_group_multiple: { }
group_items: { }
plugin_id: language
entity_type: node
entity_field: langcode
status:
id: status
table: taxonomy_index
@ -216,6 +249,7 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: boolean
operator: '='
value: '1'
group: 1
@ -226,6 +260,8 @@ items:
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
@ -244,7 +280,6 @@ items:
default_group: All
default_group_multiple: { }
group_items: { }
plugin_id: boolean
style:
type: default
options:
@ -256,6 +291,17 @@ items:
type: 'entity:node'
options:
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:
entity_taxonomy_term:
id: entity_taxonomy_term
@ -264,27 +310,22 @@ items:
relationship: none
group_type: group
admin_label: ''
plugin_id: entity
empty: true
tokenize: true
target: '{{ raw_arguments.tid }}'
view_mode: full
tokenize: true
bypass_access: false
plugin_id: entity
footer: { }
empty: { }
relationships: { }
fields: { }
display_extenders: { }
link_url: ''
link_display: page_1
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
max-age: -1
tags: { }
feed_1:
id: feed_1
@ -292,37 +333,37 @@ items:
display_plugin: feed
position: 2
display_options:
query:
type: views_query
options: { }
pager:
type: some
options:
items_per_page: 10
offset: 0
path: taxonomy/term/%/feed
displays:
page_1: page_1
default: '0'
items_per_page: 10
style:
type: rss
options:
description: ''
grouping: { }
uses_fields: false
description: ''
row:
type: node_rss
options:
relationship: none
view_mode: default
query:
type: views_query
options: { }
display_extenders: { }
path: taxonomy/term/%/feed
displays:
page_1: page_1
default: '0'
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
- url
- 'user.node_grants:view'
- user.permissions
max-age: -1
tags: { }
page_1:
id: page_1
@ -333,14 +374,16 @@ items:
query:
type: views_query
options: { }
path: taxonomy/term/%
display_extenders: { }
path: taxonomy/term/%
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
max-age: -1
tags: { }
_core:
default_config_hash: z9csC6m3M65M2JczdNul_lMUrVg8ZO66pbSq8jPCBKs

View file

@ -14,3 +14,5 @@ items:
name: text.settings
data:
default_summary_length: 600
_core:
default_config_hash: Bkewb77RBOK3_aXMPsp8p87gbc03NvmC5gBLzPl7hVA

View file

@ -8,4 +8,140 @@ id: config_sync.module.tour
snapshotSet: config_sync
extensionType: module
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

View file

@ -17,11 +17,11 @@ items:
disabled_extensions: false
interval_days: 1
fetch:
url: ''
url: null
max_attempts: 2
timeout: 30
notification:
emails: { }
threshold: all
_core:
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
default_config_hash: xbYr66-g0FjNgVBkGypCuN46vBI2XHntXN1URawq1s4

Some files were not shown because too many files have changed in this diff Show more