annotate core/modules/rest/config/install/rest.settings.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Before Drupal 8.2, EntityResource used permissions as well as the entity
Chris@0 2 # access system for access checking. This was confusing, and it only did this
Chris@0 3 # for historical reasons. New Drupal installations opt out from this by default
Chris@0 4 # (hence this is set to false), existing installations opt in to it.
Chris@0 5 # @see rest_update_8203()
Chris@0 6 # @see https://www.drupal.org/node/2664780
Chris@0 7 bc_entity_resource_permissions: false