Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
11
web/core/modules/rest/config/install/rest.settings.yml
Normal file
11
web/core/modules/rest/config/install/rest.settings.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Set the domain for REST type and relation links.
|
||||
# If left blank, the site's domain will be used.
|
||||
link_domain: ~
|
||||
|
||||
# Before Drupal 8.2, EntityResource used permissions as well as the entity
|
||||
# access system for access checking. This was confusing, and it only did this
|
||||
# for historical reasons. New Drupal installations opt out from this by default
|
||||
# (hence this is set to false), existing installations opt in to it.
|
||||
# @see rest_update_8203()
|
||||
# @see https://www.drupal.org/node/2664780
|
||||
bc_entity_resource_permissions: false
|
Reference in a new issue