diff --git a/.gitignore b/.gitignore index 8fdd8d3..71f6d39 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,17 @@ web/d8*/docroot/core web/d8*/docroot/modules/contrib web/d8*/docroot/themes/contrib/ web/d8*/docroot/profiles/contrib/ +web/d9*/.editorconfig +web/d9*/.gitattributes +web/d9*/docroot/*.txt +web/d9*/docroot/*/.gitignore +web/d9*/docroot/example.gitignore +web/d9*/docroot/core +web/d9*/docroot/modules/contrib +web/d9*/docroot/themes/contrib/ +web/d9*/docroot/profiles/contrib/ +web/d9*/docroot/sites/README.txt + # Ignore regular Composer dependencies /vendor/ diff --git a/README.md b/README.md index 27d52f4..17d08d0 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ There are two demo builds included in the package, and you should be sure to che ### solr-7 -*This is now the default branch.* +The `solr-7` branch contains release 4.0 and runs Drupal 7.78, 8.9.13, and 9.1.3; testing against Solr 7. The Drupal 8 and 9 versions rely on Search API Solr 4.x. -The `solr-7` branch will contain release 3.0 and is compatible with Drupal 7.69, 8.82 and higher, and Solr 7. It relies on Search API Solr 8.3, and will be Drupal 9 compatible. - -This branch uses Search API Federated Solr version 8.x-3.x. All new development is done on this branch. +This branch uses Search API Federated Solr version 4.x. All new development is done on this branch. ### solr-4 +This branch is no longer maintained. + The `solr-4` branch contains release 1.0 and is compatible with Drupal 7.69, 8.6 - 8.82, and Solr 4 - 6. Most important, it relies on Search API Solr 8.1, which is no longer maintained. This branch is stable and appropriate for deployment to Acquia, provided your site is not using Solr 7. This branch uses Search API Federated Solr version 8.x-2.x. No new development is expected on this branch and it is not expected to be Drupal 9 compatible. @@ -81,7 +81,7 @@ You may be interested in creating your own development environment and comparing 4. Log in to the virtual machine (the VM): `vagrant ssh` 5. Build, install, and enable demo content: `phing install-all` * When prompted, you may choose to empty the current SOLR index. This action is recommended when re-installing all sites, but not one site. - * If you wish to install without Domain Access, run `phing install-no-domain`. In that case, two sites will be built with 20 pieces of content. + * If you wish to install without Domain Access, run `phing install-no-domain`. In that case, three sites will be built with 30 pieces of content. 6. Visit your D8 (standalone) site at [http://d8.fs-demo.local](http://d8.fs-demo.local) 7. Visit your D8 (domain access) site at: - [http://d8-1.fs-demo.local](http://d8-1.fs-demo.local) @@ -92,8 +92,9 @@ You may be interested in creating your own development environment and comparing - [http://d7-1.fs-demo.local](http://d7-1.fs-demo.local) - [http://d7-2.fs-demo.local](http://d7-2.fs-demo.local) - [http://d7-3.fs-demo.local](http://d7-3.fs-demo.local) -10. View the Solr index at [http://federated-search-demo.local:8983/solr/#/drupal8/query](http://federated-search-demo.local:8983/solr/#/drupal8/query). -11. See the bare React app (without Drupal) at [http://react.fs-demo.local](http://react.fs-demo.local) +10. Visit your D9 (standalone) site at [http://d9.fs-demo.local](http://d9.fs-demo.local) +11. View the Solr index at [http://federated-search-demo.local:8983/solr/#/drupal8/query](http://federated-search-demo.local:8983/solr/#/drupal8/query). +12. See the bare React app (without Drupal) at [http://react.fs-demo.local](http://react.fs-demo.local) You can log in to any of the Drupal sites at `/user` with `admin/admin`. @@ -107,7 +108,7 @@ To run project-related commands other than `vagrant up` and `vagrant ssh`: * You'll be in your project root, at the path `/var/www/federated-search-demo.local/` * You can run `composer`, `drush`, and `phing` commands from here * Go to the path `/var/www/federated-search-demo.local/web/*` to add new modules to each site. -* Use drush on the D8 sites - try `drush site:alias` or `drush @d8 status` +* Use drush on the D8 and D9 sites - try `drush site:alias` or `drush @d8 status` * Use drush on the D7 site by navigating into the d7 directory: ``` @@ -129,13 +130,17 @@ To run project-related commands other than `vagrant up` and `vagrant ssh`: This version of the demo site is all about dogs. We use simple core content types (basic page and article) supplemented by taxonomy terms. The content titles are meaningful (they are all dog breeds). Content body is lorem ipsum text. +### Date facets +When content is created, it is auto-assigned to a random publication date within the past two weeks from building the site(s). + +### Term facets We create three vocabularies in Drupal 7: * Age * Color * Traits -In Drupal 8, the Color vocabulary is not present. This difference shows how sites with different taxonomies can be integrated in search results. +In Drupal 8 and 9, the Color vocabulary is not present. This difference shows how sites with different taxonomies can be integrated in search results. Each content page is assigned to the available vocabularies. This setup allows our search index to provide filters by each term. @@ -143,7 +148,7 @@ Note that term mapping in Federated Search lets you alias terms. In the Drupal 7 ### Images -Some of the dogs -- but not all -- have images. These show how the index handles image display. The following dogs should have images: `Irish Terrier, English Terrier, Newfoundland, Pointer, Greyhound, Dachshund, Maltese, Cumberland Sheepdog, Dalmation, Toy Spaniel`. +Some of the dogs -- but not all -- have images. These show how the index handles image display. The following dogs should have images: `Irish Terrier, English Terrier, Newfoundland, Pointer, Greyhound, Dachshund, Maltese, Cumberland Sheepdog, Dalmation, Toy Spaniel, Mastiff, Deer Hound, St. Bernard`. Note that sometimes the image cache must be primed, so if you see a broken image on first page load, reload the page. If an image has the url `default`, it means the index has not been built properly. Run `phing solr-reindex` to correct the issue. @@ -151,34 +156,38 @@ Images are [public domain](https://freevintageillustrations.com/faq/) and source ## Sample searches -By default, the sites will show all content when no search keywords are entered. There should be 32 items in the default result set. +By default, the sites will show all content when no search keywords are entered. There should be 42 items in the default result set. -* Domain 1 - Drupal 7 (3 results) -* Domain 2 - Drupal 7 (2 results) -* Domain 3 - Drupal 7 (3 results) -* Drupal 7 - Federated Search (10 results) -* Federated Search Domain 1 (2 results) -* Federated Search Domain 2 (2 results) -* Federated Search Domain 3 (3 results) -* Federated Search Drupal 8 (10 results) +* Drupal 8 (10 results, Drupal 8) +* Drupal 8 - One (2 results. Drupal 8 with Domain Access) +* Drupal 8 - Two (2 results, Drupal 8 with Domain Access) +* Drupal 8 - Three (3 results, Drupal 8 with Domain Access) +* Drupal 9 (10 results, Drupal 9) +* Search Domain 1 (3 results, Drupal 7 with Domain Access) +* Search Domain 2 (2 results, Drupal 7 with Domain Access) +* Search Domain 3 (3 results, Drupal 7 with Domain Access) +* Search Drupal 7 (10 results, Drupal 7) -Note: Theses numbers add up to more than 32 because some content is assigned to multiple domains. +Note: These numbers add up to more than 42 because some content is assigned to multiple domains. If you did not install the domain sites, then there will be 20 items: -* Drupal 7 - Federated Search (10 results) -* Federated Search Drupal 8 (10 results) +* Drupal 8 (10 results) +* Drupal 9 (10 results) +* Search Drupal 7 (10 results) -A good sample search is for `terrier`, which should return 5 results (4 without domain support): +A good sample search is for `terrier`, which should return 6 results (5 without domain support): * English Terrier (D7) * Jack Russell Terrier (D8) * Irish Terrier (D7) * Boston Terrier (D8) * Norfolk Terrier (D8 Domain 1) +* Welsh Terrier (D9) -These four search results should be identical: +These five search results should be identical: +* http://d9.fs-demo.local/search-app?search=terrier * http://d8.fs-demo.local/search-app?search=terrier * http://d7.fs-demo.local/search-app?search=terrier * http://d8-1.fs-demo.local/search-app?search=terrier @@ -241,19 +250,22 @@ If you just want to get up and running, from the project root run `phing install 2. Download the most current dependencies for D8 (domain access): `composer install --working-dir=web/d8-domain` 3. Download the most current dependencies for D7: `composer install --working-dir=web/d7` 4. Download the most current dependencies for D7: `composer install --working-dir=web/d7-domain` +5. Download the most current dependencies for D9 (standalone): `composer install --working-dir=web/d9` 5. Reinstall Drupal 8: - Standalone: `phing install-d8 -Ddrush.root=web/d8/docroot` - Domain site: `phing install-d8-domain -Ddrush.root=web/d8-domain/docroot` 6. Reinstall Drupal 7: `phing install-d7` - Standalone: `phing install-d7 -Ddrush.root=web/d7/docroot` - Domain site: `phing install-d7-domain -Ddrush.root=web/d7-domain/docroot` +5. Reinstall Drupal 9: + - Standalone: `phing install-d9 -Ddrush.root=web/d9/docroot` 7. Build the `/src` directory and checkout modules there: `phing init` - This links each of the two modules: `search_api_federated_solr` and `search_api_field_map` from the D8/D7 single site docroot to the `/src` directory and also into the D8/D7 Domain Access-enabled docroot. This means all changes made in `/src/search_api_...` will propagate to both sites simultaneously. The `phing init` command is run automatically by any of the installer scripts. 8. (optional) Run `phing init-git` to run authenticated git checkouts. These git checkouts point to GitHub and have `drupal` aliased remotes to drupal.org (`git remote show`). ### Updating Drupal 8 core -Until we move to Drupal 9, you may run into issues with incompatible versions of `symfony/event-dispatcher`. Search API Solr requires version 4; Drupal 8 core version 3. +When installing Drupal 8, you may run into issues with incompatible versions of `symfony/event-dispatcher`. Search API Solr requires version 4; Drupal 8 core version 3. To get around this issue, we use `composer require symfony/event-dispatcher:"4.3.3 as 3.4.99"` in both the `web/d8` and `web/d8-domain` directories. @@ -285,9 +297,10 @@ You can restart the Solr service from the project within the vm with `sudo servi ## Working with styles -The default CSS for the search application page can be overwritten by a local file. See the Federated Styles module included in the Drupal 8 project for an example. +The default CSS for the search application page can be overwritten by a local file. See the Federated Styles module included in the Drupal 8 and 9 projects for an example. `/web/d8/docroot/modules/custom/federated_styles` +`/web/d9/docroot/modules/custom/federated_styles` ## Testing without using Drupal @@ -315,7 +328,7 @@ The settings for Behat are in `/behat.xml` and tests are in the `/features` dire ## Directory structure -This repo is structured a little differently than usual, since it contains 4 independent Drupal docroots. Here're some important pieces: +This repo is structured a little differently than usual, since it contains 5 independent Drupal docroots and a React docroot. Here are some important pieces: ``` @@ -327,10 +340,12 @@ This repo is structured a little differently than usual, since it contains 4 ind │   ├── config_split # Not using this at the moment │   └── sites # D8 site config goes here │   └── d8 +│   └── d9 ├── drush │   └── sites # Drush aliases go here. │      ├── d8-domain.site.yml │      └── d8.site.yml +│      └── d9.site.yml ├── features # Tests could eventually go here. │   ├── bootstrap │   │   └── FeatureContext.php @@ -346,12 +361,29 @@ This repo is structured a little differently than usual, since it contains 4 ind │   ├── composer.lock │   ├── docroot │   └── vendor + ├── d7-domain + │   ├── composer.json + │   ├── composer.lock + │   ├── docroot + │   └── vendor ├── d8 │   ├── composer.json │   ├── composer.lock │   ├── docroot │   └── vendor - │ # Directories for the domain-enabled docroots go here + ├── d8-domain + │   ├── composer.json + │   ├── composer.lock + │   ├── docroot + │   └── vendor + ├── d9 + │   ├── composer.json + │   ├── composer.lock + │   ├── docroot + │   └── vendor + ├── react + │   ├── app + │   ├── index.html ``` ## Deployment @@ -359,4 +391,4 @@ This repo is structured a little differently than usual, since it contains 4 ind This project is for demo purposes only and is not to be deployed. ---- -Copyright 2018, 2019, 2020 Palantir.net, Inc. +Copyright 2018-2021 Palantir.net, Inc. diff --git a/Vagrantfile b/Vagrantfile index fa4a856..ae983c4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,6 +13,7 @@ end project = 'federated-search-demo' hostname = "#{project}.local" extra_hostnames = [ + 'd9.fs-demo.local', 'd8.fs-demo.local', 'd7.fs-demo.local', 'd7-1.fs-demo.local', diff --git a/build.xml b/build.xml index caf2fc8..735658c 100644 --- a/build.xml +++ b/build.xml @@ -12,6 +12,7 @@ + @@ -22,11 +23,44 @@ + + + + + + + + + + + + + federated_default_content + + + + + + + + + + federated_default_content + + + + federated_search + + + + + + @@ -52,11 +86,14 @@ federated_default_content + federated_search - + + + @@ -84,10 +121,10 @@ federated_default_content + federated_search - + + + + + + + @@ -263,9 +322,9 @@ - + - + @@ -281,14 +340,14 @@ - - + + - - + + @@ -339,6 +398,11 @@ + + + + + diff --git a/composer.json b/composer.json index 1b2c2c5..0c46654 100644 --- a/composer.json +++ b/composer.json @@ -42,5 +42,12 @@ "drush/drush": "^10.1", "palantirnet/phing-drush-task": "dev-master", "phing/phing": "^2.16" + }, + "extra": { + "patches": { + "palantirnet/the-vagrant": { + "GPG Yarn Issues with installing with latest version of the build ": "https://patch-diff.githubusercontent.com/raw/palantirnet/the-vagrant/pull/80.patch" + } + } } } diff --git a/composer.lock b/composer.lock index c5b7fa9..b768a73 100644 --- a/composer.lock +++ b/composer.lock @@ -280,6 +280,7 @@ "GPL-2.0-or-later" ], "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", + "abandoned": "drupal/core-composer-scaffold", "time": "2019-03-30T10:41:38+00:00" }, { @@ -2620,16 +2621,16 @@ }, { "name": "drush/drush", - "version": "10.2.2", + "version": "10.3.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "8307a4e7dae9c63a279d8b59b9dca6c1973576c2" + "reference": "aad2b17ad34801d9b55cff903e3e7db65d754b80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/8307a4e7dae9c63a279d8b59b9dca6c1973576c2", - "reference": "8307a4e7dae9c63a279d8b59b9dca6c1973576c2", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/aad2b17ad34801d9b55cff903e3e7db65d754b80", + "reference": "aad2b17ad34801d9b55cff903e3e7db65d754b80", "shasum": "" }, "require": { @@ -2637,7 +2638,7 @@ "composer/semver": "^1.4", "consolidation/config": "^1.2", "consolidation/filter-via-dot-access-data": "^1", - "consolidation/robo": "^1 || ^2", + "consolidation/robo": "^1.4.11 || ^2", "consolidation/site-alias": "^3.0.0@stable", "consolidation/site-process": "^2.1 || ^4", "ext-dom": "*", @@ -2656,6 +2657,7 @@ "require-dev": { "composer/installers": "^1.7", "cweagans/composer-patches": "~1.0", + "david-garcia/phpwhois": "4.3.0", "drupal/alinks": "1.0.0", "drupal/core-recommended": "^8.8", "g1a/composer-test-scenarios": "^3", @@ -2745,7 +2747,7 @@ ], "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.", "homepage": "http://www.drush.org", - "time": "2020-02-26T21:07:53+00:00" + "time": "2020-06-30T19:43:45+00:00" }, { "name": "fabpot/goutte", diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/elevate.xml b/conf/solr/drupal9/custom/solr-conf/4.x/elevate.xml new file mode 100644 index 0000000..9a6aba7 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/elevate.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/mapping-ISOLatin1Accent.txt b/conf/solr/drupal9/custom/solr-conf/4.x/mapping-ISOLatin1Accent.txt new file mode 100644 index 0000000..b92d03c --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/mapping-ISOLatin1Accent.txt @@ -0,0 +1,14 @@ +# This file contains character mappings for the default fulltext field type. +# The source characters (on the left) will be replaced by the respective target +# characters before any other processing takes place. +# Lines starting with a pound character # are ignored. +# +# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed +# with the example application of your Solr version. +# +# Examples: +# "À" => "A" +# "\u00c4" => "A" +# "\u00c4" => "\u0041" +# "æ" => "ae" +# "\n" => " " diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/protwords.txt b/conf/solr/drupal9/custom/solr-conf/4.x/protwords.txt new file mode 100644 index 0000000..cda8581 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/protwords.txt @@ -0,0 +1,7 @@ +#----------------------------------------------------------------------- +# This file blocks words from being operated on by the stemmer and word delimiter. +& +< +> +' +" diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/schema.xml b/conf/solr/drupal9/custom/solr-conf/4.x/schema.xml new file mode 100644 index 0000000..49133cc --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/schema.xml @@ -0,0 +1,603 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id + + + content + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/schema_extra_fields.xml b/conf/solr/drupal9/custom/solr-conf/4.x/schema_extra_fields.xml new file mode 100644 index 0000000..1d3619c --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/schema_extra_fields.xml @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/schema_extra_types.xml b/conf/solr/drupal9/custom/solr-conf/4.x/schema_extra_types.xml new file mode 100644 index 0000000..e82072e --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/schema_extra_types.xml @@ -0,0 +1,30 @@ + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/solrconfig.xml b/conf/solr/drupal9/custom/solr-conf/4.x/solrconfig.xml new file mode 100644 index 0000000..cedd12a --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/solrconfig.xml @@ -0,0 +1,1629 @@ + + + + + + + + + ${solr.abortOnConfigurationError:true} + + + ${solr.luceneMatchVersion:LUCENE_40} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + 4 + + 32 + + + + 2147483647 + 100000 + 1000 + + + + + + + + + single + + + + + + false + + + true + + + + + 1 + + 0 + + + + + + false + + + + + + + + + + + + + + + + ${solr.autoCommit.MaxDocs:10000} + ${solr.autoCommit.MaxTime:120000} + + + + + ${solr.autoSoftCommit.MaxDocs:2000} + ${solr.autoSoftCommit.MaxTime:10000} + + + + + + + + + ${solr.data.dir:} + + + + + + + + + + + + + 1024 + + + + + + + + + + + + + + + + + + + + + + true + + + + + + 20 + + + 200 + + + + + + + + + + + + solr rocks010 + + + + + + false + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + edismax + explicit + true + 0.01 + + ${solr.pinkPony.timeAllowed:-1} + *:* + + + false + + true + false + + 1 + + + spellcheck + + + + + + + 1 + 1 + 3 + 15 + 20 + false + + ${solr.mlt.timeAllowed:2000} + + + + + + + explicit + true + + + + + + + + + + + + + + + + + + + + + + text + true + ignored_ + + + true + links + ignored_ + + + + + + + + + + + + + + + + + + + + + + + + pinkPony + solrpingquery + + + all + + + + + + + explicit + true + + + + + + + ${solr.replication.master:false} + commit + startup + ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml} + + + ${solr.replication.slave:false} + ${solr.replication.masterUrl:http://localhost:8983/solr}/replication + ${solr.replication.pollInterval:00:00:60} + + + + + + + true + json + true + + + + + + + + + false + false + 1 + + + spellcheck + + + + + + + + + + true + + + tvComponent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + terms + + + + + + + + string + elevate.xml + + + + + + explicit + + + elevator + + + + + + + + + + + 100 + + + + + + + + 70 + + 0.5 + + [-\w ,/\n\"']{20,200} + + + + + + + ]]> + ]]> + + + + + + + + + + + + + + + + + + + + + ,, + ,, + ,, + ,, + ,]]> + ]]> + + + + + + 10 + .,!? + + + + + + + WORD + + + en + US + + + + + + + + + + + + + + + + + + + text/plain; charset=UTF-8 + + + + + + + + + + 5 + + + + + + + + + + + + + *:* + + + + + + + + + + + + textSpell + + + + default + spell + spellchecker + true + + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/solrconfig_extra.xml b/conf/solr/drupal9/custom/solr-conf/4.x/solrconfig_extra.xml new file mode 100644 index 0000000..08ffcd3 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/solrconfig_extra.xml @@ -0,0 +1,111 @@ + + + + + + textSpell + + + + default + spell + spellchecker + true + + + + + + + + + + + + + + + + + + + + edismax + explicit + true + 0.01 + + ${solr.pinkPony.timeAllowed:-1} + *:* + tm_rendered_item tem_full_text_title tem_full_text_search_terms + + + false + + true + false + + 1 + + + spellcheck + + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/solrcore.properties b/conf/solr/drupal9/custom/solr-conf/4.x/solrcore.properties new file mode 100644 index 0000000..a0b5bb1 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/solrcore.properties @@ -0,0 +1,20 @@ +# Defines Solr properties for this specific core. +solr.replication.master=false +solr.replication.slave=false +solr.replication.pollInterval=00:00:60 +solr.replication.masterUrl=http://localhost:8983/solr +solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml +solr.mlt.timeAllowed=2000 +# You should not set your luceneMatchVersion to anything lower than your Solr +# Version. +solr.luceneMatchVersion=LUCENE_40 +solr.pinkPony.timeAllowed=-1 +# autoCommit after 10000 docs +solr.autoCommit.MaxDocs=10000 +# autoCommit after 2 minutes +solr.autoCommit.MaxTime=120000 +# autoSoftCommit after 2000 docs +solr.autoSoftCommit.MaxDocs=2000 +# autoSoftCommit after 10 seconds +solr.autoSoftCommit.MaxTime=10000 +solr.install.dir=../../.. diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/stopwords.txt b/conf/solr/drupal9/custom/solr-conf/4.x/stopwords.txt new file mode 100644 index 0000000..d7f243e --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/stopwords.txt @@ -0,0 +1,4 @@ +# Contains words which shouldn't be indexed for fulltext fields, e.g., because +# they're too common. For documentation of the format, see +# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory +# (Lines starting with a pound character # are ignored.) diff --git a/conf/solr/drupal9/custom/solr-conf/4.x/synonyms.txt b/conf/solr/drupal9/custom/solr-conf/4.x/synonyms.txt new file mode 100644 index 0000000..7d22eea --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/4.x/synonyms.txt @@ -0,0 +1,3 @@ +# Contains synonyms to use for your index. For the format used, see +# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory +# (Lines starting with a pound character # are ignored.) diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/accents_en.txt b/conf/solr/drupal9/custom/solr-conf/7.x/accents_en.txt new file mode 100644 index 0000000..bed0514 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/accents_en.txt @@ -0,0 +1,164 @@ +# À => A +"\u00C0" => "A" +# Á => A +"\u00C1" => "A" +#  => A +"\u00C2" => "A" +# à => A +"\u00C3" => "A" +# Ä => A +"\u00C4" => "A" +# Å => A +"\u00C5" => "A" +# Ą => A +"\u0104" => "A" +# Æ => AE +"\u00C6" => "AE" +# Ç => C +"\u00C7" => "C" +# Ć => C +"\U0106" => "C" +# È => E +"\u00C8" => "E" +# É => E +"\u00C9" => "E" +# Ê => E +"\u00CA" => "E" +# Ë => E +"\u00CB" => "E" +# Ę => E +"\u0118" => "E" +# Ì => I +"\u00CC" => "I" +# Í => I +"\u00CD" => "I" +# Î => I +"\u00CE" => "I" +# Ï => I +"\u00CF" => "I" +# IJ => IJ +"\u0132" => "IJ" +# Ð => D +"\u00D0" => "D" +# Ł => L +"\u0141" => "L" +# Ñ => N +"\u00D1" => "N" +# Ń => N +"\u0143" => "N" +# Ò => O +"\u00D2" => "O" +# Ó => O +"\u00D3" => "O" +# Ô => O +"\u00D4" => "O" +# Õ => O +"\u00D5" => "O" +# Ö => O +"\u00D6" => "O" +# Ø => O +"\u00D8" => "O" +# Œ => OE +"\u0152" => "OE" +# Þ +"\u00DE" => "TH" +# Ù => U +"\u00D9" => "U" +# Ú => U +"\u00DA" => "U" +# Û => U +"\u00DB" => "U" +# Ü => U +"\u00DC" => "U" +# Ý => Y +"\u00DD" => "Y" +# Ÿ => Y +"\u0178" => "Y" +# à => a +"\u00E0" => "a" +# á => a +"\u00E1" => "a" +# â => a +"\u00E2" => "a" +# ã => a +"\u00E3" => "a" +# ä => a +"\u00E4" => "a" +# å => a +"\u00E5" => "a" +# æ => ae +"\u00E6" => "ae" +# ç => c +"\u00E7" => "c" +# è => e +"\u00E8" => "e" +# é => e +"\u00E9" => "e" +# ê => e +"\u00EA" => "e" +# ë => e +"\u00EB" => "e" +# ì => i +"\u00EC" => "i" +# í => i +"\u00ED" => "i" +# î => i +"\u00EE" => "i" +# ï => i +"\u00EF" => "i" +# ij => ij +"\u0133" => "ij" +# ð => d +"\u00F0" => "d" +# ñ => n +"\u00F1" => "n" +# ò => o +"\u00F2" => "o" +# ó => o +"\u00F3" => "o" +# ô => o +"\u00F4" => "o" +# õ => o +"\u00F5" => "o" +# ö => o +"\u00F6" => "o" +# ø => o +"\u00F8" => "o" +# œ => oe +"\u0153" => "oe" +# ß => ss +"\u00DF" => "ss" +# Ś => S +"\u015a" => "S" +# þ => th +"\u00FE" => "th" +# ù => u +"\u00F9" => "u" +# ú => u +"\u00FA" => "u" +# û => u +"\u00FB" => "u" +# ü => u +"\u00FC" => "u" +# ý => y +"\u00FD" => "y" +# ÿ => y +"\u00FF" => "y" +# Ź => Z +"\u0179" => "Z" +# Ż => Z +"\u017b" => "Z" +# ff => ff +"\uFB00" => "ff" +# fi => fi +"\uFB01" => "fi" +# fl => fl +"\uFB02" => "fl" +# ffi => ffi +"\uFB03" => "ffi" +# ffl => ffl +"\uFB04" => "ffl" +# ſt => st +"\uFB05" => "st" +# st => st +"\uFB06" => "st" diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/accents_und.txt b/conf/solr/drupal9/custom/solr-conf/7.x/accents_und.txt new file mode 100644 index 0000000..7c883f8 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/accents_und.txt @@ -0,0 +1,148 @@ +# À => A +"\u00C0" => "A" +# Á => A +"\u00C1" => "A" +#  => A +"\u00C2" => "A" +# à => A +"\u00C3" => "A" +# Ä => A +"\u00C4" => "A" +# Å => A +"\u00C5" => "A" +# Æ => AE +"\u00C6" => "AE" +# Ç => C +"\u00C7" => "C" +# È => E +"\u00C8" => "E" +# É => E +"\u00C9" => "E" +# Ê => E +"\u00CA" => "E" +# Ë => E +"\u00CB" => "E" +# Ì => I +"\u00CC" => "I" +# Í => I +"\u00CD" => "I" +# Î => I +"\u00CE" => "I" +# Ï => I +"\u00CF" => "I" +# IJ => IJ +"\u0132" => "IJ" +# Ð => D +"\u00D0" => "D" +# Ñ => N +"\u00D1" => "N" +# Ò => O +"\u00D2" => "O" +# Ó => O +"\u00D3" => "O" +# Ô => O +"\u00D4" => "O" +# Õ => O +"\u00D5" => "O" +# Ö => O +"\u00D6" => "O" +# Ø => O +"\u00D8" => "O" +# Œ => OE +"\u0152" => "OE" +# Þ +"\u00DE" => "TH" +# Ù => U +"\u00D9" => "U" +# Ú => U +"\u00DA" => "U" +# Û => U +"\u00DB" => "U" +# Ü => U +"\u00DC" => "U" +# Ý => Y +"\u00DD" => "Y" +# Ÿ => Y +"\u0178" => "Y" +# à => a +"\u00E0" => "a" +# á => a +"\u00E1" => "a" +# â => a +"\u00E2" => "a" +# ã => a +"\u00E3" => "a" +# ä => a +"\u00E4" => "a" +# å => a +"\u00E5" => "a" +# æ => ae +"\u00E6" => "ae" +# ç => c +"\u00E7" => "c" +# è => e +"\u00E8" => "e" +# é => e +"\u00E9" => "e" +# ê => e +"\u00EA" => "e" +# ë => e +"\u00EB" => "e" +# ì => i +"\u00EC" => "i" +# í => i +"\u00ED" => "i" +# î => i +"\u00EE" => "i" +# ï => i +"\u00EF" => "i" +# ij => ij +"\u0133" => "ij" +# ð => d +"\u00F0" => "d" +# ñ => n +"\u00F1" => "n" +# ò => o +"\u00F2" => "o" +# ó => o +"\u00F3" => "o" +# ô => o +"\u00F4" => "o" +# õ => o +"\u00F5" => "o" +# ö => o +"\u00F6" => "o" +# ø => o +"\u00F8" => "o" +# œ => oe +"\u0153" => "oe" +# ß => ss +"\u00DF" => "ss" +# þ => th +"\u00FE" => "th" +# ù => u +"\u00F9" => "u" +# ú => u +"\u00FA" => "u" +# û => u +"\u00FB" => "u" +# ü => u +"\u00FC" => "u" +# ý => y +"\u00FD" => "y" +# ÿ => y +"\u00FF" => "y" +# ff => ff +"\uFB00" => "ff" +# fi => fi +"\uFB01" => "fi" +# fl => fl +"\uFB02" => "fl" +# ffi => ffi +"\uFB03" => "ffi" +# ffl => ffl +"\uFB04" => "ffl" +# ſt => st +"\uFB05" => "st" +# st => st +"\uFB06" => "st" diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/elevate.xml b/conf/solr/drupal9/custom/solr-conf/7.x/elevate.xml new file mode 100644 index 0000000..193a0e7 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/elevate.xml @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/protwords_en.txt b/conf/solr/drupal9/custom/solr-conf/7.x/protwords_en.txt new file mode 100644 index 0000000..e69de29 diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/protwords_und.txt b/conf/solr/drupal9/custom/solr-conf/7.x/protwords_und.txt new file mode 100644 index 0000000..e69de29 diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/schema.xml b/conf/solr/drupal9/custom/solr-conf/7.x/schema.xml new file mode 100644 index 0000000..7ad2a8c --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/schema.xml @@ -0,0 +1,477 @@ + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + &extrafields; + + + &extratypes; + + + id + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/schema_extra_fields.xml b/conf/solr/drupal9/custom/solr-conf/7.x/schema_extra_fields.xml new file mode 100644 index 0000000..f5d7418 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/schema_extra_fields.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/schema_extra_types.xml b/conf/solr/drupal9/custom/solr-conf/7.x/schema_extra_types.xml new file mode 100644 index 0000000..8b5e82f --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/schema_extra_types.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig.xml b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig.xml new file mode 100644 index 0000000..1bd91f0 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig.xml @@ -0,0 +1,811 @@ + + + + + + +]> + + + + + + + ${solr.abortOnConfigurationError:true} + + + ${solr.luceneMatchVersion:LUCENE_70} + + + + + + + + + + + + + + + + + + + + + ${solr.data.dir:} + + + + + + + + + ${solr.hdfs.home:} + + ${solr.hdfs.confdir:} + + ${solr.hdfs.blockcache.enabled:true} + + ${solr.hdfs.blockcache.global:true} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${solr.lock.type:native} + + + + + + + + + + + + + true + + + &index; + + + + + + + + + ${solr.ulog.dir:} + + + + + ${solr.autoCommit.MaxDocs:-1} + ${solr.autoCommit.MaxTime:15000} + false + + + + + + ${solr.autoSoftCommit.MaxDocs:-1} + ${solr.autoSoftCommit.MaxTime:-1} + + + + + + + + + + + + + + + + &query; + + + + + + + + + + + + static firstSearcher warming in solrconfig.xml + + + + + + false + + + + + + + + + &requestdispatcher; + + + + + + + &extra; + + + + + + + + + 100 + + + + + + + + 70 + + 0.5 + + [-\w ,/\n\"']{20,200} + + + + + + + ]]> + ]]> + + + + + + + + + + + + + + + + + + + + + + + + ,, + ,, + ,, + ,, + ,]]> + ]]> + + + + + + 10 + .,!? + + + + + + + WORD + + + en + US + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + + + + + + + + + + + + + + + diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_extra.xml b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_extra.xml new file mode 100644 index 0000000..42449b1 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_extra.xml @@ -0,0 +1,215 @@ + + + en + spellcheck_en + solr.DirectSolrSpellChecker + internal + 0.5 + 2 + 1 + 5 + 4 + 0.01 + .01 + true + + + + und + spellcheck_und + solr.DirectSolrSpellChecker + internal + 0.5 + 2 + 1 + 5 + 4 + 0.01 + .01 + true + + + + + en + AnalyzingInfixLookupFactory + DocumentDictionaryFactory + twm_suggest + text_en + sm_context_tags + true + false + + + + und + AnalyzingInfixLookupFactory + DocumentDictionaryFactory + twm_suggest + text_und + sm_context_tags + true + false + + + + + + false + false + false + true + false + 1 + false + 10 + + + terms + spellcheck + suggest + + + + + + + explicit + tm_rendered_item + + + elevator + + + + + + + true + ignored_ + true + links + ignored_ + + + + + + + 1 + 1 + false + ${solr.mlt.timeAllowed:2000} + + + + + + + ${solr.replication.master:false} + commit + startup + ${solr.replication.confFiles:schema.xml,schema_extra_types.xml,schema_extra_fields.xml,elevate.xml} + + + + + + + lucene + tm_rendered_item + explicit + true + ${solr.selectSearchHandler.timeAllowed:-1} + false + + + spellcheck + elevator + + + + + + + tm_rendered_item + und + on + false + false + 1 + 5 + 5 + true + true + 10 + 5 + + + spellcheck + + + + + + + true + und + 10 + + + suggest + + + + + + + tm_rendered_item + true + + + tvComponent + + + + + + string + elevate.xml + + + diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_index.xml b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_index.xml new file mode 100644 index 0000000..e69de29 diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_query.xml b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_query.xml new file mode 100644 index 0000000..5bdd696 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_query.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + true + + false + + 20 + 200 + 1024 diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_requestdispatcher.xml b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_requestdispatcher.xml new file mode 100644 index 0000000..10345a7 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/solrconfig_requestdispatcher.xml @@ -0,0 +1,8 @@ + + + max-age=30, public + + diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/solrcore.properties b/conf/solr/drupal9/custom/solr-conf/7.x/solrcore.properties new file mode 100644 index 0000000..a303758 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/solrcore.properties @@ -0,0 +1,13 @@ +solr.replication.master=false +solr.replication.slave=false +solr.replication.pollInterval=00:00:60 +solr.replication.masterUrl=http://localhost:8983/solr +solr.replication.confFiles=schema.xml,schema_extra_types.xml,schema_extra_fields.xml,elevate.xml,stopwords_en.txt,synonyms_en.txt,protwords_en.txt,accents_en.txt,stopwords_und.txt,synonyms_und.txt,protwords_und.txt,accents_und.txt +solr.mlt.timeAllowed=2000 +solr.luceneMatchVersion=7.7 +solr.selectSearchHandler.timeAllowed=-1 +solr.autoCommit.MaxDocs=-1 +solr.autoCommit.MaxTime=15000 +solr.autoSoftCommit.MaxDocs=-1 +solr.autoSoftCommit.MaxTime=-1 +solr.install.dir=/opt/solr diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/stopwords_en.txt b/conf/solr/drupal9/custom/solr-conf/7.x/stopwords_en.txt new file mode 100644 index 0000000..6981050 --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/stopwords_en.txt @@ -0,0 +1,35 @@ +a +an +and +are +as +at +be +but +by +for +if +in +into +is +it +no +not +of +on +or +s +such +t +that +the +their +then +there +these +they +this +to +was +will +with diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/stopwords_und.txt b/conf/solr/drupal9/custom/solr-conf/7.x/stopwords_und.txt new file mode 100644 index 0000000..e69de29 diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/synonyms_en.txt b/conf/solr/drupal9/custom/solr-conf/7.x/synonyms_en.txt new file mode 100644 index 0000000..91689ff --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/synonyms_en.txt @@ -0,0 +1 @@ +drupal, durpal diff --git a/conf/solr/drupal9/custom/solr-conf/7.x/synonyms_und.txt b/conf/solr/drupal9/custom/solr-conf/7.x/synonyms_und.txt new file mode 100644 index 0000000..91689ff --- /dev/null +++ b/conf/solr/drupal9/custom/solr-conf/7.x/synonyms_und.txt @@ -0,0 +1 @@ +drupal, durpal diff --git a/config/sites/d9/.htaccess b/config/sites/d9/.htaccess new file mode 100644 index 0000000..c323d54 --- /dev/null +++ b/config/sites/d9/.htaccess @@ -0,0 +1,27 @@ +# Deny all requests from Apache 2.4+. + + Require all denied + + +# Deny all requests from Apache 2.0-2.2. + + Deny from all + + +# Turn off all options we don't need. +Options -Indexes -ExecCGI -Includes -MultiViews + +# Set the catch-all handler to prevent scripts from being executed. +SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 + + # Override the handler again if we're run later in the evaluation list. + SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 + + +# If we know how to do it safely, disable the PHP engine entirely. + + php_flag engine off + + + php_flag engine off + \ No newline at end of file diff --git a/config/sites/d9/automated_cron.settings.yml b/config/sites/d9/automated_cron.settings.yml new file mode 100644 index 0000000..2418a00 --- /dev/null +++ b/config/sites/d9/automated_cron.settings.yml @@ -0,0 +1,3 @@ +interval: 10800 +_core: + default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs diff --git a/config/sites/d9/block.block.bartik_account_menu.yml b/config/sites/d9/block.block.bartik_account_menu.yml new file mode 100644 index 0000000..15f662f --- /dev/null +++ b/config/sites/d9/block.block.bartik_account_menu.yml @@ -0,0 +1,27 @@ +uuid: fde2de98-e8ab-4186-9a64-f14a890fdfe7 +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - bartik +_core: + default_config_hash: 8a31Ywc1t2zlddGd3bmDrFMefWqgSK2E02ceFdr-bfc +id: bartik_account_menu +theme: bartik +region: secondary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + provider: system + label_display: '0' + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/sites/d9/block.block.bartik_branding.yml b/config/sites/d9/block.block.bartik_branding.yml new file mode 100644 index 0000000..4f329e8 --- /dev/null +++ b/config/sites/d9/block.block.bartik_branding.yml @@ -0,0 +1,25 @@ +uuid: e60de995-c124-4d31-bab9-ab05cb4ddd06 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: NDwadleLD3YVSbDUaakxyYZyINYtkFtOVGShfq4kWy8 +id: bartik_branding +theme: bartik +region: header +weight: 0 +provider: null +plugin: system_branding_block +settings: + id: system_branding_block + label: 'Site branding' + provider: system + label_display: '0' + use_site_logo: true + use_site_name: true + use_site_slogan: true +visibility: { } diff --git a/config/sites/d9/block.block.bartik_breadcrumbs.yml b/config/sites/d9/block.block.bartik_breadcrumbs.yml new file mode 100644 index 0000000..4c6b430 --- /dev/null +++ b/config/sites/d9/block.block.bartik_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: fa838f98-7420-44f1-8b94-51a8bae80df0 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: oXUb3JZR2WW5VOdw4HrhRicCsq51mCgLfRyvheG68ck +id: bartik_breadcrumbs +theme: bartik +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.bartik_content.yml b/config/sites/d9/block.block.bartik_content.yml new file mode 100644 index 0000000..b13a975 --- /dev/null +++ b/config/sites/d9/block.block.bartik_content.yml @@ -0,0 +1,22 @@ +uuid: 7a7f8cbf-3b2f-4d2a-944c-812dc4849235 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: 9EoWV2Lot6FVSr50t4hoKgiz1LIXYWNG-IIPYsWxBqo +id: bartik_content +theme: bartik +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.bartik_footer.yml b/config/sites/d9/block.block.bartik_footer.yml new file mode 100644 index 0000000..c70205a --- /dev/null +++ b/config/sites/d9/block.block.bartik_footer.yml @@ -0,0 +1,27 @@ +uuid: 9fb89e7f-2808-4259-b4e0-8c68fed98be0 +langcode: en +status: true +dependencies: + config: + - system.menu.footer + module: + - system + theme: + - bartik +_core: + default_config_hash: 8zRjTNbfNAJ94lQpZDu6MkyD87GYJ2zpH9VQPVmRbcM +id: bartik_footer +theme: bartik +region: footer_fifth +weight: 0 +provider: null +plugin: 'system_menu_block:footer' +settings: + id: 'system_menu_block:footer' + label: 'Footer menu' + provider: system + label_display: '0' + level: 1 + depth: 0 + expand_all_items: false +visibility: { } diff --git a/config/sites/d9/block.block.bartik_help.yml b/config/sites/d9/block.block.bartik_help.yml new file mode 100644 index 0000000..0ae238e --- /dev/null +++ b/config/sites/d9/block.block.bartik_help.yml @@ -0,0 +1,22 @@ +uuid: 678dd61a-f96d-4d70-aa15-b789144bc711 +langcode: en +status: true +dependencies: + module: + - help + theme: + - bartik +_core: + default_config_hash: 8I8iACSa0sKO3k3jlvUG1ge52rfcKX7USJAQYnzuBgg +id: bartik_help +theme: bartik +region: content +weight: -30 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.bartik_local_actions.yml b/config/sites/d9/block.block.bartik_local_actions.yml new file mode 100644 index 0000000..be6c26a --- /dev/null +++ b/config/sites/d9/block.block.bartik_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 94147503-fb0a-491d-b21a-ba6bad5c5d15 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: 13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE +id: bartik_local_actions +theme: bartik +region: content +weight: -20 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + provider: core + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.bartik_local_tasks.yml b/config/sites/d9/block.block.bartik_local_tasks.yml new file mode 100644 index 0000000..d5e54e2 --- /dev/null +++ b/config/sites/d9/block.block.bartik_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 5d914793-fa44-4274-9e68-f582e688b527 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE +id: bartik_local_tasks +theme: bartik +region: content +weight: -40 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: Tabs + provider: core + label_display: '0' + primary: true + secondary: true +visibility: { } diff --git a/config/sites/d9/block.block.bartik_main_menu.yml b/config/sites/d9/block.block.bartik_main_menu.yml new file mode 100644 index 0000000..ccdca24 --- /dev/null +++ b/config/sites/d9/block.block.bartik_main_menu.yml @@ -0,0 +1,27 @@ +uuid: 28440c86-a0fb-4c86-b4d3-056c0fa29bbf +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - bartik +_core: + default_config_hash: ChCx7DYNUrPTt5uiRdQAPDKJQMc-_SyAQTrZh8H0o-c +id: bartik_main_menu +theme: bartik +region: primary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'Main navigation' + provider: system + label_display: '0' + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/sites/d9/block.block.bartik_messages.yml b/config/sites/d9/block.block.bartik_messages.yml new file mode 100644 index 0000000..02da2de --- /dev/null +++ b/config/sites/d9/block.block.bartik_messages.yml @@ -0,0 +1,22 @@ +uuid: e1c70156-5aa3-4365-a9d2-09ab19d63bf7 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: KHQIJ7Vfl25lTjzIc7qIvnuistt-Mw2O0kG4jCofmkI +id: bartik_messages +theme: bartik +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.bartik_page_title.yml b/config/sites/d9/block.block.bartik_page_title.yml new file mode 100644 index 0000000..24df86d --- /dev/null +++ b/config/sites/d9/block.block.bartik_page_title.yml @@ -0,0 +1,20 @@ +uuid: 26b38ebb-9f3b-47fc-845f-bb86401184c8 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: 7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk +id: bartik_page_title +theme: bartik +region: content +weight: -50 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.bartik_powered.yml b/config/sites/d9/block.block.bartik_powered.yml new file mode 100644 index 0000000..ff665b1 --- /dev/null +++ b/config/sites/d9/block.block.bartik_powered.yml @@ -0,0 +1,22 @@ +uuid: 1515a408-7a6b-466a-9767-4e703872eb07 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI +id: bartik_powered +theme: bartik +region: footer_fifth +weight: 10 +provider: null +plugin: system_powered_by_block +settings: + id: system_powered_by_block + label: 'Powered by Drupal' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.bartik_tools.yml b/config/sites/d9/block.block.bartik_tools.yml new file mode 100644 index 0000000..6ac1774 --- /dev/null +++ b/config/sites/d9/block.block.bartik_tools.yml @@ -0,0 +1,31 @@ +uuid: 3846030b-a39d-413e-b233-c9b35e108d32 +langcode: en +status: true +dependencies: + config: + - system.menu.tools + module: + - system + theme: + - bartik +_core: + default_config_hash: rH6PpAn7-RScha1rGkohGAYSSh_1OVeZzioJPzPw6O4 +id: bartik_tools +theme: bartik +region: sidebar_first +weight: 0 +provider: null +plugin: 'system_menu_block:tools' +settings: + id: 'system_menu_block:tools' + label: Tools + provider: system + label_display: visible + level: 1 + depth: 0 + expand_all_items: false +visibility: + request_path: + id: request_path + pages: "/search-app\r\n/search-app*" + negate: true diff --git a/config/sites/d9/block.block.federatedsearchpageformblock.yml b/config/sites/d9/block.block.federatedsearchpageformblock.yml new file mode 100644 index 0000000..5772721 --- /dev/null +++ b/config/sites/d9/block.block.federatedsearchpageformblock.yml @@ -0,0 +1,27 @@ +uuid: 92059840-3297-46e0-a1ec-b400b303cea8 +langcode: en +status: true +dependencies: + module: + - search_api_federated_solr + - system + theme: + - bartik +id: federatedsearchpageformblock +theme: bartik +region: sidebar_first +weight: 0 +provider: null +plugin: federated_search_page_form_block +settings: + id: federated_search_page_form_block + label: 'Federated Search Page Form block' + provider: search_api_federated_solr + label_display: '0' + autocomplete: { } +visibility: + request_path: + id: request_path + pages: "/search-app\r\n/search-app*" + negate: true + context_mapping: { } diff --git a/config/sites/d9/block.block.seven_breadcrumbs.yml b/config/sites/d9/block.block.seven_breadcrumbs.yml new file mode 100644 index 0000000..effb042 --- /dev/null +++ b/config/sites/d9/block.block.seven_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 7651cb12-1059-4401-818c-88452ab853a4 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: WWu2OQswgCztl9OeXjD1stexIEMZsSgPMYIdC-JHx9c +id: seven_breadcrumbs +theme: seven +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.seven_content.yml b/config/sites/d9/block.block.seven_content.yml new file mode 100644 index 0000000..1d18512 --- /dev/null +++ b/config/sites/d9/block.block.seven_content.yml @@ -0,0 +1,22 @@ +uuid: f43124b2-d341-44d6-aa1f-6761bf50850d +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: YRY68JWkaUiGeZlWMv1nzeIgDm0ZZwXYgpqUpLFzwAY +id: seven_content +theme: seven +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.seven_help.yml b/config/sites/d9/block.block.seven_help.yml new file mode 100644 index 0000000..c8c7a45 --- /dev/null +++ b/config/sites/d9/block.block.seven_help.yml @@ -0,0 +1,22 @@ +uuid: 2ae93597-a8e4-42f8-9493-9b109be2f0c5 +langcode: en +status: true +dependencies: + module: + - help + theme: + - seven +_core: + default_config_hash: NU5A_49mwLHfs5xFzMFrZ850w9pgUolxMS9NNF3vv4c +id: seven_help +theme: seven +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.seven_local_actions.yml b/config/sites/d9/block.block.seven_local_actions.yml new file mode 100644 index 0000000..c519120 --- /dev/null +++ b/config/sites/d9/block.block.seven_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 3bbacff2-9c17-4321-b1dc-72f4028c86e2 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: HHryZVJbeKi9WnuBGC8FOhBZmBnk2G1H6KxFuy-rC9A +id: seven_local_actions +theme: seven +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + provider: core + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.seven_messages.yml b/config/sites/d9/block.block.seven_messages.yml new file mode 100644 index 0000000..043e24f --- /dev/null +++ b/config/sites/d9/block.block.seven_messages.yml @@ -0,0 +1,22 @@ +uuid: d11fbe71-a25d-427e-99f0-6deac78192e2 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: XJqWwLt1LDCnazcEN6QkJmCLjk4R0__-8s0OO9xeNjg +id: seven_messages +theme: seven +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.seven_page_title.yml b/config/sites/d9/block.block.seven_page_title.yml new file mode 100644 index 0000000..356867e --- /dev/null +++ b/config/sites/d9/block.block.seven_page_title.yml @@ -0,0 +1,20 @@ +uuid: 698a864c-2f41-4d47-bc49-6aa76d4407f0 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: ZSpc3IoSaLd0PkB02nxjVPBMztIdsTdHek9SiGaqZ_c +id: seven_page_title +theme: seven +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.seven_primary_local_tasks.yml b/config/sites/d9/block.block.seven_primary_local_tasks.yml new file mode 100644 index 0000000..5674c0a --- /dev/null +++ b/config/sites/d9/block.block.seven_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 723009d2-0b5e-4e45-98a5-d647f7e681c9 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: ddy1OsBbWxjwEI8VL1viD4I69qcLHOkul4BxbTqLBTs +id: seven_primary_local_tasks +theme: seven +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + provider: core + label_display: '0' + primary: true + secondary: false +visibility: { } diff --git a/config/sites/d9/block.block.seven_secondary_local_tasks.yml b/config/sites/d9/block.block.seven_secondary_local_tasks.yml new file mode 100644 index 0000000..3113230 --- /dev/null +++ b/config/sites/d9/block.block.seven_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 9b88f025-1c46-4b26-9d79-d75564b6505a +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: QeZBeCilQfeET3GeW6ZtJkEiwROADTZktFgKWwPieD4 +id: seven_secondary_local_tasks +theme: seven +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + provider: core + label_display: '0' + primary: false + secondary: true +visibility: { } diff --git a/config/sites/d9/block.block.stark_account_menu.yml b/config/sites/d9/block.block.stark_account_menu.yml new file mode 100644 index 0000000..0fecc04 --- /dev/null +++ b/config/sites/d9/block.block.stark_account_menu.yml @@ -0,0 +1,27 @@ +uuid: 71b4ac81-2725-4cae-ad2f-96473cb46ecb +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - stark +_core: + default_config_hash: 8a31Ywc1t2zlddGd3bmDrFMefWqgSK2E02ceFdr-bfc +id: stark_account_menu +theme: stark +region: secondary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + provider: system + label_display: '0' + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/sites/d9/block.block.stark_branding.yml b/config/sites/d9/block.block.stark_branding.yml new file mode 100644 index 0000000..a5ad67d --- /dev/null +++ b/config/sites/d9/block.block.stark_branding.yml @@ -0,0 +1,25 @@ +uuid: dd4b5a46-f386-4799-87ff-6e3c0b14a497 +langcode: en +status: true +dependencies: + module: + - system + theme: + - stark +_core: + default_config_hash: NDwadleLD3YVSbDUaakxyYZyINYtkFtOVGShfq4kWy8 +id: stark_branding +theme: stark +region: header +weight: 0 +provider: null +plugin: system_branding_block +settings: + id: system_branding_block + label: 'Site branding' + provider: system + label_display: '0' + use_site_logo: true + use_site_name: true + use_site_slogan: true +visibility: { } diff --git a/config/sites/d9/block.block.stark_breadcrumbs.yml b/config/sites/d9/block.block.stark_breadcrumbs.yml new file mode 100644 index 0000000..3dadfce --- /dev/null +++ b/config/sites/d9/block.block.stark_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 3888a3b4-3bb5-4d71-b63c-7b9d959082b6 +langcode: en +status: true +dependencies: + module: + - system + theme: + - stark +_core: + default_config_hash: oXUb3JZR2WW5VOdw4HrhRicCsq51mCgLfRyvheG68ck +id: stark_breadcrumbs +theme: stark +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.stark_content.yml b/config/sites/d9/block.block.stark_content.yml new file mode 100644 index 0000000..f4cfde5 --- /dev/null +++ b/config/sites/d9/block.block.stark_content.yml @@ -0,0 +1,22 @@ +uuid: 654d4b0c-daaa-4ab4-a29f-8e53035e7733 +langcode: en +status: true +dependencies: + module: + - system + theme: + - stark +_core: + default_config_hash: 9EoWV2Lot6FVSr50t4hoKgiz1LIXYWNG-IIPYsWxBqo +id: stark_content +theme: stark +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.stark_federatedsearchpageformblock.yml b/config/sites/d9/block.block.stark_federatedsearchpageformblock.yml new file mode 100644 index 0000000..737b733 --- /dev/null +++ b/config/sites/d9/block.block.stark_federatedsearchpageformblock.yml @@ -0,0 +1,27 @@ +uuid: 32b6c54a-cc6a-4cba-a7c8-269d1cfe8ac3 +langcode: en +status: true +dependencies: + module: + - search_api_federated_solr + - system + theme: + - stark +id: stark_federatedsearchpageformblock +theme: stark +region: sidebar_first +weight: 0 +provider: null +plugin: federated_search_page_form_block +settings: + id: federated_search_page_form_block + label: 'Federated Search Page Form block' + provider: search_api_federated_solr + label_display: '0' + autocomplete: { } +visibility: + request_path: + id: request_path + pages: "/search-app\r\n/search-app*" + negate: true + context_mapping: { } diff --git a/config/sites/d9/block.block.stark_footer.yml b/config/sites/d9/block.block.stark_footer.yml new file mode 100644 index 0000000..4f03de5 --- /dev/null +++ b/config/sites/d9/block.block.stark_footer.yml @@ -0,0 +1,27 @@ +uuid: be6bd1d3-392a-41fa-84bf-8a76e13a074b +langcode: en +status: true +dependencies: + config: + - system.menu.footer + module: + - system + theme: + - stark +_core: + default_config_hash: 8zRjTNbfNAJ94lQpZDu6MkyD87GYJ2zpH9VQPVmRbcM +id: stark_footer +theme: stark +region: sidebar_first +weight: 0 +provider: null +plugin: 'system_menu_block:footer' +settings: + id: 'system_menu_block:footer' + label: 'Footer menu' + provider: system + label_display: '0' + level: 1 + depth: 0 + expand_all_items: false +visibility: { } diff --git a/config/sites/d9/block.block.stark_help.yml b/config/sites/d9/block.block.stark_help.yml new file mode 100644 index 0000000..13d7fe1 --- /dev/null +++ b/config/sites/d9/block.block.stark_help.yml @@ -0,0 +1,22 @@ +uuid: 7c0a9743-c4aa-4295-bcd9-e454cf6cacd0 +langcode: en +status: true +dependencies: + module: + - help + theme: + - stark +_core: + default_config_hash: 8I8iACSa0sKO3k3jlvUG1ge52rfcKX7USJAQYnzuBgg +id: stark_help +theme: stark +region: content +weight: -30 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.stark_local_actions.yml b/config/sites/d9/block.block.stark_local_actions.yml new file mode 100644 index 0000000..bb2ce59 --- /dev/null +++ b/config/sites/d9/block.block.stark_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 3dafd3e5-8dbd-4efb-bc19-cd99c7f8b976 +langcode: en +status: true +dependencies: + theme: + - stark +_core: + default_config_hash: 13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE +id: stark_local_actions +theme: stark +region: content +weight: -20 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + provider: core + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.stark_local_tasks.yml b/config/sites/d9/block.block.stark_local_tasks.yml new file mode 100644 index 0000000..6641825 --- /dev/null +++ b/config/sites/d9/block.block.stark_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: e5e2b77e-8bda-4a65-a579-9e07da47987b +langcode: en +status: true +dependencies: + theme: + - stark +_core: + default_config_hash: X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE +id: stark_local_tasks +theme: stark +region: content +weight: -40 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: Tabs + provider: core + label_display: '0' + primary: true + secondary: true +visibility: { } diff --git a/config/sites/d9/block.block.stark_main_menu.yml b/config/sites/d9/block.block.stark_main_menu.yml new file mode 100644 index 0000000..903be55 --- /dev/null +++ b/config/sites/d9/block.block.stark_main_menu.yml @@ -0,0 +1,27 @@ +uuid: 6cd864a3-e9d2-43a7-bee6-897eb6518cb7 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - stark +_core: + default_config_hash: ChCx7DYNUrPTt5uiRdQAPDKJQMc-_SyAQTrZh8H0o-c +id: stark_main_menu +theme: stark +region: primary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'Main navigation' + provider: system + label_display: '0' + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/sites/d9/block.block.stark_messages.yml b/config/sites/d9/block.block.stark_messages.yml new file mode 100644 index 0000000..f945ec6 --- /dev/null +++ b/config/sites/d9/block.block.stark_messages.yml @@ -0,0 +1,22 @@ +uuid: c194f316-6f62-4967-9c76-fc5515e4871b +langcode: en +status: true +dependencies: + module: + - system + theme: + - stark +_core: + default_config_hash: KHQIJ7Vfl25lTjzIc7qIvnuistt-Mw2O0kG4jCofmkI +id: stark_messages +theme: stark +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.stark_page_title.yml b/config/sites/d9/block.block.stark_page_title.yml new file mode 100644 index 0000000..b7edab0 --- /dev/null +++ b/config/sites/d9/block.block.stark_page_title.yml @@ -0,0 +1,20 @@ +uuid: 30ea376d-a6cd-4e3c-af48-a8f52a4a76ab +langcode: en +status: true +dependencies: + theme: + - stark +_core: + default_config_hash: 7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk +id: stark_page_title +theme: stark +region: content +weight: -50 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.stark_powered.yml b/config/sites/d9/block.block.stark_powered.yml new file mode 100644 index 0000000..0494d9a --- /dev/null +++ b/config/sites/d9/block.block.stark_powered.yml @@ -0,0 +1,22 @@ +uuid: 7ef357c2-c279-4d7e-8a9d-76334f919dda +langcode: en +status: true +dependencies: + module: + - system + theme: + - stark +_core: + default_config_hash: jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI +id: stark_powered +theme: stark +region: sidebar_first +weight: 10 +provider: null +plugin: system_powered_by_block +settings: + id: system_powered_by_block + label: 'Powered by Drupal' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sites/d9/block.block.stark_tools.yml b/config/sites/d9/block.block.stark_tools.yml new file mode 100644 index 0000000..43859cb --- /dev/null +++ b/config/sites/d9/block.block.stark_tools.yml @@ -0,0 +1,32 @@ +uuid: 029af806-56dc-46eb-b40c-0c6e52a6ed64 +langcode: en +status: true +dependencies: + config: + - system.menu.tools + module: + - system + theme: + - stark +_core: + default_config_hash: rH6PpAn7-RScha1rGkohGAYSSh_1OVeZzioJPzPw6O4 +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 + provider: system + label_display: visible + level: 1 + depth: 0 + expand_all_items: false +visibility: + request_path: + id: request_path + pages: "/search-app\r\n/search-app*" + negate: true + context_mapping: { } diff --git a/config/sites/d9/block_content.type.basic.yml b/config/sites/d9/block_content.type.basic.yml new file mode 100644 index 0000000..5586f33 --- /dev/null +++ b/config/sites/d9/block_content.type.basic.yml @@ -0,0 +1,10 @@ +uuid: 7c035917-f1d7-4652-9658-f8f84723b52a +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo +id: basic +label: 'Basic block' +revision: 0 +description: 'A basic block contains a title and a body.' diff --git a/config/sites/d9/comment.settings.yml b/config/sites/d9/comment.settings.yml new file mode 100644 index 0000000..e966828 --- /dev/null +++ b/config/sites/d9/comment.settings.yml @@ -0,0 +1,3 @@ +log_ip_addresses: false +_core: + default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc diff --git a/config/sites/d9/comment.type.comment.yml b/config/sites/d9/comment.type.comment.yml new file mode 100644 index 0000000..243db80 --- /dev/null +++ b/config/sites/d9/comment.type.comment.yml @@ -0,0 +1,10 @@ +uuid: 9f16e622-f8ac-439d-adac-7299c08415e5 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA +id: comment +label: 'Default comments' +target_entity_type_id: node +description: 'Allows commenting on content' diff --git a/config/sites/d9/contact.form.feedback.yml b/config/sites/d9/contact.form.feedback.yml new file mode 100644 index 0000000..da09e36 --- /dev/null +++ b/config/sites/d9/contact.form.feedback.yml @@ -0,0 +1,14 @@ +uuid: 9c74291b-17a6-4973-ba61-9b5e0406717b +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw +id: feedback +label: 'Website feedback' +recipients: + - admin@example.com +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' diff --git a/config/sites/d9/contact.form.personal.yml b/config/sites/d9/contact.form.personal.yml new file mode 100644 index 0000000..b179440 --- /dev/null +++ b/config/sites/d9/contact.form.personal.yml @@ -0,0 +1,13 @@ +uuid: bfbf2764-3622-4a9e-bb6f-cdf95808fc18 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I +id: personal +label: 'Personal contact form' +recipients: { } +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' diff --git a/config/sites/d9/contact.settings.yml b/config/sites/d9/contact.settings.yml new file mode 100644 index 0000000..a2903f5 --- /dev/null +++ b/config/sites/d9/contact.settings.yml @@ -0,0 +1,7 @@ +default_form: feedback +flood: + limit: 5 + interval: 3600 +user_default_enabled: true +_core: + default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 diff --git a/config/sites/d9/core.base_field_override.node.page.promote.yml b/config/sites/d9/core.base_field_override.node.page.promote.yml new file mode 100644 index 0000000..539d9e5 --- /dev/null +++ b/config/sites/d9/core.base_field_override.node.page.promote.yml @@ -0,0 +1,24 @@ +uuid: da2cf91b-e1d1-4308-8556-3bc9c7514d28 +langcode: en +status: true +dependencies: + config: + - node.type.page +_core: + default_config_hash: fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ +id: node.page.promote +field_name: promote +entity_type: node +bundle: page +label: 'Promoted to front page' +description: '' +required: false +translatable: false +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sites/d9/core.date_format.fallback.yml b/config/sites/d9/core.date_format.fallback.yml new file mode 100644 index 0000000..e57dc6f --- /dev/null +++ b/config/sites/d9/core.date_format.fallback.yml @@ -0,0 +1,10 @@ +uuid: 7e2882c0-7004-4c6a-aa04-d4cc782fc15d +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE +id: fallback +label: 'Fallback date format' +locked: true +pattern: 'D, m/d/Y - H:i' diff --git a/config/sites/d9/core.date_format.html_date.yml b/config/sites/d9/core.date_format.html_date.yml new file mode 100644 index 0000000..48b40cc --- /dev/null +++ b/config/sites/d9/core.date_format.html_date.yml @@ -0,0 +1,10 @@ +uuid: 2fc5c4dc-1a42-4d3b-a3d4-2c1053467ae5 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk +id: html_date +label: 'HTML Date' +locked: true +pattern: Y-m-d diff --git a/config/sites/d9/core.date_format.html_datetime.yml b/config/sites/d9/core.date_format.html_datetime.yml new file mode 100644 index 0000000..44b3491 --- /dev/null +++ b/config/sites/d9/core.date_format.html_datetime.yml @@ -0,0 +1,10 @@ +uuid: 15284066-4df2-41cc-bceb-663c82beb1f6 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE +id: html_datetime +label: 'HTML Datetime' +locked: true +pattern: 'Y-m-d\TH:i:sO' diff --git a/config/sites/d9/core.date_format.html_month.yml b/config/sites/d9/core.date_format.html_month.yml new file mode 100644 index 0000000..8f6c264 --- /dev/null +++ b/config/sites/d9/core.date_format.html_month.yml @@ -0,0 +1,10 @@ +uuid: be3c0b34-d98a-4174-b661-830deec6603b +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM +id: html_month +label: 'HTML Month' +locked: true +pattern: Y-m diff --git a/config/sites/d9/core.date_format.html_time.yml b/config/sites/d9/core.date_format.html_time.yml new file mode 100644 index 0000000..714ff89 --- /dev/null +++ b/config/sites/d9/core.date_format.html_time.yml @@ -0,0 +1,10 @@ +uuid: 8f505a3a-b5cc-4253-82d0-c2bb2fa8fd04 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE +id: html_time +label: 'HTML Time' +locked: true +pattern: 'H:i:s' diff --git a/config/sites/d9/core.date_format.html_week.yml b/config/sites/d9/core.date_format.html_week.yml new file mode 100644 index 0000000..ec3c1cc --- /dev/null +++ b/config/sites/d9/core.date_format.html_week.yml @@ -0,0 +1,10 @@ +uuid: 8ccd2821-6ea0-4960-9b9d-bc32b70f58ed +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY +id: html_week +label: 'HTML Week' +locked: true +pattern: Y-\WW diff --git a/config/sites/d9/core.date_format.html_year.yml b/config/sites/d9/core.date_format.html_year.yml new file mode 100644 index 0000000..3c09b8b --- /dev/null +++ b/config/sites/d9/core.date_format.html_year.yml @@ -0,0 +1,10 @@ +uuid: 678b0bdb-6559-4ff0-a419-9e70af3dfcb0 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk +id: html_year +label: 'HTML Year' +locked: true +pattern: 'Y' diff --git a/config/sites/d9/core.date_format.html_yearless_date.yml b/config/sites/d9/core.date_format.html_yearless_date.yml new file mode 100644 index 0000000..e86ae01 --- /dev/null +++ b/config/sites/d9/core.date_format.html_yearless_date.yml @@ -0,0 +1,10 @@ +uuid: 769360ec-4ec3-4a38-a1c3-ed59d572b78b +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc +id: html_yearless_date +label: 'HTML Yearless date' +locked: true +pattern: m-d diff --git a/config/sites/d9/core.date_format.long.yml b/config/sites/d9/core.date_format.long.yml new file mode 100644 index 0000000..b6c8789 --- /dev/null +++ b/config/sites/d9/core.date_format.long.yml @@ -0,0 +1,10 @@ +uuid: 3ddcac27-f66b-4e3e-a94c-7b13d141bdb4 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo +id: long +label: 'Default long date' +locked: false +pattern: 'l, F j, Y - H:i' diff --git a/config/sites/d9/core.date_format.medium.yml b/config/sites/d9/core.date_format.medium.yml new file mode 100644 index 0000000..cfec0c7 --- /dev/null +++ b/config/sites/d9/core.date_format.medium.yml @@ -0,0 +1,10 @@ +uuid: 4ff243a0-783c-4bc2-aede-488cc00c4a04 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE +id: medium +label: 'Default medium date' +locked: false +pattern: 'D, m/d/Y - H:i' diff --git a/config/sites/d9/core.date_format.short.yml b/config/sites/d9/core.date_format.short.yml new file mode 100644 index 0000000..1347d60 --- /dev/null +++ b/config/sites/d9/core.date_format.short.yml @@ -0,0 +1,10 @@ +uuid: a223f835-2056-4c13-a73f-1e3f9eefc330 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA +id: short +label: 'Default short date' +locked: false +pattern: 'm/d/Y - H:i' diff --git a/config/sites/d9/core.entity_form_display.block_content.basic.default.yml b/config/sites/d9/core.entity_form_display.block_content.basic.default.yml new file mode 100644 index 0000000..34c27f4 --- /dev/null +++ b/config/sites/d9/core.entity_form_display.block_content.basic.default.yml @@ -0,0 +1,42 @@ +uuid: a48e0ff6-13ed-4204-85a5-0124b34531de +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: jAps3FCxvKecABS_tgExbhCZrBLQB3bNPWw18WjE3ss +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + type: text_textarea_with_summary + weight: -4 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + info: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } +hidden: { } diff --git a/config/sites/d9/core.entity_form_display.comment.comment.default.yml b/config/sites/d9/core.entity_form_display.comment.comment.default.yml new file mode 100644 index 0000000..c3d5730 --- /dev/null +++ b/config/sites/d9/core.entity_form_display.comment.comment.default.yml @@ -0,0 +1,43 @@ +uuid: 0ed8cb33-cf1d-441e-b83e-442173df2328 +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.field.comment.comment.comment_body + module: + - text +_core: + default_config_hash: I0Pa0aQvT_jawlPo9oz4FE3h_ickc55dYKTPl6gILes +id: comment.comment.default +targetEntityType: comment +bundle: comment +mode: default +content: + author: + weight: -2 + region: content + comment_body: + type: text_textarea + weight: 11 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + subject: + type: string_textfield + weight: 10 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sites/d9/core.entity_form_display.node.article.default.yml b/config/sites/d9/core.entity_form_display.node.article.default.yml new file mode 100644 index 0000000..7767f02 --- /dev/null +++ b/config/sites/d9/core.entity_form_display.node.article.default.yml @@ -0,0 +1,138 @@ +uuid: 010b224a-ff6f-4d02-b646-eda15a8444f2 +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_age + - field.field.node.article.field_image + - field.field.node.article.field_tags + - field.field.node.article.field_traits + - image.style.thumbnail + - node.type.article + module: + - comment + - image + - path + - text +_core: + default_config_hash: 6VUXB1jTUjK5zjkfMa2Kd2WW4sFUlgfBlfJSx01qLpU +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_textarea_with_summary + weight: 1 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + comment: + type: comment_default + weight: 9 + region: content + settings: { } + third_party_settings: { } + created: + type: datetime_timestamp + weight: 6 + region: content + settings: { } + third_party_settings: { } + field_age: + type: entity_reference_autocomplete + weight: 12 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + field_image: + type: image_image + weight: 4 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + field_tags: + type: entity_reference_autocomplete_tags + weight: 3 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + field_traits: + type: entity_reference_autocomplete + weight: 13 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 10 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 7 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 11 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 8 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sites/d9/core.entity_form_display.node.page.default.yml b/config/sites/d9/core.entity_form_display.node.page.default.yml new file mode 100644 index 0000000..0ef3e43 --- /dev/null +++ b/config/sites/d9/core.entity_form_display.node.page.default.yml @@ -0,0 +1,108 @@ +uuid: 516660a2-f154-4587-a76d-f506417eeb59 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - field.field.node.page.field_age + - field.field.node.page.field_traits + - node.type.page + module: + - path + - text +_core: + default_config_hash: AD_lefuYmjsKeH3OQApsyP_nLj6ZnGaALznLQSQ0Z_o +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + type: text_textarea_with_summary + weight: 7 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + created: + type: datetime_timestamp + weight: 3 + region: content + settings: { } + third_party_settings: { } + field_age: + type: entity_reference_autocomplete + weight: 9 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + field_traits: + type: entity_reference_autocomplete + weight: 10 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 1 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 6 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 4 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 8 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 5 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 2 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sites/d9/core.entity_form_display.taxonomy_term.age.default.yml b/config/sites/d9/core.entity_form_display.taxonomy_term.age.default.yml new file mode 100644 index 0000000..355ffe0 --- /dev/null +++ b/config/sites/d9/core.entity_form_display.taxonomy_term.age.default.yml @@ -0,0 +1,61 @@ +uuid: e2b4f74d-58d0-4296-aecd-d139e0815e77 +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.age.field_federated_terms + - taxonomy.vocabulary.age + module: + - path + - search_api_federated_solr + - text +id: taxonomy_term.age.default +targetEntityType: taxonomy_term +bundle: age +mode: default +content: + description: + type: text_textarea + weight: 1 + region: content + settings: + placeholder: '' + rows: 5 + third_party_settings: { } + field_federated_terms: + weight: 2 + settings: + size: 75 + placeholder: '' + third_party_settings: { } + type: federated_terms_textfield + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + name: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 3 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 4 + region: content + third_party_settings: { } +hidden: { } diff --git a/config/sites/d9/core.entity_form_display.taxonomy_term.traits.default.yml b/config/sites/d9/core.entity_form_display.taxonomy_term.traits.default.yml new file mode 100644 index 0000000..a85c01c --- /dev/null +++ b/config/sites/d9/core.entity_form_display.taxonomy_term.traits.default.yml @@ -0,0 +1,61 @@ +uuid: 6773ebe0-43bb-4553-afb8-c8d37c09dabd +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.traits.field_federated_terms + - taxonomy.vocabulary.traits + module: + - path + - search_api_federated_solr + - text +id: taxonomy_term.traits.default +targetEntityType: taxonomy_term +bundle: traits +mode: default +content: + description: + type: text_textarea + weight: 1 + region: content + settings: + placeholder: '' + rows: 5 + third_party_settings: { } + field_federated_terms: + weight: 2 + settings: + size: 75 + placeholder: '' + third_party_settings: { } + type: federated_terms_textfield + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + name: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 3 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 4 + region: content + third_party_settings: { } +hidden: { } diff --git a/config/sites/d9/core.entity_form_display.user.user.default.yml b/config/sites/d9/core.entity_form_display.user.user.default.yml new file mode 100644 index 0000000..2fbd685 --- /dev/null +++ b/config/sites/d9/core.entity_form_display.user.user.default.yml @@ -0,0 +1,39 @@ +uuid: 4f6a4049-4381-4452-a6f1-ceb95b97eefe +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: K-1rBM8mTIkFp9RqOC2tMRUukOQ1xbRCfSKK8dEddnA +id: user.user.default +targetEntityType: user +bundle: user +mode: default +content: + account: + weight: -10 + region: content + contact: + weight: 5 + region: content + language: + weight: 0 + region: content + timezone: + weight: 6 + region: content + user_picture: + type: image_image + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + weight: -1 + region: content +hidden: + langcode: true diff --git a/config/sites/d9/core.entity_form_mode.user.register.yml b/config/sites/d9/core.entity_form_mode.user.register.yml new file mode 100644 index 0000000..d2e47cd --- /dev/null +++ b/config/sites/d9/core.entity_form_mode.user.register.yml @@ -0,0 +1,12 @@ +uuid: dae73a2d-33d0-4058-89f8-8559c5d449a0 +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI +id: user.register +label: Register +targetEntityType: user +cache: true diff --git a/config/sites/d9/core.entity_view_display.block_content.basic.default.yml b/config/sites/d9/core.entity_view_display.block_content.basic.default.yml new file mode 100644 index 0000000..82e3f80 --- /dev/null +++ b/config/sites/d9/core.entity_view_display.block_content.basic.default.yml @@ -0,0 +1,26 @@ +uuid: dc57ba21-506d-417f-97d6-883d5127c261 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: orJpHUlAc_wiQLMUjIgEJXGeiqylGHMPcmNRjGtct-M +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.comment.comment.default.yml b/config/sites/d9/core.entity_view_display.comment.comment.default.yml new file mode 100644 index 0000000..f3741aa --- /dev/null +++ b/config/sites/d9/core.entity_view_display.comment.comment.default.yml @@ -0,0 +1,29 @@ +uuid: 5ca77fd1-2715-4cd1-a26d-e179c031441c +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.field.comment.comment.comment_body + module: + - text +_core: + default_config_hash: 77Ye1kR-P6AaiGfEO8mnXNSr7nqtnP3PiiVBwJeGGMI +id: comment.comment.default +targetEntityType: comment +bundle: comment +mode: default +content: + comment_body: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + links: + weight: 100 + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.node.article.default.yml b/config/sites/d9/core.entity_view_display.node.article.default.yml new file mode 100644 index 0000000..9644420 --- /dev/null +++ b/config/sites/d9/core.entity_view_display.node.article.default.yml @@ -0,0 +1,67 @@ +uuid: 6bb77a99-ca53-4e15-aea7-d7d19884cd5b +langcode: en +status: true +dependencies: + config: + - core.entity_view_display.comment.comment.default + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.large + - node.type.article + module: + - comment + - image + - text + - user +_core: + default_config_hash: ChmU3AVqDKU32A_fyChG0W9dTRKmVBR58B6OClCLvZI +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + label: hidden + comment: + type: comment_default + weight: 110 + region: content + label: above + settings: + view_mode: default + pager_id: 0 + third_party_settings: { } + field_image: + type: image + weight: -1 + region: content + settings: + image_style: large + image_link: '' + third_party_settings: { } + label: hidden + field_tags: + type: entity_reference_label + weight: 10 + region: content + label: above + settings: + link: true + third_party_settings: { } + links: + weight: 100 + region: content + settings: { } + third_party_settings: { } +hidden: + field_age: true + field_traits: true + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.node.article.rss.yml b/config/sites/d9/core.entity_view_display.node.article.rss.yml new file mode 100644 index 0000000..751c822 --- /dev/null +++ b/config/sites/d9/core.entity_view_display.node.article.rss.yml @@ -0,0 +1,32 @@ +uuid: 8deede3e-77d4-4871-bbaf-0ec9cc67e4ea +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.rss + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + module: + - user +_core: + default_config_hash: 2rIr6K5Q0UQ9khg0zE_CK-PtJH76UL-BDDZcZnZzwCc +id: node.article.rss +targetEntityType: node +bundle: article +mode: rss +content: + links: + weight: 100 + region: content +hidden: + body: true + comment: true + field_age: true + field_image: true + field_tags: true + field_traits: true + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.node.article.teaser.yml b/config/sites/d9/core.entity_view_display.node.article.teaser.yml new file mode 100644 index 0000000..b3d3d6e --- /dev/null +++ b/config/sites/d9/core.entity_view_display.node.article.teaser.yml @@ -0,0 +1,59 @@ +uuid: 23b2a9d8-4f10-4e0f-aaaf-2495263f27d3 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.medium + - node.type.article + module: + - image + - text + - user +_core: + default_config_hash: 4NcL2hSQZBpJbYtNuh5jC6kyQTcAc1m5bQpTegEWEso +id: node.article.teaser +targetEntityType: node +bundle: article +mode: teaser +content: + body: + type: text_summary_or_trimmed + weight: 0 + region: content + settings: + trim_length: 600 + third_party_settings: { } + label: hidden + field_image: + type: image + weight: -1 + region: content + settings: + image_style: medium + image_link: content + third_party_settings: { } + label: hidden + field_tags: + type: entity_reference_label + weight: 10 + region: content + settings: + link: true + third_party_settings: { } + label: above + links: + weight: 100 + region: content +hidden: + comment: true + field_age: true + field_image: true + field_tags: true + field_traits: true + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.node.page.default.yml b/config/sites/d9/core.entity_view_display.node.page.default.yml new file mode 100644 index 0000000..ccd799b --- /dev/null +++ b/config/sites/d9/core.entity_view_display.node.page.default.yml @@ -0,0 +1,32 @@ +uuid: 7cdcfd21-e5e3-4ab7-9768-da1afd0dde15 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: g1S3_GLaxq4l3I9RIca5Mlz02MxI2KmOquZpHw59akM +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + label: hidden + type: text_default + weight: 100 + region: content + settings: { } + third_party_settings: { } + links: + weight: 101 + region: content +hidden: + field_age: true + field_traits: true + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.node.page.teaser.yml b/config/sites/d9/core.entity_view_display.node.page.teaser.yml new file mode 100644 index 0000000..0005422 --- /dev/null +++ b/config/sites/d9/core.entity_view_display.node.page.teaser.yml @@ -0,0 +1,34 @@ +uuid: d6eae119-3126-40ab-acc9-121af7b84cce +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: cSv5lDnbIgDug475Hdz3woED2XMqYv3awI-J9u1JLbY +id: node.page.teaser +targetEntityType: node +bundle: page +mode: teaser +content: + body: + label: hidden + type: text_summary_or_trimmed + weight: 100 + region: content + settings: + trim_length: 600 + third_party_settings: { } + links: + weight: 101 + region: content +hidden: + field_age: true + field_traits: true + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.taxonomy_term.age.default.yml b/config/sites/d9/core.entity_view_display.taxonomy_term.age.default.yml new file mode 100644 index 0000000..db8eaac --- /dev/null +++ b/config/sites/d9/core.entity_view_display.taxonomy_term.age.default.yml @@ -0,0 +1,32 @@ +uuid: a9f4e306-47dd-4687-8589-baaafc7ea994 +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.age.field_federated_terms + - taxonomy.vocabulary.age + module: + - text +id: taxonomy_term.age.default +targetEntityType: taxonomy_term +bundle: age +mode: default +content: + description: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + field_federated_terms: + weight: 1 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.taxonomy_term.traits.default.yml b/config/sites/d9/core.entity_view_display.taxonomy_term.traits.default.yml new file mode 100644 index 0000000..d03f6fe --- /dev/null +++ b/config/sites/d9/core.entity_view_display.taxonomy_term.traits.default.yml @@ -0,0 +1,32 @@ +uuid: 372139ff-621d-4882-a53d-c19f0113173a +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.traits.field_federated_terms + - taxonomy.vocabulary.traits + module: + - text +id: taxonomy_term.traits.default +targetEntityType: taxonomy_term +bundle: traits +mode: default +content: + description: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + field_federated_terms: + weight: 1 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.user.user.compact.yml b/config/sites/d9/core.entity_view_display.user.user.compact.yml new file mode 100644 index 0000000..b9f87a5 --- /dev/null +++ b/config/sites/d9/core.entity_view_display.user.user.compact.yml @@ -0,0 +1,31 @@ +uuid: 1c156512-6bdf-4d81-b8f7-ee136a14daa1 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.user.compact + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: '-cLsS3M3JycipXQt9rEb81_HxKneReoGuRh8ijcOPXs' +id: user.user.compact +targetEntityType: user +bundle: user +mode: compact +content: + user_picture: + type: image + weight: 0 + region: content + settings: + image_style: thumbnail + image_link: content + third_party_settings: { } + label: hidden +hidden: + langcode: true + member_for: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_display.user.user.default.yml b/config/sites/d9/core.entity_view_display.user.user.default.yml new file mode 100644 index 0000000..52c0502 --- /dev/null +++ b/config/sites/d9/core.entity_view_display.user.user.default.yml @@ -0,0 +1,32 @@ +uuid: 68e4becb-88ca-4795-aca6-3271f24d3446 +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: V51QPCKkgNREKtSmB9Iu2wmAMEpktVpnzklWaZV8UYo +id: user.user.default +targetEntityType: user +bundle: user +mode: default +content: + member_for: + weight: 5 + region: content + user_picture: + type: image + weight: 0 + region: content + settings: + image_style: thumbnail + image_link: content + third_party_settings: { } + label: hidden +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/sites/d9/core.entity_view_mode.block.token.yml b/config/sites/d9/core.entity_view_mode.block.token.yml new file mode 100644 index 0000000..40ac298 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.block.token.yml @@ -0,0 +1,10 @@ +uuid: a18c1e4e-a886-4e56-a767-1cc4d3062f55 +langcode: en +status: true +dependencies: + module: + - block +id: block.token +label: Token +targetEntityType: block +cache: true diff --git a/config/sites/d9/core.entity_view_mode.block_content.full.yml b/config/sites/d9/core.entity_view_mode.block_content.full.yml new file mode 100644 index 0000000..a27a844 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,12 @@ +uuid: 26013fb6-75e4-4ed5-9401-1ac3c82f0dae +langcode: en +status: false +dependencies: + module: + - block_content +_core: + default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg +id: block_content.full +label: Full +targetEntityType: block_content +cache: true diff --git a/config/sites/d9/core.entity_view_mode.block_content.token.yml b/config/sites/d9/core.entity_view_mode.block_content.token.yml new file mode 100644 index 0000000..e373e2d --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.block_content.token.yml @@ -0,0 +1,10 @@ +uuid: f53163c5-f838-4eaf-a5fb-7116b5b1b966 +langcode: en +status: true +dependencies: + module: + - block_content +id: block_content.token +label: Token +targetEntityType: block_content +cache: true diff --git a/config/sites/d9/core.entity_view_mode.comment.full.yml b/config/sites/d9/core.entity_view_mode.comment.full.yml new file mode 100644 index 0000000..f5529cf --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.comment.full.yml @@ -0,0 +1,12 @@ +uuid: 49ff46b5-35f8-49f2-a6ca-2a247bfc1871 +langcode: en +status: false +dependencies: + module: + - comment +_core: + default_config_hash: K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA +id: comment.full +label: 'Full comment' +targetEntityType: comment +cache: true diff --git a/config/sites/d9/core.entity_view_mode.comment.token.yml b/config/sites/d9/core.entity_view_mode.comment.token.yml new file mode 100644 index 0000000..fedad02 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.comment.token.yml @@ -0,0 +1,10 @@ +uuid: 85032a62-55ac-481b-a27f-1488f43fe9fa +langcode: en +status: true +dependencies: + module: + - comment +id: comment.token +label: Token +targetEntityType: comment +cache: true diff --git a/config/sites/d9/core.entity_view_mode.contact_message.token.yml b/config/sites/d9/core.entity_view_mode.contact_message.token.yml new file mode 100644 index 0000000..cc04eea --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.contact_message.token.yml @@ -0,0 +1,10 @@ +uuid: 8cedcce8-017e-4d0d-96f0-f46c53185c1d +langcode: en +status: true +dependencies: + module: + - contact +id: contact_message.token +label: Token +targetEntityType: contact_message +cache: true diff --git a/config/sites/d9/core.entity_view_mode.file.token.yml b/config/sites/d9/core.entity_view_mode.file.token.yml new file mode 100644 index 0000000..73d1c85 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.file.token.yml @@ -0,0 +1,10 @@ +uuid: 1196372b-924a-46a5-84d2-26cdd6374dd5 +langcode: en +status: true +dependencies: + module: + - file +id: file.token +label: Token +targetEntityType: file +cache: true diff --git a/config/sites/d9/core.entity_view_mode.menu_link_content.token.yml b/config/sites/d9/core.entity_view_mode.menu_link_content.token.yml new file mode 100644 index 0000000..53c51d4 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.menu_link_content.token.yml @@ -0,0 +1,10 @@ +uuid: 9ede9009-ab41-4958-af70-5ccea7ab9073 +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.token +label: Token +targetEntityType: menu_link_content +cache: true diff --git a/config/sites/d9/core.entity_view_mode.node.full.yml b/config/sites/d9/core.entity_view_mode.node.full.yml new file mode 100644 index 0000000..563b91f --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.node.full.yml @@ -0,0 +1,12 @@ +uuid: 913e86fb-2834-4314-b11d-012e27f03e6c +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk +id: node.full +label: 'Full content' +targetEntityType: node +cache: true diff --git a/config/sites/d9/core.entity_view_mode.node.rss.yml b/config/sites/d9/core.entity_view_mode.node.rss.yml new file mode 100644 index 0000000..f80d6be --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.node.rss.yml @@ -0,0 +1,12 @@ +uuid: 21874687-af1e-4d09-a1b7-8c3bd5e948e4 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU +id: node.rss +label: RSS +targetEntityType: node +cache: true diff --git a/config/sites/d9/core.entity_view_mode.node.search_index.yml b/config/sites/d9/core.entity_view_mode.node.search_index.yml new file mode 100644 index 0000000..c8f7176 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.node.search_index.yml @@ -0,0 +1,12 @@ +uuid: 821aba89-1eda-4f37-89f3-ac5221e77aa8 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY +id: node.search_index +label: 'Search index' +targetEntityType: node +cache: true diff --git a/config/sites/d9/core.entity_view_mode.node.search_result.yml b/config/sites/d9/core.entity_view_mode.node.search_result.yml new file mode 100644 index 0000000..a842873 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.node.search_result.yml @@ -0,0 +1,12 @@ +uuid: 33ab066c-71de-4d0c-a269-e219b848ba6e +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM +id: node.search_result +label: 'Search result highlighting input' +targetEntityType: node +cache: true diff --git a/config/sites/d9/core.entity_view_mode.node.teaser.yml b/config/sites/d9/core.entity_view_mode.node.teaser.yml new file mode 100644 index 0000000..54ecde9 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.node.teaser.yml @@ -0,0 +1,12 @@ +uuid: 4320b8a1-cad5-4619-bd59-8c0abb69e2a9 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 +id: node.teaser +label: Teaser +targetEntityType: node +cache: true diff --git a/config/sites/d9/core.entity_view_mode.node.token.yml b/config/sites/d9/core.entity_view_mode.node.token.yml new file mode 100644 index 0000000..520caeb --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.node.token.yml @@ -0,0 +1,10 @@ +uuid: fe53f65a-8ca1-4e26-8737-8f85823c91e5 +langcode: en +status: true +dependencies: + module: + - node +id: node.token +label: Token +targetEntityType: node +cache: true diff --git a/config/sites/d9/core.entity_view_mode.path_alias.token.yml b/config/sites/d9/core.entity_view_mode.path_alias.token.yml new file mode 100644 index 0000000..2acc275 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.path_alias.token.yml @@ -0,0 +1,10 @@ +uuid: 4e22624c-c02b-4b6a-907a-4b87ae0da037 +langcode: en +status: true +dependencies: + module: + - path_alias +id: path_alias.token +label: Token +targetEntityType: path_alias +cache: true diff --git a/config/sites/d9/core.entity_view_mode.search_api_task.token.yml b/config/sites/d9/core.entity_view_mode.search_api_task.token.yml new file mode 100644 index 0000000..33287d2 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.search_api_task.token.yml @@ -0,0 +1,10 @@ +uuid: 7a8b8a4b-30d4-48b3-b800-a58639d8e07a +langcode: en +status: true +dependencies: + module: + - search_api +id: search_api_task.token +label: Token +targetEntityType: search_api_task +cache: true diff --git a/config/sites/d9/core.entity_view_mode.shortcut.token.yml b/config/sites/d9/core.entity_view_mode.shortcut.token.yml new file mode 100644 index 0000000..49b2731 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.shortcut.token.yml @@ -0,0 +1,10 @@ +uuid: c79a5a13-156b-4cfc-a7b7-81d90c2fd1f8 +langcode: en +status: true +dependencies: + module: + - shortcut +id: shortcut.token +label: Token +targetEntityType: shortcut +cache: true diff --git a/config/sites/d9/core.entity_view_mode.taxonomy_term.full.yml b/config/sites/d9/core.entity_view_mode.taxonomy_term.full.yml new file mode 100644 index 0000000..0febe69 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1,12 @@ +uuid: f7be9b9d-714c-493e-a125-264644acfd4f +langcode: en +status: true +dependencies: + module: + - taxonomy +_core: + default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' +id: taxonomy_term.full +label: 'Taxonomy term page' +targetEntityType: taxonomy_term +cache: true diff --git a/config/sites/d9/core.entity_view_mode.taxonomy_term.token.yml b/config/sites/d9/core.entity_view_mode.taxonomy_term.token.yml new file mode 100644 index 0000000..a0eb178 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.taxonomy_term.token.yml @@ -0,0 +1,10 @@ +uuid: 63ee30ec-3a40-4576-8aa7-bc08f441b5a5 +langcode: en +status: true +dependencies: + module: + - taxonomy +id: taxonomy_term.token +label: Token +targetEntityType: taxonomy_term +cache: true diff --git a/config/sites/d9/core.entity_view_mode.tour.token.yml b/config/sites/d9/core.entity_view_mode.tour.token.yml new file mode 100644 index 0000000..1cfe3f3 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.tour.token.yml @@ -0,0 +1,10 @@ +uuid: fcf627f7-c82a-4ebe-86b6-3b870c8c7cbd +langcode: en +status: true +dependencies: + module: + - tour +id: tour.token +label: Token +targetEntityType: tour +cache: true diff --git a/config/sites/d9/core.entity_view_mode.user.compact.yml b/config/sites/d9/core.entity_view_mode.user.compact.yml new file mode 100644 index 0000000..3c2e2b7 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.user.compact.yml @@ -0,0 +1,12 @@ +uuid: 4a7c5bde-2ab5-4faa-b28d-0797fef78129 +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g +id: user.compact +label: Compact +targetEntityType: user +cache: true diff --git a/config/sites/d9/core.entity_view_mode.user.full.yml b/config/sites/d9/core.entity_view_mode.user.full.yml new file mode 100644 index 0000000..8b001ff --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.user.full.yml @@ -0,0 +1,12 @@ +uuid: 5c410cf2-6c5f-4f78-9b30-ead459d0dd49 +langcode: en +status: false +dependencies: + module: + - user +_core: + default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM +id: user.full +label: 'User account' +targetEntityType: user +cache: true diff --git a/config/sites/d9/core.entity_view_mode.user.token.yml b/config/sites/d9/core.entity_view_mode.user.token.yml new file mode 100644 index 0000000..4973752 --- /dev/null +++ b/config/sites/d9/core.entity_view_mode.user.token.yml @@ -0,0 +1,10 @@ +uuid: 775e9d83-7815-4ec5-9d2f-c92992131405 +langcode: en +status: true +dependencies: + module: + - user +id: user.token +label: Token +targetEntityType: user +cache: true diff --git a/config/sites/d9/core.extension.yml b/config/sites/d9/core.extension.yml new file mode 100644 index 0000000..f37a31e --- /dev/null +++ b/config/sites/d9/core.extension.yml @@ -0,0 +1,67 @@ +module: + admin_toolbar: 0 + admin_toolbar_search: 0 + admin_toolbar_tools: 0 + automated_cron: 0 + big_pipe: 0 + block: 0 + block_content: 0 + breakpoint: 0 + ckeditor: 0 + color: 0 + comment: 0 + config: 0 + config_inspector: 0 + contact: 0 + contextual: 0 + datetime: 0 + dblog: 0 + default_content: 0 + dynamic_page_cache: 0 + editor: 0 + federated_styles: 0 + field: 0 + field_ui: 0 + file: 0 + filter: 0 + hal: 0 + help: 0 + history: 0 + image: 0 + language: 0 + link: 0 + menu_ui: 0 + node: 0 + options: 0 + page_cache: 0 + path: 0 + path_alias: 0 + quickedit: 0 + rdf: 0 + search_api: 0 + search_api_federated_solr: 0 + search_api_field_map: 0 + search_api_solr: 0 + serialization: 0 + shortcut: 0 + system: 0 + taxonomy: 0 + text: 0 + token: 0 + toolbar: 0 + tour: 0 + update: 0 + user: 0 + views_ui: 0 + menu_link_content: 1 + views: 10 + minimal: 1000 +theme: + stable: 0 + classy: 0 + bartik: 0 + seven: 0 + stark: 0 +profile: minimal +_core: + default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc diff --git a/config/sites/d9/core.menu.static_menu_link_overrides.yml b/config/sites/d9/core.menu.static_menu_link_overrides.yml new file mode 100644 index 0000000..55dc4b6 --- /dev/null +++ b/config/sites/d9/core.menu.static_menu_link_overrides.yml @@ -0,0 +1,9 @@ +definitions: + contact__site_page: + enabled: true + menu_name: footer + parent: '' + weight: 0 + expanded: false +_core: + default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ diff --git a/config/sites/d9/dblog.settings.yml b/config/sites/d9/dblog.settings.yml new file mode 100644 index 0000000..cf06e3f --- /dev/null +++ b/config/sites/d9/dblog.settings.yml @@ -0,0 +1,3 @@ +row_limit: 1000 +_core: + default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 diff --git a/config/sites/d9/editor.editor.basic_html.yml b/config/sites/d9/editor.editor.basic_html.yml new file mode 100644 index 0000000..09e0b9f --- /dev/null +++ b/config/sites/d9/editor.editor.basic_html.yml @@ -0,0 +1,55 @@ +uuid: 0eb5844b-a53d-40f9-9b3a-313a39c797d6 +langcode: en +status: true +dependencies: + config: + - filter.format.basic_html + module: + - ckeditor +_core: + default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g +format: basic_html +editor: ckeditor +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 + plugins: + stylescombo: + styles: '' +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: 0 + height: 0 diff --git a/config/sites/d9/editor.editor.full_html.yml b/config/sites/d9/editor.editor.full_html.yml new file mode 100644 index 0000000..a0a0790 --- /dev/null +++ b/config/sites/d9/editor.editor.full_html.yml @@ -0,0 +1,63 @@ +uuid: adf29367-54a6-4402-8795-da333ee9011c +langcode: en +status: true +dependencies: + config: + - filter.format.full_html + module: + - ckeditor +_core: + default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM +format: full_html +editor: ckeditor +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 + plugins: + stylescombo: + styles: '' +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: 0 + height: 0 diff --git a/config/sites/d9/field.field.block_content.basic.body.yml b/config/sites/d9/field.field.block_content.basic.body.yml new file mode 100644 index 0000000..075a0ef --- /dev/null +++ b/config/sites/d9/field.field.block_content.basic.body.yml @@ -0,0 +1,25 @@ +uuid: 2c4b5305-8d75-4b49-8b18-ec5eb66947d6 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.storage.block_content.body + module: + - text +_core: + default_config_hash: foetbaMhlB6uLc2bn-PESvaPkbuDWj0MEjpQVwQiP-o +id: block_content.basic.body +field_name: body +entity_type: block_content +bundle: basic +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: false + required_summary: false +field_type: text_with_summary diff --git a/config/sites/d9/field.field.comment.comment.comment_body.yml b/config/sites/d9/field.field.comment.comment.comment_body.yml new file mode 100644 index 0000000..5c3b1a0 --- /dev/null +++ b/config/sites/d9/field.field.comment.comment.comment_body.yml @@ -0,0 +1,23 @@ +uuid: 58fa95c6-0c38-470b-9b75-531325e2843f +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.storage.comment.comment_body + module: + - text +_core: + default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs +id: comment.comment.comment_body +field_name: comment_body +entity_type: comment +bundle: comment +label: Comment +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/sites/d9/field.field.node.article.body.yml b/config/sites/d9/field.field.node.article.body.yml new file mode 100644 index 0000000..c73ec7b --- /dev/null +++ b/config/sites/d9/field.field.node.article.body.yml @@ -0,0 +1,25 @@ +uuid: 0ee5fbe2-6d94-45bb-aa82-e4ef77e23736 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.article + module: + - text +_core: + default_config_hash: IjZnOLWk1Pjq3WRg2pLSA1ERh7Po7izCq_p6UztZr2c +id: node.article.body +field_name: body +entity_type: node +bundle: article +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true + required_summary: false +field_type: text_with_summary diff --git a/config/sites/d9/field.field.node.article.comment.yml b/config/sites/d9/field.field.node.article.comment.yml new file mode 100644 index 0000000..e6b5638 --- /dev/null +++ b/config/sites/d9/field.field.node.article.comment.yml @@ -0,0 +1,35 @@ +uuid: da2d7fdc-09b5-4fa1-bc63-f8cf1174fdca +langcode: en +status: true +dependencies: + config: + - field.storage.node.comment + - node.type.article + module: + - comment +_core: + default_config_hash: r-hrxwbKKXBKQnBefGjXNSdU00u2fPvMWEykGRHqd10 +id: node.article.comment +field_name: comment +entity_type: node +bundle: article +label: Comments +description: '' +required: false +translatable: true +default_value: + - + status: 2 + cid: 0 + last_comment_name: null + last_comment_timestamp: 0 + last_comment_uid: 0 + comment_count: 0 +default_value_callback: '' +settings: + default_mode: 1 + per_page: 50 + form_location: true + anonymous: 0 + preview: 1 +field_type: comment diff --git a/config/sites/d9/field.field.node.article.field_age.yml b/config/sites/d9/field.field.node.article.field_age.yml new file mode 100644 index 0000000..b457d2d --- /dev/null +++ b/config/sites/d9/field.field.node.article.field_age.yml @@ -0,0 +1,29 @@ +uuid: 8b82c82b-d402-4438-90b2-1ecd6ca0adc8 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_age + - node.type.article + - taxonomy.vocabulary.age +id: node.article.field_age +field_name: field_age +entity_type: node +bundle: article +label: Age +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + age: age + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sites/d9/field.field.node.article.field_image.yml b/config/sites/d9/field.field.node.article.field_image.yml new file mode 100644 index 0000000..169facc --- /dev/null +++ b/config/sites/d9/field.field.node.article.field_image.yml @@ -0,0 +1,40 @@ +uuid: 90265ecc-1c5c-4492-8de1-e333c75d4930 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_image + - node.type.article + module: + - image +_core: + default_config_hash: tgJzhA7Swh4M_gWU5FwFe5lPxPj5rebpMbvhpdNrERs +id: node.article.field_image +field_name: field_image +entity_type: node +bundle: article +label: Image +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + title_field: false + alt_field_required: true + title_field_required: false + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sites/d9/field.field.node.article.field_tags.yml b/config/sites/d9/field.field.node.article.field_tags.yml new file mode 100644 index 0000000..6d0f062 --- /dev/null +++ b/config/sites/d9/field.field.node.article.field_tags.yml @@ -0,0 +1,29 @@ +uuid: aef02674-7759-476d-a294-eecb7991acd0 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_tags + - node.type.article + - taxonomy.vocabulary.tags +_core: + default_config_hash: QdUgf_beeoaPiyKorFv0q1fcJpWH_uZTqe_xoVJacrw +id: node.article.field_tags +field_name: field_tags +entity_type: node +bundle: article +label: Tags +description: 'Enter a comma-separated list. For example: Amsterdam, Mexico City, "Cleveland, Ohio"' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + tags: tags + sort: + field: _none + auto_create: true +field_type: entity_reference diff --git a/config/sites/d9/field.field.node.article.field_traits.yml b/config/sites/d9/field.field.node.article.field_traits.yml new file mode 100644 index 0000000..aeffe7d --- /dev/null +++ b/config/sites/d9/field.field.node.article.field_traits.yml @@ -0,0 +1,29 @@ +uuid: 3ec30359-44df-47bb-b66b-49799b6b281c +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_traits + - node.type.article + - taxonomy.vocabulary.traits +id: node.article.field_traits +field_name: field_traits +entity_type: node +bundle: article +label: Traits +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + traits: traits + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sites/d9/field.field.node.page.body.yml b/config/sites/d9/field.field.node.page.body.yml new file mode 100644 index 0000000..1b1d6d3 --- /dev/null +++ b/config/sites/d9/field.field.node.page.body.yml @@ -0,0 +1,25 @@ +uuid: e8276d27-a568-410b-b92d-023b063cb681 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.page + module: + - text +_core: + default_config_hash: KgVkxLl_K3E3lvN6CEoWQIDT0V8J4Mv-fVYrAIc7-FE +id: node.page.body +field_name: body +entity_type: node +bundle: page +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true + required_summary: false +field_type: text_with_summary diff --git a/config/sites/d9/field.field.node.page.field_age.yml b/config/sites/d9/field.field.node.page.field_age.yml new file mode 100644 index 0000000..00da36d --- /dev/null +++ b/config/sites/d9/field.field.node.page.field_age.yml @@ -0,0 +1,29 @@ +uuid: be3fdb4d-872f-4974-9065-07334fd563a7 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_age + - node.type.page + - taxonomy.vocabulary.age +id: node.page.field_age +field_name: field_age +entity_type: node +bundle: page +label: Age +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + age: age + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sites/d9/field.field.node.page.field_traits.yml b/config/sites/d9/field.field.node.page.field_traits.yml new file mode 100644 index 0000000..196d51f --- /dev/null +++ b/config/sites/d9/field.field.node.page.field_traits.yml @@ -0,0 +1,29 @@ +uuid: 6ec5b017-2959-4ad0-ae28-f12046198fb0 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_traits + - node.type.page + - taxonomy.vocabulary.traits +id: node.page.field_traits +field_name: field_traits +entity_type: node +bundle: page +label: Traits +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + traits: traits + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sites/d9/field.field.taxonomy_term.age.field_federated_terms.yml b/config/sites/d9/field.field.taxonomy_term.age.field_federated_terms.yml new file mode 100644 index 0000000..0c989dc --- /dev/null +++ b/config/sites/d9/field.field.taxonomy_term.age.field_federated_terms.yml @@ -0,0 +1,21 @@ +uuid: 344064b7-2cd7-4d35-b5ae-201b35f67009 +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.field_federated_terms + - taxonomy.vocabulary.age + module: + - search_api_federated_solr +id: taxonomy_term.age.field_federated_terms +field_name: field_federated_terms +entity_type: taxonomy_term +bundle: age +label: 'Federated terms' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: federated_terms diff --git a/config/sites/d9/field.field.taxonomy_term.traits.field_federated_terms.yml b/config/sites/d9/field.field.taxonomy_term.traits.field_federated_terms.yml new file mode 100644 index 0000000..119a70f --- /dev/null +++ b/config/sites/d9/field.field.taxonomy_term.traits.field_federated_terms.yml @@ -0,0 +1,21 @@ +uuid: c68faac2-9a5a-4158-80a3-e12d6c1e5e68 +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.field_federated_terms + - taxonomy.vocabulary.traits + module: + - search_api_federated_solr +id: taxonomy_term.traits.field_federated_terms +field_name: field_federated_terms +entity_type: taxonomy_term +bundle: traits +label: 'Federated terms' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: federated_terms diff --git a/config/sites/d9/field.field.user.user.user_picture.yml b/config/sites/d9/field.field.user.user.user_picture.yml new file mode 100644 index 0000000..1b6e237 --- /dev/null +++ b/config/sites/d9/field.field.user.user.user_picture.yml @@ -0,0 +1,40 @@ +uuid: 34a2b99e-f48e-4577-8837-be6cdc581e27 +langcode: en +status: true +dependencies: + config: + - field.storage.user.user_picture + module: + - image + - user +_core: + default_config_hash: Iiq0AttdhgbebJwabSFwQQ1ORn64GoGz0xSZ_eyCJ8A +id: user.user.user_picture +field_name: user_picture +entity_type: user +bundle: user +label: Picture +description: 'Your virtual face or picture.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_extensions: 'png gif jpg jpeg' + file_directory: 'pictures/[date:custom:Y]-[date:custom:m]' + max_filesize: '' + alt_field: false + title_field: false + max_resolution: '' + min_resolution: '' + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + alt_field_required: false + title_field_required: false + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sites/d9/field.settings.yml b/config/sites/d9/field.settings.yml new file mode 100644 index 0000000..95c042d --- /dev/null +++ b/config/sites/d9/field.settings.yml @@ -0,0 +1,3 @@ +purge_batch_size: 50 +_core: + default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 diff --git a/config/sites/d9/field.storage.block_content.body.yml b/config/sites/d9/field.storage.block_content.body.yml new file mode 100644 index 0000000..368e69e --- /dev/null +++ b/config/sites/d9/field.storage.block_content.body.yml @@ -0,0 +1,21 @@ +uuid: f22a4161-d305-485d-8ef2-8134031b92c9 +langcode: en +status: true +dependencies: + module: + - block_content + - text +_core: + default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc +id: block_content.body +field_name: body +entity_type: block_content +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/sites/d9/field.storage.comment.comment_body.yml b/config/sites/d9/field.storage.comment.comment_body.yml new file mode 100644 index 0000000..dc2f002 --- /dev/null +++ b/config/sites/d9/field.storage.comment.comment_body.yml @@ -0,0 +1,21 @@ +uuid: 096b2f3a-2470-4886-9ff6-6e603bb6e18b +langcode: en +status: true +dependencies: + module: + - comment + - text +_core: + default_config_hash: swYoCch_hY8QO5uwr4FURplfnUCUlpPB4idF8WGVCpw +id: comment.comment_body +field_name: comment_body +entity_type: comment +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/sites/d9/field.storage.node.body.yml b/config/sites/d9/field.storage.node.body.yml new file mode 100644 index 0000000..8017b8c --- /dev/null +++ b/config/sites/d9/field.storage.node.body.yml @@ -0,0 +1,21 @@ +uuid: 8757445f-46ac-46dc-a817-bdddc9dcc75c +langcode: en +status: true +dependencies: + module: + - node + - text +_core: + default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY +id: node.body +field_name: body +entity_type: node +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/sites/d9/field.storage.node.comment.yml b/config/sites/d9/field.storage.node.comment.yml new file mode 100644 index 0000000..1b8b50c --- /dev/null +++ b/config/sites/d9/field.storage.node.comment.yml @@ -0,0 +1,22 @@ +uuid: 8789aa34-b29d-4441-89a9-545a38fafe26 +langcode: en +status: true +dependencies: + module: + - comment + - node +_core: + default_config_hash: ktCna9xmWvYZIUfOCUyDQvedn5RtnS4CRmEIwNmvYjc +id: node.comment +field_name: comment +entity_type: node +type: comment +settings: + comment_type: comment +module: comment +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sites/d9/field.storage.node.field_age.yml b/config/sites/d9/field.storage.node.field_age.yml new file mode 100644 index 0000000..20b8d9a --- /dev/null +++ b/config/sites/d9/field.storage.node.field_age.yml @@ -0,0 +1,20 @@ +uuid: 2628fb4f-8cb0-4985-b027-7dc309baad2f +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +id: node.field_age +field_name: field_age +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sites/d9/field.storage.node.field_image.yml b/config/sites/d9/field.storage.node.field_image.yml new file mode 100644 index 0000000..26aadc8 --- /dev/null +++ b/config/sites/d9/field.storage.node.field_image.yml @@ -0,0 +1,34 @@ +uuid: 4cb601df-0937-4e59-ba3b-4c06b2e0c67a +langcode: en +status: true +dependencies: + module: + - file + - image + - node +_core: + default_config_hash: SkXIPKZYiIMMtnBmfnxk58RYfbZ8cHSw5NZPY_JByME +id: node.field_image +field_name: field_image +entity_type: node +type: image +settings: + uri_scheme: public + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: + target_id: + - target_id +persist_with_no_fields: false +custom_storage: false diff --git a/config/sites/d9/field.storage.node.field_tags.yml b/config/sites/d9/field.storage.node.field_tags.yml new file mode 100644 index 0000000..772847e --- /dev/null +++ b/config/sites/d9/field.storage.node.field_tags.yml @@ -0,0 +1,22 @@ +uuid: 80be1229-ea65-46cb-8466-cb239fde687d +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +_core: + default_config_hash: WpOE_bs8Bs_HY2ns7n2r__de-xno0-Bxkqep5-MsHAs +id: node.field_tags +field_name: field_tags +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sites/d9/field.storage.node.field_traits.yml b/config/sites/d9/field.storage.node.field_traits.yml new file mode 100644 index 0000000..cc4b3c3 --- /dev/null +++ b/config/sites/d9/field.storage.node.field_traits.yml @@ -0,0 +1,20 @@ +uuid: a5c71b10-d08b-4509-8121-eb8ece904748 +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +id: node.field_traits +field_name: field_traits +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sites/d9/field.storage.taxonomy_term.field_federated_terms.yml b/config/sites/d9/field.storage.taxonomy_term.field_federated_terms.yml new file mode 100644 index 0000000..11cb9c9 --- /dev/null +++ b/config/sites/d9/field.storage.taxonomy_term.field_federated_terms.yml @@ -0,0 +1,21 @@ +uuid: 596d1d1b-e761-4b19-b445-c0fe4c6d5f09 +langcode: en +status: true +dependencies: + module: + - search_api_federated_solr + - taxonomy +id: taxonomy_term.field_federated_terms +field_name: field_federated_terms +entity_type: taxonomy_term +type: federated_terms +settings: + max_length: '255' + is_ascii: false +module: search_api_federated_solr +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sites/d9/field.storage.user.user_picture.yml b/config/sites/d9/field.storage.user.user_picture.yml new file mode 100644 index 0000000..7cafa73 --- /dev/null +++ b/config/sites/d9/field.storage.user.user_picture.yml @@ -0,0 +1,34 @@ +uuid: e8422e6c-f497-4e4b-9e1c-ef19a4567d8a +langcode: en +status: true +dependencies: + module: + - file + - image + - user +_core: + default_config_hash: 6k-VBFilDLuzgSOT-77CFgHFlcd5D-kqRixtH89EShU +id: user.user_picture +field_name: user_picture +entity_type: user +type: image +settings: + uri_scheme: public + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: + target_id: + - target_id +persist_with_no_fields: false +custom_storage: false diff --git a/config/sites/d9/field_ui.settings.yml b/config/sites/d9/field_ui.settings.yml new file mode 100644 index 0000000..2743969 --- /dev/null +++ b/config/sites/d9/field_ui.settings.yml @@ -0,0 +1,3 @@ +field_prefix: field_ +_core: + default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM diff --git a/config/sites/d9/file.settings.yml b/config/sites/d9/file.settings.yml new file mode 100644 index 0000000..3315165 --- /dev/null +++ b/config/sites/d9/file.settings.yml @@ -0,0 +1,8 @@ +description: + type: textfield + length: 128 +icon: + directory: core/modules/file/icons +make_unused_managed_files_temporary: false +_core: + default_config_hash: 0aMkoXYnax5_tHI9C9zHs-K48KJ6K75PHtD9x-0nbgM diff --git a/config/sites/d9/filter.format.basic_html.yml b/config/sites/d9/filter.format.basic_html.yml new file mode 100644 index 0000000..6068ccf --- /dev/null +++ b/config/sites/d9/filter.format.basic_html.yml @@ -0,0 +1,45 @@ +uuid: 5c46200a-0742-4e74-b0ca-b938e8d936b4 +langcode: en +status: true +dependencies: + module: + - editor +_core: + default_config_hash: P8ddpAIKtawJDi5SzOwCzVnnNYqONewSTJ6Xn0dW_aQ +name: 'Basic HTML' +format: basic_html +weight: 0 +filters: + filter_html: + id: filter_html + provider: filter + status: true + weight: -10 + settings: + allowed_html: '