Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc63052b24 | ||
|
|
cc5e78aeeb | ||
|
|
706fb62d1b | ||
|
|
5a1ce10304 | ||
|
|
46396b98f8 | ||
|
|
7b4c3d8c9e | ||
|
|
58ebf80d1d | ||
|
|
fb89e6bba7 | ||
|
|
0eede9456f | ||
|
|
11ca153e29 | ||
|
|
bff04d7cc5 | ||
|
|
049ab7f46b | ||
|
|
6053803afb | ||
|
|
ac342bc7ec | ||
|
|
e6ec73f273 | ||
|
|
b48fba3311 | ||
|
|
68bc5527d9 | ||
|
|
fb7d736bc4 | ||
|
|
94eec641da | ||
|
|
b6d0f238dd | ||
|
|
836bd44eee | ||
|
|
e2e9d3bd7e | ||
|
|
959cc9b622 | ||
|
|
6935b1c9c5 | ||
|
|
96adc9b216 | ||
|
|
11451ec432 | ||
|
|
64d6f926ee | ||
|
|
ffc5fac46f | ||
|
|
b5ddc07801 | ||
|
|
d8a8d7b846 | ||
|
|
e126ff2a86 | ||
|
|
cdd38e71fc | ||
|
|
eed8cfda72 | ||
|
|
1ab72ad11a | ||
|
|
5fa238d1b0 | ||
|
|
2456deb160 | ||
|
|
2be4268958 | ||
|
|
69addb7a73 | ||
|
|
902ee2adb3 | ||
|
|
4a39f21140 | ||
|
|
8bd90a8a02 | ||
|
|
5a8b199fa2 | ||
|
|
668d7ee0eb | ||
|
|
e827ffdd30 | ||
|
|
badc3996cf | ||
|
|
2e2f5e6134 | ||
|
|
67143b35df | ||
|
|
f502656fae | ||
|
|
91486996ab | ||
|
|
1c3b580ccc | ||
|
|
986605c2aa | ||
|
|
d3d12e33fb | ||
|
|
cbac2d9946 | ||
|
|
b357237047 | ||
|
|
c1d0975c44 | ||
|
|
2c87b62b4f | ||
|
|
ed1e0cf4f2 | ||
|
|
6f34597657 | ||
|
|
52f5b85f52 | ||
|
|
acee736cfa | ||
|
|
bbcaf95d9e | ||
|
|
6ea751b410 | ||
|
|
adaf5313ef | ||
|
|
3e17cd3e69 | ||
|
|
a9762f6145 | ||
|
|
7c5c5ed0f7 | ||
|
|
7d87661755 | ||
|
|
b25104570c | ||
|
|
11d54412cd | ||
|
|
7883e40c9a | ||
|
|
f9645ccd61 | ||
|
|
89d3753b74 | ||
|
|
84d95267f6 | ||
|
|
695fdc116a | ||
|
|
d927de5ae4 | ||
|
|
f4de92a1ca | ||
|
|
0e518fc147 | ||
|
|
e42524ea93 | ||
|
|
14e122e662 | ||
|
|
3adafe867e | ||
|
|
67271fc277 | ||
|
|
2eb05babe5 | ||
|
|
eb217d01df | ||
|
|
3d424fec62 | ||
|
|
057d0c29ee | ||
|
|
ce4d6e7826 | ||
|
|
7e4794aec1 | ||
|
|
54c815ded4 | ||
|
|
6fddfcc64c | ||
|
|
a8c2ce1d3c | ||
|
|
36829fbe5c | ||
|
|
4fcddebc73 | ||
|
|
bd66c260fa | ||
|
|
1e9ff928df | ||
|
|
25fce000bc | ||
|
|
cfbfbebd76 | ||
|
|
8ea7ffeea2 | ||
|
|
e32c4fab75 | ||
|
|
1005117b72 | ||
|
|
7c5bc8e053 | ||
|
|
4cb1ded556 | ||
|
|
6fb9824380 | ||
|
|
62de7f6b06 | ||
|
|
eb19a2f6b3 | ||
|
|
f19d9445a8 | ||
|
|
180b98274b | ||
|
|
3b6f9cbd98 | ||
|
|
7246675e32 | ||
|
|
46bc4b6423 | ||
|
|
4a85f75e53 | ||
|
|
2e73cacb27 | ||
|
|
1081ca49a6 | ||
|
|
fdcb29a4f9 | ||
|
|
af35857e79 | ||
|
|
a3f3c1e960 | ||
|
|
8b4d7ea685 | ||
|
|
55f7def7cb | ||
|
|
4d89162957 |
@@ -1,27 +0,0 @@
|
|||||||
#
|
|
||||||
# Copy and rename this file to .env at root of this project.
|
|
||||||
#
|
|
||||||
|
|
||||||
# A common use case is to supply database creds via the environment. Edit settings.php
|
|
||||||
# like so:
|
|
||||||
#
|
|
||||||
# $databases['default']['default'] = [
|
|
||||||
# 'database' => getenv('MYSQL_DATABASE'),
|
|
||||||
# 'driver' => 'mysql',
|
|
||||||
# 'host' => getenv('MYSQL_HOSTNAME'),
|
|
||||||
# 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
|
|
||||||
# 'password' => getenv('MYSQL_PASSWORD'),
|
|
||||||
# 'port' => getenv('MYSQL_PORT'),
|
|
||||||
# 'prefix' => '',
|
|
||||||
# 'username' => getenv('MYSQL_USER'),
|
|
||||||
# ];
|
|
||||||
#
|
|
||||||
# Uncomment and populate as needed.
|
|
||||||
# MYSQL_DATABASE=
|
|
||||||
# MYSQL_HOSTNAME=
|
|
||||||
# MYSQL_PASSWORD=
|
|
||||||
# MYSQL_PORT=
|
|
||||||
# MYSQL_USER=
|
|
||||||
|
|
||||||
# Another common use case is to set Drush's --uri via environment.
|
|
||||||
# DRUSH_OPTIONS_URI=http://example.com
|
|
||||||
+11
-8
@@ -19,29 +19,32 @@
|
|||||||
*.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
|
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
|
||||||
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
|
|
||||||
|
# PHPStan's baseline uses tabs instead of spaces.
|
||||||
|
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
|
||||||
|
|
||||||
# Define binary file attributes.
|
# Define binary file attributes.
|
||||||
# - Do not treat them as text.
|
# - Do not treat them as text.
|
||||||
# - Include binary diff in patches instead of "binary files differ."
|
# - Include binary diff in patches instead of "binary files differ."
|
||||||
|
|||||||
+15
@@ -23,3 +23,18 @@
|
|||||||
|
|
||||||
# Ignore .env files as they are personal
|
# Ignore .env files as they are personal
|
||||||
/.env
|
/.env
|
||||||
|
/.csslintrc
|
||||||
|
/.eslintignore
|
||||||
|
/.eslintrc.json
|
||||||
|
/.ht.router.php
|
||||||
|
/.htaccess
|
||||||
|
/INSTALL.txt
|
||||||
|
/README.txt
|
||||||
|
/autoload.php
|
||||||
|
/example.gitignore
|
||||||
|
/index.php
|
||||||
|
/robots.txt
|
||||||
|
/update.php
|
||||||
|
/web.config
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
|||||||
-52
@@ -1,52 +0,0 @@
|
|||||||
language: php
|
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
php:
|
|
||||||
- 5.6
|
|
||||||
- 7.0
|
|
||||||
- 7.1
|
|
||||||
- 7.2
|
|
||||||
- 7.3
|
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- SIMPLETEST_DB=sqlite://tmp/site.sqlite
|
|
||||||
- SIMPLETEST_BASE_URL="http://127.0.0.1:8080"
|
|
||||||
matrix:
|
|
||||||
- RELEASE=stable COMPOSER_CHANNEL=stable
|
|
||||||
- RELEASE=dev COMPOSER_CHANNEL=stable
|
|
||||||
- RELEASE=stable COMPOSER_CHANNEL=snapshot
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- php: 5.6
|
|
||||||
env: RELEASE=dev COMPOSER_CHANNEL=stable
|
|
||||||
- php: 5.6
|
|
||||||
env: RELEASE=stable COMPOSER_CHANNEL=snapshot
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- if [[ $TRAVIS_PHP_VERSION = 5.6 ]]; then export COMPOSER_MEMORY_LIMIT=-1; fi;
|
|
||||||
- echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
|
|
||||||
- phpenv config-rm xdebug.ini
|
|
||||||
- composer --verbose self-update --$COMPOSER_CHANNEL
|
|
||||||
- composer --version
|
|
||||||
|
|
||||||
install:
|
|
||||||
- composer --verbose validate
|
|
||||||
- composer --verbose install
|
|
||||||
|
|
||||||
script:
|
|
||||||
- if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
|
|
||||||
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.7.x-dev webflo/drupal-core-require-dev:8.7.x-dev; fi;
|
|
||||||
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
|
|
||||||
- cd $TRAVIS_BUILD_DIR/web
|
|
||||||
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
|
|
||||||
- ./../vendor/bin/drush runserver $SIMPLETEST_BASE_URL &
|
|
||||||
- until curl -s $SIMPLETEST_BASE_URL; do true; done > /dev/null
|
|
||||||
# Skip core/tests/Drupal/Tests/ComposerIntegrationTest.php because web/ has no composer.json
|
|
||||||
# Ignore PageCache group temporarily, @see https://www.drupal.org/node/2770673
|
|
||||||
# Ignore Setup group temporarily, @see https://www.drupal.org/node/2962157
|
|
||||||
- ./../vendor/bin/phpunit -c core --testsuite unit --exclude-group Composer,DependencyInjection,PageCache,Setup
|
|
||||||
- ./../vendor/bin/drush
|
|
||||||
- if [[ $RELEASE = stable ]]; then ./../vendor/bin/drupal; fi;
|
|
||||||
@@ -1,339 +0,0 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
Version 2, June 1991
|
|
||||||
|
|
||||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
|
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The licenses for most software are designed to take away your
|
|
||||||
freedom to share and change it. By contrast, the GNU General Public
|
|
||||||
License is intended to guarantee your freedom to share and change free
|
|
||||||
software--to make sure the software is free for all its users. This
|
|
||||||
General Public License applies to most of the Free Software
|
|
||||||
Foundation's software and to any other program whose authors commit to
|
|
||||||
using it. (Some other Free Software Foundation software is covered by
|
|
||||||
the GNU Lesser General Public License instead.) You can apply it to
|
|
||||||
your programs, too.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
this service if you wish), that you receive source code or can get it
|
|
||||||
if you want it, that you can change the software or use pieces of it
|
|
||||||
in new free programs; and that you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to make restrictions that forbid
|
|
||||||
anyone to deny you these rights or to ask you to surrender the rights.
|
|
||||||
These restrictions translate to certain responsibilities for you if you
|
|
||||||
distribute copies of the software, or if you modify it.
|
|
||||||
|
|
||||||
For example, if you distribute copies of such a program, whether
|
|
||||||
gratis or for a fee, you must give the recipients all the rights that
|
|
||||||
you have. You must make sure that they, too, receive or can get the
|
|
||||||
source code. And you must show them these terms so they know their
|
|
||||||
rights.
|
|
||||||
|
|
||||||
We protect your rights with two steps: (1) copyright the software, and
|
|
||||||
(2) offer you this license which gives you legal permission to copy,
|
|
||||||
distribute and/or modify the software.
|
|
||||||
|
|
||||||
Also, for each author's protection and ours, we want to make certain
|
|
||||||
that everyone understands that there is no warranty for this free
|
|
||||||
software. If the software is modified by someone else and passed on, we
|
|
||||||
want its recipients to know that what they have is not the original, so
|
|
||||||
that any problems introduced by others will not reflect on the original
|
|
||||||
authors' reputations.
|
|
||||||
|
|
||||||
Finally, any free program is threatened constantly by software
|
|
||||||
patents. We wish to avoid the danger that redistributors of a free
|
|
||||||
program will individually obtain patent licenses, in effect making the
|
|
||||||
program proprietary. To prevent this, we have made it clear that any
|
|
||||||
patent must be licensed for everyone's free use or not licensed at all.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
0. This License applies to any program or other work which contains
|
|
||||||
a notice placed by the copyright holder saying it may be distributed
|
|
||||||
under the terms of this General Public License. The "Program", below,
|
|
||||||
refers to any such program or work, and a "work based on the Program"
|
|
||||||
means either the Program or any derivative work under copyright law:
|
|
||||||
that is to say, a work containing the Program or a portion of it,
|
|
||||||
either verbatim or with modifications and/or translated into another
|
|
||||||
language. (Hereinafter, translation is included without limitation in
|
|
||||||
the term "modification".) Each licensee is addressed as "you".
|
|
||||||
|
|
||||||
Activities other than copying, distribution and modification are not
|
|
||||||
covered by this License; they are outside its scope. The act of
|
|
||||||
running the Program is not restricted, and the output from the Program
|
|
||||||
is covered only if its contents constitute a work based on the
|
|
||||||
Program (independent of having been made by running the Program).
|
|
||||||
Whether that is true depends on what the Program does.
|
|
||||||
|
|
||||||
1. You may copy and distribute verbatim copies of the Program's
|
|
||||||
source code as you receive it, in any medium, provided that you
|
|
||||||
conspicuously and appropriately publish on each copy an appropriate
|
|
||||||
copyright notice and disclaimer of warranty; keep intact all the
|
|
||||||
notices that refer to this License and to the absence of any warranty;
|
|
||||||
and give any other recipients of the Program a copy of this License
|
|
||||||
along with the Program.
|
|
||||||
|
|
||||||
You may charge a fee for the physical act of transferring a copy, and
|
|
||||||
you may at your option offer warranty protection in exchange for a fee.
|
|
||||||
|
|
||||||
2. You may modify your copy or copies of the Program or any portion
|
|
||||||
of it, thus forming a work based on the Program, and copy and
|
|
||||||
distribute such modifications or work under the terms of Section 1
|
|
||||||
above, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) You must cause the modified files to carry prominent notices
|
|
||||||
stating that you changed the files and the date of any change.
|
|
||||||
|
|
||||||
b) You must cause any work that you distribute or publish, that in
|
|
||||||
whole or in part contains or is derived from the Program or any
|
|
||||||
part thereof, to be licensed as a whole at no charge to all third
|
|
||||||
parties under the terms of this License.
|
|
||||||
|
|
||||||
c) If the modified program normally reads commands interactively
|
|
||||||
when run, you must cause it, when started running for such
|
|
||||||
interactive use in the most ordinary way, to print or display an
|
|
||||||
announcement including an appropriate copyright notice and a
|
|
||||||
notice that there is no warranty (or else, saying that you provide
|
|
||||||
a warranty) and that users may redistribute the program under
|
|
||||||
these conditions, and telling the user how to view a copy of this
|
|
||||||
License. (Exception: if the Program itself is interactive but
|
|
||||||
does not normally print such an announcement, your work based on
|
|
||||||
the Program is not required to print an announcement.)
|
|
||||||
|
|
||||||
These requirements apply to the modified work as a whole. If
|
|
||||||
identifiable sections of that work are not derived from the Program,
|
|
||||||
and can be reasonably considered independent and separate works in
|
|
||||||
themselves, then this License, and its terms, do not apply to those
|
|
||||||
sections when you distribute them as separate works. But when you
|
|
||||||
distribute the same sections as part of a whole which is a work based
|
|
||||||
on the Program, the distribution of the whole must be on the terms of
|
|
||||||
this License, whose permissions for other licensees extend to the
|
|
||||||
entire whole, and thus to each and every part regardless of who wrote it.
|
|
||||||
|
|
||||||
Thus, it is not the intent of this section to claim rights or contest
|
|
||||||
your rights to work written entirely by you; rather, the intent is to
|
|
||||||
exercise the right to control the distribution of derivative or
|
|
||||||
collective works based on the Program.
|
|
||||||
|
|
||||||
In addition, mere aggregation of another work not based on the Program
|
|
||||||
with the Program (or with a work based on the Program) on a volume of
|
|
||||||
a storage or distribution medium does not bring the other work under
|
|
||||||
the scope of this License.
|
|
||||||
|
|
||||||
3. You may copy and distribute the Program (or a work based on it,
|
|
||||||
under Section 2) in object code or executable form under the terms of
|
|
||||||
Sections 1 and 2 above provided that you also do one of the following:
|
|
||||||
|
|
||||||
a) Accompany it with the complete corresponding machine-readable
|
|
||||||
source code, which must be distributed under the terms of Sections
|
|
||||||
1 and 2 above on a medium customarily used for software interchange; or,
|
|
||||||
|
|
||||||
b) Accompany it with a written offer, valid for at least three
|
|
||||||
years, to give any third party, for a charge no more than your
|
|
||||||
cost of physically performing source distribution, a complete
|
|
||||||
machine-readable copy of the corresponding source code, to be
|
|
||||||
distributed under the terms of Sections 1 and 2 above on a medium
|
|
||||||
customarily used for software interchange; or,
|
|
||||||
|
|
||||||
c) Accompany it with the information you received as to the offer
|
|
||||||
to distribute corresponding source code. (This alternative is
|
|
||||||
allowed only for noncommercial distribution and only if you
|
|
||||||
received the program in object code or executable form with such
|
|
||||||
an offer, in accord with Subsection b above.)
|
|
||||||
|
|
||||||
The source code for a work means the preferred form of the work for
|
|
||||||
making modifications to it. For an executable work, complete source
|
|
||||||
code means all the source code for all modules it contains, plus any
|
|
||||||
associated interface definition files, plus the scripts used to
|
|
||||||
control compilation and installation of the executable. However, as a
|
|
||||||
special exception, the source code distributed need not include
|
|
||||||
anything that is normally distributed (in either source or binary
|
|
||||||
form) with the major components (compiler, kernel, and so on) of the
|
|
||||||
operating system on which the executable runs, unless that component
|
|
||||||
itself accompanies the executable.
|
|
||||||
|
|
||||||
If distribution of executable or object code is made by offering
|
|
||||||
access to copy from a designated place, then offering equivalent
|
|
||||||
access to copy the source code from the same place counts as
|
|
||||||
distribution of the source code, even though third parties are not
|
|
||||||
compelled to copy the source along with the object code.
|
|
||||||
|
|
||||||
4. You may not copy, modify, sublicense, or distribute the Program
|
|
||||||
except as expressly provided under this License. Any attempt
|
|
||||||
otherwise to copy, modify, sublicense or distribute the Program is
|
|
||||||
void, and will automatically terminate your rights under this License.
|
|
||||||
However, parties who have received copies, or rights, from you under
|
|
||||||
this License will not have their licenses terminated so long as such
|
|
||||||
parties remain in full compliance.
|
|
||||||
|
|
||||||
5. You are not required to accept this License, since you have not
|
|
||||||
signed it. However, nothing else grants you permission to modify or
|
|
||||||
distribute the Program or its derivative works. These actions are
|
|
||||||
prohibited by law if you do not accept this License. Therefore, by
|
|
||||||
modifying or distributing the Program (or any work based on the
|
|
||||||
Program), you indicate your acceptance of this License to do so, and
|
|
||||||
all its terms and conditions for copying, distributing or modifying
|
|
||||||
the Program or works based on it.
|
|
||||||
|
|
||||||
6. Each time you redistribute the Program (or any work based on the
|
|
||||||
Program), the recipient automatically receives a license from the
|
|
||||||
original licensor to copy, distribute or modify the Program subject to
|
|
||||||
these terms and conditions. You may not impose any further
|
|
||||||
restrictions on the recipients' exercise of the rights granted herein.
|
|
||||||
You are not responsible for enforcing compliance by third parties to
|
|
||||||
this License.
|
|
||||||
|
|
||||||
7. If, as a consequence of a court judgment or allegation of patent
|
|
||||||
infringement or for any other reason (not limited to patent issues),
|
|
||||||
conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot
|
|
||||||
distribute so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you
|
|
||||||
may not distribute the Program at all. For example, if a patent
|
|
||||||
license would not permit royalty-free redistribution of the Program by
|
|
||||||
all those who receive copies directly or indirectly through you, then
|
|
||||||
the only way you could satisfy both it and this License would be to
|
|
||||||
refrain entirely from distribution of the Program.
|
|
||||||
|
|
||||||
If any portion of this section is held invalid or unenforceable under
|
|
||||||
any particular circumstance, the balance of the section is intended to
|
|
||||||
apply and the section as a whole is intended to apply in other
|
|
||||||
circumstances.
|
|
||||||
|
|
||||||
It is not the purpose of this section to induce you to infringe any
|
|
||||||
patents or other property right claims or to contest validity of any
|
|
||||||
such claims; this section has the sole purpose of protecting the
|
|
||||||
integrity of the free software distribution system, which is
|
|
||||||
implemented by public license practices. Many people have made
|
|
||||||
generous contributions to the wide range of software distributed
|
|
||||||
through that system in reliance on consistent application of that
|
|
||||||
system; it is up to the author/donor to decide if he or she is willing
|
|
||||||
to distribute software through any other system and a licensee cannot
|
|
||||||
impose that choice.
|
|
||||||
|
|
||||||
This section is intended to make thoroughly clear what is believed to
|
|
||||||
be a consequence of the rest of this License.
|
|
||||||
|
|
||||||
8. If the distribution and/or use of the Program is restricted in
|
|
||||||
certain countries either by patents or by copyrighted interfaces, the
|
|
||||||
original copyright holder who places the Program under this License
|
|
||||||
may add an explicit geographical distribution limitation excluding
|
|
||||||
those countries, so that distribution is permitted only in or among
|
|
||||||
countries not thus excluded. In such case, this License incorporates
|
|
||||||
the limitation as if written in the body of this License.
|
|
||||||
|
|
||||||
9. The Free Software Foundation may publish revised and/or new versions
|
|
||||||
of the General Public License from time to time. Such new versions will
|
|
||||||
be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the Program
|
|
||||||
specifies a version number of this License which applies to it and "any
|
|
||||||
later version", you have the option of following the terms and conditions
|
|
||||||
either of that version or of any later version published by the Free
|
|
||||||
Software Foundation. If the Program does not specify a version number of
|
|
||||||
this License, you may choose any version ever published by the Free Software
|
|
||||||
Foundation.
|
|
||||||
|
|
||||||
10. If you wish to incorporate parts of the Program into other free
|
|
||||||
programs whose distribution conditions are different, write to the author
|
|
||||||
to ask for permission. For software which is copyrighted by the Free
|
|
||||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
|
||||||
make exceptions for this. Our decision will be guided by the two goals
|
|
||||||
of preserving the free status of all derivatives of our free software and
|
|
||||||
of promoting the sharing and reuse of software generally.
|
|
||||||
|
|
||||||
NO WARRANTY
|
|
||||||
|
|
||||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
|
||||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
|
||||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
|
||||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
|
||||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
||||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
|
||||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
|
||||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
|
||||||
REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
|
||||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
|
||||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
|
||||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
|
||||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
|
||||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
|
||||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|
||||||
POSSIBILITY OF SUCH DAMAGES.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
convey the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
{description}
|
|
||||||
Copyright (C) {year} {fullname}
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If the program is interactive, make it output a short notice like this
|
|
||||||
when it starts in an interactive mode:
|
|
||||||
|
|
||||||
Gnomovision version 69, Copyright (C) year name of author
|
|
||||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
||||||
This is free software, and you are welcome to redistribute it
|
|
||||||
under certain conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
|
||||||
parts of the General Public License. Of course, the commands you use may
|
|
||||||
be called something other than `show w' and `show c'; they could even be
|
|
||||||
mouse-clicks or menu items--whatever suits your program.
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or your
|
|
||||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
|
||||||
necessary. Here is a sample; alter the names:
|
|
||||||
|
|
||||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
|
||||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
|
||||||
|
|
||||||
{signature of Ty Coon}, 1 April 1989
|
|
||||||
Ty Coon, President of Vice
|
|
||||||
|
|
||||||
This General Public License does not permit incorporating your program into
|
|
||||||
proprietary programs. If your program is a subroutine library, you may
|
|
||||||
consider it more useful to permit linking proprietary applications with the
|
|
||||||
library. If this is what you want to do, use the GNU Lesser General
|
|
||||||
Public License instead of this License.
|
|
||||||
@@ -1,145 +0,0 @@
|
|||||||
# Composer template for Drupal projects
|
|
||||||
|
|
||||||
[](https://travis-ci.org/drupal-composer/drupal-project)
|
|
||||||
|
|
||||||
This project template provides a starter kit for managing your site
|
|
||||||
dependencies with [Composer](https://getcomposer.org/).
|
|
||||||
|
|
||||||
If you want to know how to use it as replacement for
|
|
||||||
[Drush Make](https://github.com/drush-ops/drush/blob/8.x/docs/make.md) visit
|
|
||||||
the [Documentation on drupal.org](https://www.drupal.org/node/2471553).
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
First you need to [install composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).
|
|
||||||
|
|
||||||
> Note: The instructions below refer to the [global composer installation](https://getcomposer.org/doc/00-intro.md#globally).
|
|
||||||
You might need to replace `composer` with `php composer.phar` (or similar)
|
|
||||||
for your setup.
|
|
||||||
|
|
||||||
After that you can create the project:
|
|
||||||
|
|
||||||
```
|
|
||||||
composer create-project drupal-composer/drupal-project:8.x-dev some-dir --no-interaction
|
|
||||||
```
|
|
||||||
|
|
||||||
With `composer require ...` you can download new dependencies to your
|
|
||||||
installation.
|
|
||||||
|
|
||||||
```
|
|
||||||
cd some-dir
|
|
||||||
composer require drupal/devel:~1.0
|
|
||||||
```
|
|
||||||
|
|
||||||
The `composer create-project` command passes ownership of all files to the
|
|
||||||
project that is created. You should create a new git repository, and commit
|
|
||||||
all files not excluded by the .gitignore file.
|
|
||||||
|
|
||||||
## What does the template do?
|
|
||||||
|
|
||||||
When installing the given `composer.json` some tasks are taken care of:
|
|
||||||
|
|
||||||
* Drupal will be installed in the `web`-directory.
|
|
||||||
* Autoloader is implemented to use the generated composer autoloader in `vendor/autoload.php`,
|
|
||||||
instead of the one provided by Drupal (`web/vendor/autoload.php`).
|
|
||||||
* Modules (packages of type `drupal-module`) will be placed in `web/modules/contrib/`
|
|
||||||
* Theme (packages of type `drupal-theme`) will be placed in `web/themes/contrib/`
|
|
||||||
* Profiles (packages of type `drupal-profile`) will be placed in `web/profiles/contrib/`
|
|
||||||
* Creates default writable versions of `settings.php` and `services.yml`.
|
|
||||||
* Creates `web/sites/default/files`-directory.
|
|
||||||
* Latest version of drush is installed locally for use at `vendor/bin/drush`.
|
|
||||||
* Latest version of DrupalConsole is installed locally for use at `vendor/bin/drupal`.
|
|
||||||
* Creates environment variables based on your .env file. See [.env.example](.env.example).
|
|
||||||
|
|
||||||
## Updating Drupal Core
|
|
||||||
|
|
||||||
This project will attempt to keep all of your Drupal Core files up-to-date; the
|
|
||||||
project [drupal-composer/drupal-scaffold](https://github.com/drupal-composer/drupal-scaffold)
|
|
||||||
is used to ensure that your scaffold files are updated every time drupal/core is
|
|
||||||
updated. If you customize any of the "scaffolding" files (commonly .htaccess),
|
|
||||||
you may need to merge conflicts if any of your modified files are updated in a
|
|
||||||
new release of Drupal core.
|
|
||||||
|
|
||||||
Follow the steps below to update your core files.
|
|
||||||
|
|
||||||
1. Run `composer update drupal/core webflo/drupal-core-require-dev "symfony/*" --with-dependencies` to update Drupal Core and its dependencies.
|
|
||||||
1. Run `git diff` to determine if any of the scaffolding files have changed.
|
|
||||||
Review the files for any changes and restore any customizations to
|
|
||||||
`.htaccess` or `robots.txt`.
|
|
||||||
1. Commit everything all together in a single commit, so `web` will remain in
|
|
||||||
sync with the `core` when checking out branches or running `git bisect`.
|
|
||||||
1. In the event that there are non-trivial conflicts in step 2, you may wish
|
|
||||||
to perform these steps on a branch, and use `git merge` to combine the
|
|
||||||
updated core files with your customized files. This facilitates the use
|
|
||||||
of a [three-way merge tool such as kdiff3](http://www.gitshah.com/2010/12/how-to-setup-kdiff-as-diff-tool-for-git.html). This setup is not necessary if your changes are simple;
|
|
||||||
keeping all of your modifications at the beginning or end of the file is a
|
|
||||||
good strategy to keep merges easy.
|
|
||||||
|
|
||||||
## Generate composer.json from existing project
|
|
||||||
|
|
||||||
With using [the "Composer Generate" drush extension](https://www.drupal.org/project/composer_generate)
|
|
||||||
you can now generate a basic `composer.json` file from an existing project. Note
|
|
||||||
that the generated `composer.json` might differ from this project's file.
|
|
||||||
|
|
||||||
|
|
||||||
## FAQ
|
|
||||||
|
|
||||||
### Should I commit the contrib modules I download?
|
|
||||||
|
|
||||||
Composer recommends **no**. They provide [argumentation against but also
|
|
||||||
workrounds if a project decides to do it anyway](https://getcomposer.org/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md).
|
|
||||||
|
|
||||||
### Should I commit the scaffolding files?
|
|
||||||
|
|
||||||
The [drupal-scaffold](https://github.com/drupal-composer/drupal-scaffold) plugin can download the scaffold files (like
|
|
||||||
index.php, update.php, …) to the web/ directory of your project. If you have not customized those files you could choose
|
|
||||||
to not check them into your version control system (e.g. git). If that is the case for your project it might be
|
|
||||||
convenient to automatically run the drupal-scaffold plugin after every install or update of your project. You can
|
|
||||||
achieve that by registering `@composer drupal:scaffold` as post-install and post-update command in your composer.json:
|
|
||||||
|
|
||||||
```json
|
|
||||||
"scripts": {
|
|
||||||
"post-install-cmd": [
|
|
||||||
"@composer drupal:scaffold",
|
|
||||||
"..."
|
|
||||||
],
|
|
||||||
"post-update-cmd": [
|
|
||||||
"@composer drupal:scaffold",
|
|
||||||
"..."
|
|
||||||
]
|
|
||||||
},
|
|
||||||
```
|
|
||||||
### How can I apply patches to downloaded modules?
|
|
||||||
|
|
||||||
If you need to apply patches (depending on the project being modified, a pull
|
|
||||||
request is often a better solution), you can do so with the
|
|
||||||
[composer-patches](https://github.com/cweagans/composer-patches) plugin.
|
|
||||||
|
|
||||||
To add a patch to drupal module foobar insert the patches section in the extra
|
|
||||||
section of composer.json:
|
|
||||||
```json
|
|
||||||
"extra": {
|
|
||||||
"patches": {
|
|
||||||
"drupal/foobar": {
|
|
||||||
"Patch description": "URL or local path to patch"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
### How do I switch from packagist.drupal-composer.org to packages.drupal.org?
|
|
||||||
|
|
||||||
Follow the instructions in the [documentation on drupal.org](https://www.drupal.org/docs/develop/using-composer/using-packagesdrupalorg).
|
|
||||||
|
|
||||||
### How do I specify a PHP version ?
|
|
||||||
|
|
||||||
This project supports PHP 5.6 as minimum version (see [Drupal 8 PHP requirements](https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements)), however it's possible that a `composer update` will upgrade some package that will then require PHP 7+.
|
|
||||||
|
|
||||||
To prevent this you can add this code to specify the PHP version you want to use in the `config` section of `composer.json`:
|
|
||||||
```json
|
|
||||||
"config": {
|
|
||||||
"sort-packages": true,
|
|
||||||
"platform": {
|
|
||||||
"php": "5.6.40"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
```
|
|
||||||
+87
-58
@@ -21,68 +21,66 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
"composer/installers": "^1.2",
|
"composer/installers": "^1.7",
|
||||||
"cweagans/composer-patches": "^1.6.5",
|
"cweagans/composer-patches": "^1.6.5",
|
||||||
"drupal-composer/drupal-scaffold": "^2.5",
|
"drupal/addtoany": "^2.0",
|
||||||
"drupal/addtoany": "1.12.0",
|
"drupal/admin_toolbar": "^3.5",
|
||||||
"drupal/admin_toolbar": "^2.0",
|
|
||||||
"drupal/adminimal_theme": "^1.4",
|
"drupal/adminimal_theme": "^1.4",
|
||||||
"drupal/audiofield": "1.9",
|
"drupal/audiofield": "^1.13",
|
||||||
"drupal/autologout": "1.0.0",
|
"drupal/autologout": "^2",
|
||||||
"drupal/basic": "1.3.0",
|
"drupal/basic": "^3.0@alpha",
|
||||||
"drupal/better_messages": "1.0.0-alpha2",
|
"drupal/bulkdelete": "1.x-dev@dev",
|
||||||
"drupal/bulkdelete": "1.x-dev",
|
"drupal/classy": "^1.0",
|
||||||
"drupal/color_field": "2.0.0",
|
"drupal/color_field": "^3.0",
|
||||||
"drupal/config_devel": "^1.4",
|
"drupal/composer_deploy": "^1.7",
|
||||||
"drupal/config_ignore": "2.1.0",
|
"drupal/config_devel": "^1.9",
|
||||||
"drupal/console": "^1.0.2",
|
"drupal/config_filter": "^2.6",
|
||||||
"drupal/context": "4.0.0-beta2",
|
"drupal/config_ignore": "^3.3",
|
||||||
"drupal/core": "^8.7.0",
|
"drupal/config_update": "^2.0@alpha",
|
||||||
"drupal/ctools": "3.2.0",
|
"drupal/context": "^5.0@RC",
|
||||||
"drupal/date_range_formatter": "3.1.0",
|
"drupal/core-composer-scaffold": "^10",
|
||||||
"drupal/devel": "2.1",
|
"drupal/core-project-message": "^10",
|
||||||
"drupal/domain": "^1.0",
|
"drupal/core-recommended": "^10",
|
||||||
"drupal/domain_menu_access": "1.x-dev",
|
"drupal/ctools": "^4.1",
|
||||||
"drupal/domain_site_settings": "1.3.0",
|
"drupal/date_range_formatter": "^4.0",
|
||||||
"drupal/email_registration": "^1.0",
|
"drupal/devel": "^5.1",
|
||||||
"drupal/entity": "^1.0",
|
"drupal/domain": "^2.0@beta",
|
||||||
"drupal/features": "3.8.0",
|
"drupal/domain_menu_access": "^2.0",
|
||||||
"drupal/field_group": "^3.0",
|
"drupal/domain_site_settings": "^1.6",
|
||||||
"drupal/filefield_sources": "1.x-dev",
|
"drupal/email_registration": "^1.1",
|
||||||
"drupal/filter_perms": "1.x-dev",
|
"drupal/entity": "^1.4",
|
||||||
"drupal/honeypot": "1.29.0",
|
"drupal/field_group": "^3.6",
|
||||||
"drupal/linkit": "^5.0",
|
"drupal/filefield_sources": "2.0.x-dev@dev",
|
||||||
"drupal/login_emailusername": "^1.1",
|
"drupal/filter_perms": "^2.0",
|
||||||
"drupal/maillog": "1.x-dev",
|
"drupal/honeypot": "^2.1",
|
||||||
"drupal/matomo": "1.9.0",
|
"drupal/jquery_ui_draggable": "^2.1",
|
||||||
"drupal/menu_admin_per_menu": "1.0.0",
|
"drupal/jquery_ui_droppable": "^2.1",
|
||||||
"drupal/metatag": "^1.10",
|
"drupal/jquery_ui_sortable": "^2.0",
|
||||||
"drupal/migrate_tools": "^4.1",
|
"drupal/js_cookie": "^1.0",
|
||||||
"drupal/path_alias_xt": "1.x-dev",
|
"drupal/linkit": "^7.0",
|
||||||
"drupal/pathauto": "1.5",
|
"drupal/login_emailusername": "^2.1",
|
||||||
"drupal/piwik": "^1.4",
|
"drupal/maillog": "^1.1",
|
||||||
|
"drupal/menu_admin_per_menu": "^1.5",
|
||||||
|
"drupal/metatag": "^2.0",
|
||||||
|
"drupal/pathauto": "^1.13",
|
||||||
"drupal/profile": "^1.0",
|
"drupal/profile": "^1.0",
|
||||||
"drupal/redirect": "^1.3",
|
"drupal/redirect": "^1.10",
|
||||||
"drupal/redis": "^1.1",
|
"drupal/redis": "^1.8",
|
||||||
"drupal/restui": "^1.17",
|
"drupal/restui": "^1.17",
|
||||||
"drupal/search_api": "^1.12",
|
"drupal/search_api": "^1.30",
|
||||||
"drupal/simple_sitemap": "^3.1",
|
"drupal/simple_sitemap": "^4.1",
|
||||||
"drupal/synonyms": "1.x-dev",
|
"drupal/synonyms": "^2.1",
|
||||||
"drupal/toolbar_themes": "1.x-dev",
|
"drupal/token": "^1.15",
|
||||||
"drupal/translation_views": "^1.0",
|
"drupal/translation_views": "^1.0",
|
||||||
"drupal/url_to_video_filter": "1.3.0",
|
"drupal/upgrade_status": "^4.3",
|
||||||
"drupal/views_bulk_edit": "^2.2",
|
"drupal/views_bulk_edit": "^3",
|
||||||
"drupal/workflow": "1.x-dev",
|
"drupal/views_bulk_operations": "^4.3",
|
||||||
"drush/drush": "^9.0.0",
|
"drupal/workflow": "^2.0",
|
||||||
"oomphinc/composer-installers-extender": "^1.1",
|
"drush/drush": "^13",
|
||||||
|
"kint-php/kint": "^5.1",
|
||||||
"vlucas/phpdotenv": "^2.4",
|
"vlucas/phpdotenv": "^2.4",
|
||||||
"webflo/drupal-core-require-dev": "^8.7.0",
|
|
||||||
"webflo/drupal-core-strict": "^8.0",
|
|
||||||
"webflo/drupal-finder": "^1.0.0",
|
"webflo/drupal-finder": "^1.0.0",
|
||||||
"webmozart/path-util": "^2.3",
|
"webmozart/path-util": "^2.3"
|
||||||
"zaporylie/composer-drupal-optimizations": "^1.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
@@ -90,7 +88,13 @@
|
|||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true
|
"sort-packages": true,
|
||||||
|
"allow-plugins": {
|
||||||
|
"composer/installers": true,
|
||||||
|
"cweagans/composer-patches": true,
|
||||||
|
"drupal/core-composer-scaffold": true,
|
||||||
|
"drupal/core-project-message": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
@@ -126,17 +130,42 @@
|
|||||||
"drush/Commands/{$name}": ["type:drupal-drush"]
|
"drush/Commands/{$name}": ["type:drupal-drush"]
|
||||||
},
|
},
|
||||||
"patches": {
|
"patches": {
|
||||||
|
"drupal/login_emailusername": {
|
||||||
|
"rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch",
|
||||||
|
"Flood service is undefined https://www.drupal.org/project/login_emailusername/issues/3276966" : "https://www.drupal.org/files/issues/2024-09-30/login_emailusername_issues_3276966_%2312.patch"
|
||||||
|
},
|
||||||
|
"drupal/date_range_formatter":{
|
||||||
|
"Passing empty value to t() when same day + time for start and end date https://www.drupal.org/project/date_range_formatter/issues/3309324":"https://www.drupal.org/files/issues/2024-10-10/date_range_formatter_3309324_%2330.patch"
|
||||||
|
},
|
||||||
|
"drupal/autologout": {
|
||||||
|
"Undefined array key 'cookie_samesite' warning after upgrade to 2.02 https://www.drupal.org/project/autologout/issues/3580058":"https://git.drupalcode.org/project/autologout/-/commit/c3604cdb8e9a61aab6dcfeeb8f287b2c1f4e7811.patch"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"old-patches": {
|
||||||
"drupal/domain_site_settings": {
|
"drupal/domain_site_settings": {
|
||||||
"Circular Error or Conflict with Language_Manager" : "https://www.drupal.org/files/issues/2018-10-09/2930391-21.patch"
|
"Circular Error or Conflict with Language_Manager" : "https://www.drupal.org/files/issues/2018-10-09/2930391-21.patch"
|
||||||
},
|
},
|
||||||
"drupal/login_emailusername": {
|
"drupal/autologout": {
|
||||||
"rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch"
|
"AutologoutManager class incompatible with interface https://www.drupal.org/project/autologout/issues/3121214" : "https://www.drupal.org/files/issues/2020-03-20/3121214-autologout_manager_incompatible_interface.patch"
|
||||||
|
},
|
||||||
|
"drupal/domain": {
|
||||||
|
"Drupal 8 compatibility DROP ONCE UPDATED TO 9 !! https://www.drupal.org/project/domain/issues/3342305" : "https://www.drupal.org/files/issues/2024-03-29/d8_compatibility-3342305.patch",
|
||||||
|
"WSOD Undefined method Drupal/domain/DomainListBuilder::formBuilder https://www.drupal.org/project/domain/issues/3450485":"https://www.drupal.org/files/issues/2024-05-29/3450485-domain-form-builder.patch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
"initial": {
|
"initial": {
|
||||||
".editorconfig": "../.editorconfig",
|
".editorconfig": "../.editorconfig",
|
||||||
".gitattributes": "../.gitattributes"
|
".gitattributes": "../.gitattributes"
|
||||||
|
},
|
||||||
|
"allowed-packages": [
|
||||||
|
"drupal/core"
|
||||||
|
],
|
||||||
|
"locations": {
|
||||||
|
"web-root": "./web"
|
||||||
|
},
|
||||||
|
"file-mapping": {
|
||||||
|
"[web-root]/sites/development.services.yml": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Generated
+5371
-6511
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
|||||||
recursion_limit: 35
|
|
||||||
_core:
|
|
||||||
default_config_hash: X4YpfA5OdcR0yUAF6UsJxqmOdrviYYj45h_SAH_p4oU
|
|
||||||
langcode: fr
|
|
||||||
@@ -1,14 +1,13 @@
|
|||||||
buttons_size: 20
|
_core:
|
||||||
additional_html: "<a class=\"a2a_button_facebook\"></a>\r\n<a class=\"a2a_button_twitter\"></a>\r\n<a class=\"a2a_button_reddit\"></a>\r\n<a class=\"a2a_button_email\"></a>\r\n"
|
default_config_hash: 8aJF-FDdnrk-N2gLGWFQcLZIpuJZA0BE9NtgXTVJfVk
|
||||||
|
langcode: fr
|
||||||
|
buttons_size: 17
|
||||||
|
additional_html: "<a class=\"a2a_button_facebook\"></a>\r\n<a class=\"a2a_button_twitter\"></a>\r\n<a class=\"a2a_button_email\"></a>\r\n"
|
||||||
additional_css: '.a2a_svg { border-radius: 0 !important; }'
|
additional_css: '.a2a_svg { border-radius: 0 !important; }'
|
||||||
additional_js: "a2a_config.icon_color = \"#fff,#1A1A1A\";\r\na2a_config.templates.email = {\r\n subject: \"Encyclopédie de la parole - ${title}\",\r\n body: \"Encyclopédie de la parole\\n${link}\"\r\n};"
|
additional_js: "a2a_config.icon_color = \"#fff,#1A1A1A\";\r\na2a_config.templates.email = {\r\n subject: \"Encyclopédie de la parole - ${title}\",\r\n body: \"Encyclopédie de la parole\\n${link}\"\r\n};"
|
||||||
universal_button: none
|
universal_button: none
|
||||||
custom_universal_button: ''
|
custom_universal_button: ''
|
||||||
universal_button_placement: before
|
universal_button_placement: before
|
||||||
no_3p: false
|
|
||||||
_core:
|
|
||||||
default_config_hash: 8aJF-FDdnrk-N2gLGWFQcLZIpuJZA0BE9NtgXTVJfVk
|
|
||||||
langcode: fr
|
|
||||||
entities:
|
entities:
|
||||||
composition: 0
|
composition: 0
|
||||||
chutier: 0
|
chutier: 0
|
||||||
@@ -22,3 +21,4 @@ entities:
|
|||||||
workflow_transition: 0
|
workflow_transition: 0
|
||||||
workflow_scheduled_transition: 0
|
workflow_scheduled_transition: 0
|
||||||
menu_link_content: 0
|
menu_link_content: 0
|
||||||
|
no_3p: false
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
menu_depth: 4
|
||||||
@@ -1,16 +1,25 @@
|
|||||||
|
_core:
|
||||||
|
default_config_hash: zJS1GknUylh656CJSNXOupqKSqm6Xw200h1cq1eI970
|
||||||
|
langcode: fr
|
||||||
|
enabled: true
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
max_timeout: 172800
|
max_timeout: 172800
|
||||||
padding: 20
|
padding: 20
|
||||||
|
no_individual_logout_threshold: false
|
||||||
role_logout: false
|
role_logout: false
|
||||||
redirect_url: /
|
redirect_url: /
|
||||||
|
include_destination: true
|
||||||
no_dialog: true
|
no_dialog: true
|
||||||
message: 'Your session is about to expire. Do you want to reset it?'
|
message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?'
|
||||||
inactivity_message: 'You have been logged out due to inactivity.'
|
inactivity_message: 'You have been logged out due to inactivity.'
|
||||||
|
inactivity_message_type: status
|
||||||
|
modal_width: 450
|
||||||
enforce_admin: false
|
enforce_admin: false
|
||||||
jstimer_format: '%hours%:%mins%:%secs%'
|
jstimer_format: '%hours%:%mins%:%secs%'
|
||||||
jstimer_js_load_option: false
|
jstimer_js_load_option: false
|
||||||
use_alt_logout_method: false
|
use_alt_logout_method: false
|
||||||
use_watchdog: true
|
use_watchdog: true
|
||||||
_core:
|
dialog_title: 'Encyclopédie de la parole Alert'
|
||||||
default_config_hash: zJS1GknUylh656CJSNXOupqKSqm6Xw200h1cq1eI970
|
whitelisted_ip_addresses: ''
|
||||||
langcode: fr
|
cookie_secure: false
|
||||||
|
cookie_httponly: false
|
||||||
|
|||||||
@@ -1,3 +1,16 @@
|
|||||||
|
_core:
|
||||||
|
default_config_hash: ZV9Z7jcEXqz3IwhjCEyMDfl5AOKIFGvf5MieggpR950
|
||||||
|
favicon:
|
||||||
|
path: ''
|
||||||
|
use_default: false
|
||||||
|
features:
|
||||||
|
comment_user_picture: true
|
||||||
|
comment_user_verification: true
|
||||||
|
favicon: true
|
||||||
|
node_user_picture: false
|
||||||
|
logo:
|
||||||
|
path: ''
|
||||||
|
use_default: false
|
||||||
browser_sync:
|
browser_sync:
|
||||||
enabled: false
|
enabled: false
|
||||||
host: localhost
|
host: localhost
|
||||||
@@ -7,17 +20,3 @@ ie_enabled: false
|
|||||||
ie_enabled_versions:
|
ie_enabled_versions:
|
||||||
ie8: false
|
ie8: false
|
||||||
ie9: false
|
ie9: false
|
||||||
_core:
|
|
||||||
default_config_hash: ZV9Z7jcEXqz3IwhjCEyMDfl5AOKIFGvf5MieggpR950
|
|
||||||
langcode: fr
|
|
||||||
features:
|
|
||||||
node_user_picture: false
|
|
||||||
comment_user_picture: true
|
|
||||||
comment_user_verification: true
|
|
||||||
favicon: true
|
|
||||||
logo:
|
|
||||||
use_default: false
|
|
||||||
path: ''
|
|
||||||
favicon:
|
|
||||||
use_default: false
|
|
||||||
path: ''
|
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
position: tr
|
|
||||||
vertical: 70
|
|
||||||
horizontal: 10
|
|
||||||
fixed: 1
|
|
||||||
width: 600px
|
|
||||||
autoclose: 7
|
|
||||||
opendelay: 0.3
|
|
||||||
disable_autoclose: 1
|
|
||||||
show_countdown: 0
|
|
||||||
hover_autoclose: 1
|
|
||||||
popin:
|
|
||||||
effect: fadeIn
|
|
||||||
duration: normal
|
|
||||||
popout:
|
|
||||||
effect: fadeIn
|
|
||||||
duration: fast
|
|
||||||
jquery_ui:
|
|
||||||
draggable: 1
|
|
||||||
resizable: 1
|
|
||||||
visibility:
|
|
||||||
message_type:
|
|
||||||
id: message_type
|
|
||||||
message_types: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
better_messages: '@better_messages.context:better_messages'
|
|
||||||
'entity_bundle:node':
|
|
||||||
id: 'entity_bundle:node'
|
|
||||||
bundles: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
node: '@node.node_route_context:node'
|
|
||||||
domain:
|
|
||||||
id: domain
|
|
||||||
domains:
|
|
||||||
encyclopediedelaparole_org: encyclopediedelaparole_org
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
||||||
language:
|
|
||||||
id: language
|
|
||||||
langcodes: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
language: '@language.current_language_context:language_interface'
|
|
||||||
node_type:
|
|
||||||
id: node_type
|
|
||||||
bundles: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
node: '@node.node_route_context:node'
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: ''
|
|
||||||
negate: false
|
|
||||||
user_role:
|
|
||||||
id: user_role
|
|
||||||
roles: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
user: '@user.current_user_context:current_user'
|
|
||||||
_core:
|
|
||||||
default_config_hash: XQBA27Kvnm5zhyFSZw1jwBTFlwpas2sVJy6gncASxo0
|
|
||||||
langcode: fr
|
|
||||||
@@ -17,6 +17,6 @@ plugin: system_breadcrumb_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_breadcrumb_block
|
id: system_breadcrumb_block
|
||||||
label: Breadcrumbs
|
label: Breadcrumbs
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ plugin: system_main_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_main_block
|
id: system_main_block
|
||||||
label: 'Main page content'
|
label: 'Main page content'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
uuid: 38c2ac3c-777e-4839-9242-2de2c1557d7c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- help
|
||||||
|
theme:
|
||||||
|
- adminimal_theme
|
||||||
|
_core:
|
||||||
|
default_config_hash: PfozGAnWQRNy00G6KEnZjIu9b2lGuWg-j-GT_-Ejglc
|
||||||
|
id: adminimal_theme_help
|
||||||
|
theme: adminimal_theme
|
||||||
|
region: help
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: help_block
|
||||||
|
settings:
|
||||||
|
id: help_block
|
||||||
|
label: Help
|
||||||
|
label_display: '0'
|
||||||
|
provider: help
|
||||||
|
visibility: { }
|
||||||
@@ -15,6 +15,6 @@ plugin: local_actions_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_actions_block
|
id: local_actions_block
|
||||||
label: 'Primary admin actions'
|
label: 'Primary admin actions'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ plugin: user_login_block
|
|||||||
settings:
|
settings:
|
||||||
id: user_login_block
|
id: user_login_block
|
||||||
label: 'User login'
|
label: 'User login'
|
||||||
provider: user
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: user
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ plugin: system_messages_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_messages_block
|
id: system_messages_block
|
||||||
label: 'Status messages'
|
label: 'Status messages'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ plugin: page_title_block
|
|||||||
settings:
|
settings:
|
||||||
id: page_title_block
|
id: page_title_block
|
||||||
label: 'Page title'
|
label: 'Page title'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ plugin: local_tasks_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: 'Primary tabs'
|
label: 'Primary tabs'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: true
|
primary: true
|
||||||
secondary: false
|
secondary: false
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ plugin: local_tasks_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: 'Secondary tabs'
|
label: 'Secondary tabs'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: false
|
primary: false
|
||||||
secondary: true
|
secondary: true
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -0,0 +1,27 @@
|
|||||||
|
uuid: 13ffffee-26eb-446f-bc8b-327d06b8d2e1
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.account
|
||||||
|
module:
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- basic
|
||||||
|
_core:
|
||||||
|
default_config_hash: lp_9jG6_x-J2FD-uVf77Dhn1xr5eZ2fMqj-EM2fiRAo
|
||||||
|
id: basic_account_menu
|
||||||
|
theme: basic
|
||||||
|
region: header
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'system_menu_block:account'
|
||||||
|
settings:
|
||||||
|
id: 'system_menu_block:account'
|
||||||
|
label: 'User account menu'
|
||||||
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
|
level: 1
|
||||||
|
depth: 1
|
||||||
|
expand_all_items: false
|
||||||
|
visibility: { }
|
||||||
@@ -17,8 +17,8 @@ plugin: system_branding_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_branding_block
|
id: system_branding_block
|
||||||
label: 'Marque du site'
|
label: 'Marque du site'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
use_site_logo: true
|
use_site_logo: true
|
||||||
use_site_name: true
|
use_site_name: true
|
||||||
use_site_slogan: true
|
use_site_slogan: true
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
uuid: b47804c0-db49-4c3d-abec-3367f6225f33
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- basic
|
||||||
|
_core:
|
||||||
|
default_config_hash: n-gMzD9v7goe52UY-PU6yRgg0EJkjEW619PCo6-DTro
|
||||||
|
id: basic_breadcrumbs
|
||||||
|
theme: basic
|
||||||
|
region: content
|
||||||
|
weight: -45
|
||||||
|
provider: null
|
||||||
|
plugin: system_breadcrumb_block
|
||||||
|
settings:
|
||||||
|
id: system_breadcrumb_block
|
||||||
|
label: Breadcrumbs
|
||||||
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
|
visibility: { }
|
||||||
@@ -17,6 +17,6 @@ plugin: system_main_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_main_block
|
id: system_main_block
|
||||||
label: 'Main page content'
|
label: 'Main page content'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ plugin: 'system_menu_block:footer'
|
|||||||
settings:
|
settings:
|
||||||
id: 'system_menu_block:footer'
|
id: 'system_menu_block:footer'
|
||||||
label: 'Footer menu'
|
label: 'Footer menu'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
level: 1
|
level: 1
|
||||||
depth: 0
|
depth: 0
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ plugin: help_block
|
|||||||
settings:
|
settings:
|
||||||
id: help_block
|
id: help_block
|
||||||
label: Help
|
label: Help
|
||||||
provider: help
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: help
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ plugin: local_actions_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_actions_block
|
id: local_actions_block
|
||||||
label: 'Primary admin actions'
|
label: 'Primary admin actions'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ plugin: local_tasks_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: Tabs
|
label: Tabs
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: true
|
primary: true
|
||||||
secondary: true
|
secondary: true
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ plugin: 'system_menu_block:main'
|
|||||||
settings:
|
settings:
|
||||||
id: 'system_menu_block:main'
|
id: 'system_menu_block:main'
|
||||||
label: 'Main navigation'
|
label: 'Main navigation'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
level: 1
|
level: 1
|
||||||
depth: 1
|
depth: 1
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ plugin: system_messages_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_messages_block
|
id: system_messages_block
|
||||||
label: 'Status messages'
|
label: 'Status messages'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ plugin: page_title_block
|
|||||||
settings:
|
settings:
|
||||||
id: page_title_block
|
id: page_title_block
|
||||||
label: 'Page title'
|
label: 'Page title'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ plugin: 'system_menu_block:tools'
|
|||||||
settings:
|
settings:
|
||||||
id: 'system_menu_block:tools'
|
id: 'system_menu_block:tools'
|
||||||
label: Tools
|
label: Tools
|
||||||
provider: system
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: system
|
||||||
level: 1
|
level: 1
|
||||||
depth: 0
|
depth: 0
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
|
|||||||
@@ -17,18 +17,19 @@ plugin: block_edlp_entrees
|
|||||||
settings:
|
settings:
|
||||||
id: block_edlp_entrees
|
id: block_edlp_entrees
|
||||||
label: 'Edlp entrees block'
|
label: 'Edlp entrees block'
|
||||||
provider: edlp_corpus
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: edlp_corpus
|
||||||
visibility:
|
visibility:
|
||||||
domain:
|
|
||||||
id: domain
|
|
||||||
domains:
|
|
||||||
encyclopediedelaparole_org: encyclopediedelaparole_org
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
'entity:domain': '@domain.current_domain_context:entity:domain'
|
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: '<front>'
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping: { }
|
context_mapping: { }
|
||||||
|
pages: '<front>'
|
||||||
|
domain:
|
||||||
|
id: domain
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
expo_encyclopediedelaparole_org: expo_encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- domain
|
||||||
- edlp_search
|
- edlp_search
|
||||||
theme:
|
theme:
|
||||||
- edlptheme
|
- edlptheme
|
||||||
@@ -15,6 +16,14 @@ plugin: edlp_search_link_block
|
|||||||
settings:
|
settings:
|
||||||
id: edlp_search_link_block
|
id: edlp_search_link_block
|
||||||
label: 'Edlp search link block'
|
label: 'Edlp search link block'
|
||||||
provider: edlp_search
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
visibility: { }
|
provider: edlp_search
|
||||||
|
visibility:
|
||||||
|
domain:
|
||||||
|
id: domain
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- domain
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- edlptheme
|
- edlptheme
|
||||||
@@ -11,15 +12,23 @@ _core:
|
|||||||
id: edlptheme_branding
|
id: edlptheme_branding
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
region: header
|
region: header
|
||||||
weight: -5
|
weight: -7
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_branding_block
|
plugin: system_branding_block
|
||||||
settings:
|
settings:
|
||||||
id: system_branding_block
|
id: system_branding_block
|
||||||
label: 'Site branding'
|
label: 'Site branding'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
use_site_logo: true
|
use_site_logo: true
|
||||||
use_site_name: true
|
use_site_name: true
|
||||||
use_site_slogan: true
|
use_site_slogan: true
|
||||||
visibility: { }
|
visibility:
|
||||||
|
domain:
|
||||||
|
id: domain
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- domain
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- edlptheme
|
- edlptheme
|
||||||
@@ -11,12 +12,21 @@ _core:
|
|||||||
id: edlptheme_content
|
id: edlptheme_content
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
region: content
|
region: content
|
||||||
weight: -2
|
weight: -5
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_main_block
|
plugin: system_main_block
|
||||||
settings:
|
settings:
|
||||||
id: system_main_block
|
id: system_main_block
|
||||||
label: 'Main page content'
|
label: 'Main page content'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
visibility: { }
|
provider: system
|
||||||
|
visibility:
|
||||||
|
domain:
|
||||||
|
id: domain
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
'entity:domain': '@domain.current_domain_context:entity:domain'
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
||||||
|
|||||||
+15
-6
@@ -1,14 +1,15 @@
|
|||||||
uuid: 5fefc82d-d86a-426c-a221-87d5733a9b36
|
uuid: 2958af13-f68b-4290-b464-de898a12216c
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- system.menu.main
|
- system.menu.main
|
||||||
module:
|
module:
|
||||||
|
- domain
|
||||||
- domain_menu_access
|
- domain_menu_access
|
||||||
theme:
|
theme:
|
||||||
- edlptheme
|
- edlptheme
|
||||||
id: mainnavigation_2
|
id: edlptheme_mainnavigation
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
region: header
|
region: header
|
||||||
weight: 0
|
weight: 0
|
||||||
@@ -17,9 +18,17 @@ plugin: 'domain_access_menu_block:main'
|
|||||||
settings:
|
settings:
|
||||||
id: 'domain_access_menu_block:main'
|
id: 'domain_access_menu_block:main'
|
||||||
label: 'Main navigation'
|
label: 'Main navigation'
|
||||||
provider: domain_menu_access
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
level: '1'
|
provider: domain_menu_access
|
||||||
depth: '0'
|
level: 1
|
||||||
|
depth: 0
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
visibility: { }
|
visibility:
|
||||||
|
domain:
|
||||||
|
id: domain
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
||||||
@@ -18,17 +18,16 @@ plugin: 'system_menu_block:footer'
|
|||||||
settings:
|
settings:
|
||||||
id: 'system_menu_block:footer'
|
id: 'system_menu_block:footer'
|
||||||
label: Footer
|
label: Footer
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
level: 1
|
level: 1
|
||||||
depth: 0
|
depth: 0
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
visibility:
|
visibility:
|
||||||
domain:
|
domain:
|
||||||
id: domain
|
id: domain
|
||||||
domains:
|
|
||||||
encyclopediedelaparole_org: encyclopediedelaparole_org
|
|
||||||
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
'entity:domain': '@domain.current_domain_context:entity:domain'
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
uuid: 85586498-0023-422f-a6b2-19db835228b3
|
uuid: 85586498-0023-422f-a6b2-19db835228b3
|
||||||
langcode: en
|
langcode: en
|
||||||
status: false
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- domain
|
- domain
|
||||||
@@ -16,12 +16,13 @@ plugin: 'language_block:language_interface'
|
|||||||
settings:
|
settings:
|
||||||
id: 'language_block:language_interface'
|
id: 'language_block:language_interface'
|
||||||
label: 'Language switcher'
|
label: 'Language switcher'
|
||||||
provider: language
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: language
|
||||||
visibility:
|
visibility:
|
||||||
domain:
|
domain:
|
||||||
id: domain
|
id: domain
|
||||||
domains:
|
|
||||||
encyclopediedelaparole_org: encyclopediedelaparole_org
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping: { }
|
context_mapping:
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
uuid: c9f90b2a-6eb4-49ec-a5d0-38e824469041
|
uuid: c9f90b2a-6eb4-49ec-a5d0-38e824469041
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- domain
|
- domain
|
||||||
@@ -16,13 +16,14 @@ plugin: 'language_block:language_interface'
|
|||||||
settings:
|
settings:
|
||||||
id: 'language_block:language_interface'
|
id: 'language_block:language_interface'
|
||||||
label: 'Language switcher'
|
label: 'Language switcher'
|
||||||
provider: language
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: language
|
||||||
visibility:
|
visibility:
|
||||||
domain:
|
domain:
|
||||||
id: domain
|
id: domain
|
||||||
domains:
|
|
||||||
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
'entity:domain': '@domain.current_domain_context:entity:domain'
|
'entity:domain': '@domain.current_domain_context:entity:domain'
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -11,14 +11,14 @@ dependencies:
|
|||||||
id: mainnavigation
|
id: mainnavigation
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
region: header
|
region: header
|
||||||
weight: -3
|
weight: -4
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'system_menu_block:main'
|
plugin: 'system_menu_block:main'
|
||||||
settings:
|
settings:
|
||||||
id: 'system_menu_block:main'
|
id: 'system_menu_block:main'
|
||||||
label: 'Main navigation'
|
label: 'Main navigation'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
level: 1
|
level: 1
|
||||||
depth: 0
|
depth: 0
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ dependencies:
|
|||||||
id: messages
|
id: messages
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
region: content
|
region: content
|
||||||
weight: -4
|
weight: -7
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_messages_block
|
plugin: system_messages_block
|
||||||
settings:
|
settings:
|
||||||
id: system_messages_block
|
id: system_messages_block
|
||||||
label: Messages
|
label: Messages
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -18,21 +18,21 @@ plugin: 'system_menu_block:productions'
|
|||||||
settings:
|
settings:
|
||||||
id: 'system_menu_block:productions'
|
id: 'system_menu_block:productions'
|
||||||
label: Productions
|
label: Productions
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
level: 1
|
level: 1
|
||||||
depth: 1
|
depth: 1
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
visibility:
|
visibility:
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: '<front>'
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping: { }
|
context_mapping: { }
|
||||||
|
pages: '<front>'
|
||||||
domain:
|
domain:
|
||||||
id: domain
|
id: domain
|
||||||
domains:
|
|
||||||
encyclopediedelaparole_org: encyclopediedelaparole_org
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
'entity:domain': '@domain.current_domain_context:entity:domain'
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ plugin: 'language_block:language_interface'
|
|||||||
settings:
|
settings:
|
||||||
id: 'language_block:language_interface'
|
id: 'language_block:language_interface'
|
||||||
label: 'Sélecteur de langue'
|
label: 'Sélecteur de langue'
|
||||||
provider: language
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: language
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -10,19 +10,19 @@ dependencies:
|
|||||||
id: selecteurdelangue_2
|
id: selecteurdelangue_2
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
region: header
|
region: header
|
||||||
weight: -4
|
weight: -6
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'language_block:language_interface'
|
plugin: 'language_block:language_interface'
|
||||||
settings:
|
settings:
|
||||||
id: 'language_block:language_interface'
|
id: 'language_block:language_interface'
|
||||||
label: 'Sélecteur de langue'
|
label: 'Sélecteur de langue'
|
||||||
provider: language
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: language
|
||||||
visibility:
|
visibility:
|
||||||
domain:
|
domain:
|
||||||
id: domain
|
id: domain
|
||||||
domains:
|
|
||||||
encyclopediedelaparole_org: encyclopediedelaparole_org
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
'entity:domain': '@domain.current_domain_context:entity:domain'
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ plugin: system_branding_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_branding_block
|
id: system_branding_block
|
||||||
label: 'Site branding'
|
label: 'Site branding'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
use_site_logo: false
|
use_site_logo: false
|
||||||
use_site_name: true
|
use_site_name: true
|
||||||
use_site_slogan: false
|
use_site_slogan: false
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ plugin: 'system_menu_block:admin'
|
|||||||
settings:
|
settings:
|
||||||
id: 'system_menu_block:admin'
|
id: 'system_menu_block:admin'
|
||||||
label: Administration
|
label: Administration
|
||||||
provider: system
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: system
|
||||||
level: 1
|
level: 1
|
||||||
depth: 0
|
depth: 0
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ plugin: system_branding_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_branding_block
|
id: system_branding_block
|
||||||
label: 'Marque du site'
|
label: 'Marque du site'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
use_site_logo: true
|
use_site_logo: true
|
||||||
use_site_name: true
|
use_site_name: true
|
||||||
use_site_slogan: true
|
use_site_slogan: true
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ plugin: local_actions_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_actions_block
|
id: local_actions_block
|
||||||
label: 'Primary admin actions'
|
label: 'Primary admin actions'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ plugin: local_tasks_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: Tabs
|
label: Tabs
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: true
|
primary: true
|
||||||
secondary: true
|
secondary: true
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ plugin: user_login_block
|
|||||||
settings:
|
settings:
|
||||||
id: user_login_block
|
id: user_login_block
|
||||||
label: 'User login'
|
label: 'User login'
|
||||||
provider: user
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: user
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ plugin: system_messages_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_messages_block
|
id: system_messages_block
|
||||||
label: 'Status messages'
|
label: 'Status messages'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ plugin: page_title_block
|
|||||||
settings:
|
settings:
|
||||||
id: page_title_block
|
id: page_title_block
|
||||||
label: 'Page title'
|
label: 'Page title'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ plugin: 'system_menu_block:tools'
|
|||||||
settings:
|
settings:
|
||||||
id: 'system_menu_block:tools'
|
id: 'system_menu_block:tools'
|
||||||
label: Tools
|
label: Tools
|
||||||
provider: system
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: system
|
||||||
level: 1
|
level: 1
|
||||||
depth: 0
|
depth: 0
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- domain
|
||||||
- edlp_studio
|
- edlp_studio
|
||||||
theme:
|
theme:
|
||||||
- edlptheme
|
- edlptheme
|
||||||
@@ -15,6 +16,13 @@ plugin: edlp_studio_link_block
|
|||||||
settings:
|
settings:
|
||||||
id: edlp_studio_link_block
|
id: edlp_studio_link_block
|
||||||
label: 'Studio link block'
|
label: 'Studio link block'
|
||||||
provider: edlp_studio
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
visibility: { }
|
provider: edlp_studio
|
||||||
|
visibility:
|
||||||
|
domain:
|
||||||
|
id: domain
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- domain
|
||||||
- edlp_studio
|
- edlp_studio
|
||||||
theme:
|
theme:
|
||||||
- edlptheme
|
- edlptheme
|
||||||
@@ -15,6 +16,13 @@ plugin: studio_user_login_block
|
|||||||
settings:
|
settings:
|
||||||
id: studio_user_login_block
|
id: studio_user_login_block
|
||||||
label: 'Studio User login'
|
label: 'Studio User login'
|
||||||
provider: edlp_studio
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
visibility: { }
|
provider: edlp_studio
|
||||||
|
visibility:
|
||||||
|
domain:
|
||||||
|
id: domain
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- domain
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
theme:
|
theme:
|
||||||
@@ -10,32 +11,40 @@ dependencies:
|
|||||||
id: tabs
|
id: tabs
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
region: content
|
region: content
|
||||||
weight: -3
|
weight: -6
|
||||||
provider: null
|
provider: null
|
||||||
plugin: local_tasks_block
|
plugin: local_tasks_block
|
||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: Tabs
|
label: Tabs
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: true
|
primary: true
|
||||||
secondary: true
|
secondary: true
|
||||||
visibility:
|
visibility:
|
||||||
node_type:
|
|
||||||
id: node_type
|
|
||||||
bundles:
|
|
||||||
enregistrement: enregistrement
|
|
||||||
evenement: evenement
|
|
||||||
page: page
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
node: '@node.node_route_context:node'
|
|
||||||
user_role:
|
user_role:
|
||||||
id: user_role
|
id: user_role
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
roles:
|
roles:
|
||||||
collectionneur: collectionneur
|
collectionneur: collectionneur
|
||||||
admin: admin
|
admin: admin
|
||||||
root: root
|
root: root
|
||||||
|
domain:
|
||||||
|
id: domain
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
user: '@user.current_user_context:current_user'
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
m_encyclopediedelaparole_org: m_encyclopediedelaparole_org
|
||||||
|
'entity_bundle:node':
|
||||||
|
id: 'entity_bundle:node'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
node: '@node.node_route_context:node'
|
||||||
|
bundles:
|
||||||
|
enregistrement: enregistrement
|
||||||
|
evenement: evenement
|
||||||
|
page: page
|
||||||
|
|||||||
@@ -16,13 +16,14 @@ plugin: user_login_block
|
|||||||
settings:
|
settings:
|
||||||
id: user_login_block
|
id: user_login_block
|
||||||
label: 'User login'
|
label: 'User login'
|
||||||
provider: user
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: user
|
||||||
visibility:
|
visibility:
|
||||||
domain:
|
domain:
|
||||||
id: domain
|
id: domain
|
||||||
domains:
|
|
||||||
encyclopediedelaparole_org: encyclopediedelaparole_org
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
'entity:domain': '@domain.current_domain_context:entity:domain'
|
'entity:domain': '@domain.current_domain_context:entity:domain'
|
||||||
|
domain: '@domain.current_domain_context:domain'
|
||||||
|
domains:
|
||||||
|
encyclopediedelaparole_org: encyclopediedelaparole_org
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ plugin: user_login_block
|
|||||||
settings:
|
settings:
|
||||||
id: user_login_block
|
id: user_login_block
|
||||||
label: 'User login'
|
label: 'User login'
|
||||||
provider: user
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: user
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
_core:
|
||||||
|
default_config_hash: FDmXqAGlITLYpZe80ONLw6Y1KEMSvqcMJX1pj2dk6nw
|
||||||
|
prefixes:
|
||||||
|
- drupal
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
auto_import: { }
|
|
||||||
auto_export: { }
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: W4OGMJ9g0nIliU6O4quijGqNLQuWFixbxzi1Fytx6lk
|
default_config_hash: W4OGMJ9g0nIliU6O4quijGqNLQuWFixbxzi1Fytx6lk
|
||||||
langcode: fr
|
auto_import: { }
|
||||||
|
auto_export: { }
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
ignored_config_entities:
|
|
||||||
0: system.performance
|
|
||||||
2: devel.settings
|
|
||||||
4: piwik.settings
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
||||||
langcode: fr
|
mode: simple
|
||||||
|
ignored_config_entities:
|
||||||
|
- block.block.workflowtransitionform
|
||||||
|
- devel.settings
|
||||||
|
- piwik.settings
|
||||||
|
- system.performance
|
||||||
|
|||||||
@@ -2,10 +2,15 @@ uuid: 354d902d-8114-481a-9f54-4fbd2d93ae8b
|
|||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.account
|
||||||
|
- system.menu.footer
|
||||||
module:
|
module:
|
||||||
|
- edlp_corpus
|
||||||
|
- language
|
||||||
- system
|
- system
|
||||||
name: medium_up
|
|
||||||
label: 'medium up front'
|
label: 'medium up front'
|
||||||
|
name: medium_up
|
||||||
group: edlp
|
group: edlp
|
||||||
description: ''
|
description: ''
|
||||||
requireAllConditions: false
|
requireAllConditions: false
|
||||||
@@ -13,112 +18,122 @@ disabled: true
|
|||||||
conditions:
|
conditions:
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: '<front>'
|
negate: false
|
||||||
negate: 0
|
|
||||||
uuid: fa68d596-89b4-4756-bf9f-294699ff810f
|
uuid: fa68d596-89b4-4756-bf9f-294699ff810f
|
||||||
context_mapping: { }
|
context_mapping: { }
|
||||||
|
pages: '<front>'
|
||||||
reactions:
|
reactions:
|
||||||
blocks:
|
blocks:
|
||||||
|
id: blocks
|
||||||
|
uuid: ce33ba83-c374-43c8-9920-33ed43260984
|
||||||
blocks:
|
blocks:
|
||||||
98650dba-4540-4cc3-a5dd-77e396908859:
|
98650dba-4540-4cc3-a5dd-77e396908859:
|
||||||
|
uuid: 98650dba-4540-4cc3-a5dd-77e396908859
|
||||||
id: block_edlp_entrees
|
id: block_edlp_entrees
|
||||||
label: 'Edlp entrees block'
|
label: 'Edlp entrees block'
|
||||||
provider: edlp_corpus
|
provider: edlp_corpus
|
||||||
label_display: 0
|
label_display: '0'
|
||||||
region: footer
|
region: footer
|
||||||
weight: '1'
|
weight: '1'
|
||||||
context_mapping: { }
|
custom_id: block_edlp_entrees
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
css_class: ''
|
css_class: ''
|
||||||
unique: 0
|
unique: 0
|
||||||
context_id: medium_up
|
context_id: medium_up
|
||||||
uuid: 98650dba-4540-4cc3-a5dd-77e396908859
|
context_mapping: { }
|
||||||
cfe170e8-2d49-4a09-b117-d405ae3d5a78:
|
cfe170e8-2d49-4a09-b117-d405ae3d5a78:
|
||||||
|
uuid: cfe170e8-2d49-4a09-b117-d405ae3d5a78
|
||||||
id: 'system_menu_block:footer'
|
id: 'system_menu_block:footer'
|
||||||
label: '<none>'
|
label: '<none>'
|
||||||
provider: system
|
provider: system
|
||||||
label_display: 0
|
label_display: '0'
|
||||||
level: '1'
|
|
||||||
depth: '0'
|
|
||||||
region: footer
|
region: footer
|
||||||
weight: '-1'
|
weight: '-1'
|
||||||
context_mapping: { }
|
custom_id: system_menu_block_footer
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
css_class: ''
|
css_class: ''
|
||||||
unique: 0
|
unique: 0
|
||||||
context_id: medium_up
|
context_id: medium_up
|
||||||
uuid: cfe170e8-2d49-4a09-b117-d405ae3d5a78
|
context_mapping: { }
|
||||||
|
level: '1'
|
||||||
|
depth: '0'
|
||||||
|
expand_all_items: false
|
||||||
cae05cf7-dec2-4b9c-adb5-47cde6a4503b:
|
cae05cf7-dec2-4b9c-adb5-47cde6a4503b:
|
||||||
|
uuid: cae05cf7-dec2-4b9c-adb5-47cde6a4503b
|
||||||
id: 'language_block:language_interface'
|
id: 'language_block:language_interface'
|
||||||
label: '<none>'
|
label: '<none>'
|
||||||
provider: language
|
provider: language
|
||||||
label_display: 0
|
label_display: '0'
|
||||||
region: footer
|
region: footer
|
||||||
weight: '0'
|
weight: '0'
|
||||||
context_mapping: { }
|
custom_id: language_block_language_interface
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
css_class: ''
|
css_class: ''
|
||||||
unique: 0
|
unique: 0
|
||||||
context_id: medium_up
|
context_id: medium_up
|
||||||
uuid: cae05cf7-dec2-4b9c-adb5-47cde6a4503b
|
context_mapping: { }
|
||||||
01072618-34a5-449f-b76b-ab14b8a74004:
|
01072618-34a5-449f-b76b-ab14b8a74004:
|
||||||
|
uuid: 01072618-34a5-449f-b76b-ab14b8a74004
|
||||||
id: block_edlp_entrees
|
id: block_edlp_entrees
|
||||||
label: 'Edlp entrees block'
|
label: 'Edlp entrees block'
|
||||||
provider: edlp_corpus
|
provider: edlp_corpus
|
||||||
label_display: 0
|
label_display: '0'
|
||||||
region: footer_center
|
region: footer_center
|
||||||
weight: '0'
|
weight: '0'
|
||||||
context_mapping: { }
|
custom_id: block_edlp_entrees
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
css_class: ''
|
css_class: ''
|
||||||
unique: 0
|
unique: 0
|
||||||
context_id: medium_up
|
context_id: medium_up
|
||||||
uuid: 01072618-34a5-449f-b76b-ab14b8a74004
|
context_mapping: { }
|
||||||
692cdf8a-2c34-4d0b-8697-c397c9273f16:
|
692cdf8a-2c34-4d0b-8697-c397c9273f16:
|
||||||
|
uuid: 692cdf8a-2c34-4d0b-8697-c397c9273f16
|
||||||
id: 'language_block:language_interface'
|
id: 'language_block:language_interface'
|
||||||
label: 'Sélecteur de langue'
|
label: 'Sélecteur de langue'
|
||||||
provider: language
|
provider: language
|
||||||
label_display: 0
|
label_display: '0'
|
||||||
region: footer_left
|
region: footer_left
|
||||||
weight: '0'
|
weight: '0'
|
||||||
context_mapping: { }
|
custom_id: language_block_language_interface
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
css_class: ''
|
css_class: ''
|
||||||
unique: 0
|
unique: 0
|
||||||
context_id: medium_up
|
context_id: medium_up
|
||||||
uuid: 692cdf8a-2c34-4d0b-8697-c397c9273f16
|
context_mapping: { }
|
||||||
710ee3c4-d27d-413a-95b8-7fcf9b676375:
|
710ee3c4-d27d-413a-95b8-7fcf9b676375:
|
||||||
|
uuid: 710ee3c4-d27d-413a-95b8-7fcf9b676375
|
||||||
id: 'system_menu_block:footer'
|
id: 'system_menu_block:footer'
|
||||||
label: 'Pied de page'
|
label: 'Pied de page'
|
||||||
provider: system
|
provider: system
|
||||||
label_display: 0
|
label_display: '0'
|
||||||
level: '1'
|
|
||||||
depth: '0'
|
|
||||||
region: footer_left
|
region: footer_left
|
||||||
weight: '0'
|
weight: '0'
|
||||||
context_mapping: { }
|
custom_id: system_menu_block_footer
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
css_class: ''
|
css_class: ''
|
||||||
unique: 0
|
unique: 0
|
||||||
context_id: medium_up
|
context_id: medium_up
|
||||||
uuid: 710ee3c4-d27d-413a-95b8-7fcf9b676375
|
context_mapping: { }
|
||||||
|
level: '1'
|
||||||
|
depth: '0'
|
||||||
|
expand_all_items: false
|
||||||
3e7201af-e4f9-491c-8573-aeb5287c726a:
|
3e7201af-e4f9-491c-8573-aeb5287c726a:
|
||||||
|
uuid: 3e7201af-e4f9-491c-8573-aeb5287c726a
|
||||||
id: 'system_menu_block:account'
|
id: 'system_menu_block:account'
|
||||||
label: 'User account menu'
|
label: 'User account menu'
|
||||||
provider: system
|
provider: system
|
||||||
label_display: 0
|
label_display: '0'
|
||||||
level: '1'
|
|
||||||
depth: '0'
|
|
||||||
region: footer_right
|
region: footer_right
|
||||||
weight: '0'
|
weight: '0'
|
||||||
context_mapping: { }
|
custom_id: system_menu_block_account
|
||||||
theme: edlptheme
|
theme: edlptheme
|
||||||
css_class: ''
|
css_class: ''
|
||||||
unique: 0
|
unique: 0
|
||||||
context_id: medium_up
|
context_id: medium_up
|
||||||
uuid: 3e7201af-e4f9-491c-8573-aeb5287c726a
|
context_mapping: { }
|
||||||
id: blocks
|
level: '1'
|
||||||
saved: false
|
depth: '0'
|
||||||
uuid: ce33ba83-c374-43c8-9920-33ed43260984
|
expand_all_items: false
|
||||||
include_default_blocks: 1
|
include_default_blocks: 1
|
||||||
|
saved: false
|
||||||
weight: 0
|
weight: 0
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ field_name: description
|
|||||||
entity_type: menu_link_content
|
entity_type: menu_link_content
|
||||||
bundle: menu_link_content
|
bundle: menu_link_content
|
||||||
label: Description
|
label: Description
|
||||||
description: 'S''affiche au survol du lien du menu.'
|
description: "S'affiche au survol du lien du menu."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ field_name: created
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: autre_son
|
bundle: autre_son
|
||||||
label: 'Écrit le'
|
label: 'Écrit le'
|
||||||
description: 'L''heure à laquelle le nœud a été créé.'
|
description: "L'heure à laquelle le nœud a été créé."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
uuid: 23333b93-fe20-4535-8093-407d3612e152
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.autre_son
|
||||||
|
id: node.autre_son.metatag
|
||||||
|
field_name: metatag
|
||||||
|
entity_type: node
|
||||||
|
bundle: autre_son
|
||||||
|
label: 'Balises meta (Meta tags)'
|
||||||
|
description: "Les balises méta de l'entité."
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: map
|
||||||
@@ -10,7 +10,7 @@ id: node.autre_son.path
|
|||||||
field_name: path
|
field_name: path
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: autre_son
|
bundle: autre_son
|
||||||
label: 'Alias d''URL'
|
label: "Alias d'URL"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ id: node.autre_son.promote
|
|||||||
field_name: promote
|
field_name: promote
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: autre_son
|
bundle: autre_son
|
||||||
label: 'Promu en page d''accueil'
|
label: "Promu en page d'accueil"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ field_name: uid
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: autre_son
|
bundle: autre_son
|
||||||
label: 'Écrit par'
|
label: 'Écrit par'
|
||||||
description: 'Le nom d''utilisateur de l''auteur du contenu.'
|
description: "Le nom d'utilisateur de l'auteur du contenu."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner'
|
||||||
settings:
|
settings:
|
||||||
handler: default
|
handler: default
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ field_name: created
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: enregistrement
|
bundle: enregistrement
|
||||||
label: 'Écrit le'
|
label: 'Écrit le'
|
||||||
description: 'L''heure à laquelle le nœud a été créé.'
|
description: "L'heure à laquelle le nœud a été créé."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ id: node.enregistrement.path
|
|||||||
field_name: path
|
field_name: path
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: enregistrement
|
bundle: enregistrement
|
||||||
label: 'Alias d''URL'
|
label: "Alias d'URL"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ id: node.enregistrement.promote
|
|||||||
field_name: promote
|
field_name: promote
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: enregistrement
|
bundle: enregistrement
|
||||||
label: 'Promu en page d''accueil'
|
label: "Promu en page d'accueil"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ field_name: uid
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: enregistrement
|
bundle: enregistrement
|
||||||
label: 'Écrit par'
|
label: 'Écrit par'
|
||||||
description: 'Le nom d''utilisateur de l''auteur du contenu.'
|
description: "Le nom d'utilisateur de l'auteur du contenu."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner'
|
||||||
settings:
|
settings:
|
||||||
handler: default
|
handler: default
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ field_name: created
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: evenement
|
bundle: evenement
|
||||||
label: 'Écrit le'
|
label: 'Écrit le'
|
||||||
description: 'L''heure à laquelle le nœud a été créé.'
|
description: "L'heure à laquelle le nœud a été créé."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ id: node.evenement.path
|
|||||||
field_name: path
|
field_name: path
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: evenement
|
bundle: evenement
|
||||||
label: 'Alias d''URL'
|
label: "Alias d'URL"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ id: node.evenement.promote
|
|||||||
field_name: promote
|
field_name: promote
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: evenement
|
bundle: evenement
|
||||||
label: 'Promu en page d''accueil'
|
label: "Promu en page d'accueil"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ field_name: uid
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: evenement
|
bundle: evenement
|
||||||
label: 'Écrit par'
|
label: 'Écrit par'
|
||||||
description: 'Le nom d''utilisateur de l''auteur du contenu.'
|
description: "Le nom d'utilisateur de l'auteur du contenu."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner'
|
||||||
settings:
|
settings:
|
||||||
handler: default
|
handler: default
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ field_name: created
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: fil
|
bundle: fil
|
||||||
label: 'Écrit le'
|
label: 'Écrit le'
|
||||||
description: 'L''heure à laquelle le nœud a été créé.'
|
description: "L'heure à laquelle le nœud a été créé."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
uuid: 64a42667-93ae-46d3-8073-31dfe8fc268d
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.fil
|
||||||
|
id: node.fil.metatag
|
||||||
|
field_name: metatag
|
||||||
|
entity_type: node
|
||||||
|
bundle: fil
|
||||||
|
label: 'Balises meta (Meta tags)'
|
||||||
|
description: "Les balises méta de l'entité."
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: map
|
||||||
@@ -10,7 +10,7 @@ id: node.fil.path
|
|||||||
field_name: path
|
field_name: path
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: fil
|
bundle: fil
|
||||||
label: 'Alias d''URL'
|
label: "Alias d'URL"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ id: node.fil.promote
|
|||||||
field_name: promote
|
field_name: promote
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: fil
|
bundle: fil
|
||||||
label: 'Promu en page d''accueil'
|
label: "Promu en page d'accueil"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ field_name: uid
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: fil
|
bundle: fil
|
||||||
label: 'Écrit par'
|
label: 'Écrit par'
|
||||||
description: 'Le nom d''utilisateur de l''auteur du contenu.'
|
description: "Le nom d'utilisateur de l'auteur du contenu."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner'
|
||||||
settings:
|
settings:
|
||||||
handler: default
|
handler: default
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ field_name: created
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: page
|
bundle: page
|
||||||
label: 'Écrit le'
|
label: 'Écrit le'
|
||||||
description: 'L''heure à laquelle le nœud a été créé.'
|
description: "L'heure à laquelle le nœud a été créé."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ id: node.page.path
|
|||||||
field_name: path
|
field_name: path
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: page
|
bundle: page
|
||||||
label: 'Alias d''URL'
|
label: "Alias d'URL"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ id: node.page.promote
|
|||||||
field_name: promote
|
field_name: promote
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: page
|
bundle: page
|
||||||
label: 'Promu en page d''accueil'
|
label: "Promu en page d'accueil"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ field_name: uid
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: page
|
bundle: page
|
||||||
label: 'Écrit par'
|
label: 'Écrit par'
|
||||||
description: 'Le nom d''utilisateur de l''auteur du contenu.'
|
description: "Le nom d'utilisateur de l'auteur du contenu."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner'
|
||||||
settings:
|
settings:
|
||||||
handler: default
|
handler: default
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ field_name: created
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: static
|
bundle: static
|
||||||
label: 'Écrit le'
|
label: 'Écrit le'
|
||||||
description: 'L''heure à laquelle le nœud a été créé.'
|
description: "L'heure à laquelle le nœud a été créé."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ id: node.static.path
|
|||||||
field_name: path
|
field_name: path
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: static
|
bundle: static
|
||||||
label: 'Alias d''URL'
|
label: "Alias d'URL"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ id: node.static.promote
|
|||||||
field_name: promote
|
field_name: promote
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: static
|
bundle: static
|
||||||
label: 'Promu en page d''accueil'
|
label: "Promu en page d'accueil"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ field_name: uid
|
|||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: static
|
bundle: static
|
||||||
label: 'Écrit par'
|
label: 'Écrit par'
|
||||||
description: 'Le nom d''utilisateur de l''auteur du contenu.'
|
description: "Le nom d'utilisateur de l'auteur du contenu."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner'
|
||||||
settings:
|
settings:
|
||||||
handler: default
|
handler: default
|
||||||
handler_settings: { }
|
handler_settings: { }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ field_name: changed
|
|||||||
entity_type: taxonomy_term
|
entity_type: taxonomy_term
|
||||||
bundle: collectionneurs
|
bundle: collectionneurs
|
||||||
label: Modifié
|
label: Modifié
|
||||||
description: 'L''heure à laquelle le terme a été édité pour la dernière fois.'
|
description: "L'heure à laquelle le terme a été édité pour la dernière fois."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
uuid: 3bb6db8a-73f5-407f-aef4-43fc843c3e8c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- taxonomy.vocabulary.collectionneurs
|
||||||
|
id: taxonomy_term.collectionneurs.metatag
|
||||||
|
field_name: metatag
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
bundle: collectionneurs
|
||||||
|
label: 'Balises meta (Meta tags)'
|
||||||
|
description: "Les balises méta de l'entité."
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: map
|
||||||
@@ -10,7 +10,7 @@ id: taxonomy_term.collectionneurs.path
|
|||||||
field_name: path
|
field_name: path
|
||||||
entity_type: taxonomy_term
|
entity_type: taxonomy_term
|
||||||
bundle: collectionneurs
|
bundle: collectionneurs
|
||||||
label: 'Alias d''URL'
|
label: "Alias d'URL"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
uuid: 1acdc4cd-f2d6-4ef2-99f0-f84be47419c9
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- taxonomy.vocabulary.collectionneurs
|
||||||
|
id: taxonomy_term.collectionneurs.status
|
||||||
|
field_name: status
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
bundle: collectionneurs
|
||||||
|
label: Published
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 1
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: Activé
|
||||||
|
off_label: Désactivé
|
||||||
|
field_type: boolean
|
||||||
@@ -9,7 +9,7 @@ field_name: changed
|
|||||||
entity_type: taxonomy_term
|
entity_type: taxonomy_term
|
||||||
bundle: entrees
|
bundle: entrees
|
||||||
label: Modifié
|
label: Modifié
|
||||||
description: 'L''heure à laquelle le terme a été édité pour la dernière fois.'
|
description: "L'heure à laquelle le terme a été édité pour la dernière fois."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ id: taxonomy_term.entrees.path
|
|||||||
field_name: path
|
field_name: path
|
||||||
entity_type: taxonomy_term
|
entity_type: taxonomy_term
|
||||||
bundle: entrees
|
bundle: entrees
|
||||||
label: 'Alias d''URL'
|
label: "Alias d'URL"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ field_name: changed
|
|||||||
entity_type: taxonomy_term
|
entity_type: taxonomy_term
|
||||||
bundle: genres
|
bundle: genres
|
||||||
label: Modifié
|
label: Modifié
|
||||||
description: 'L''heure à laquelle le terme a été édité pour la dernière fois.'
|
description: "L'heure à laquelle le terme a été édité pour la dernière fois."
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user