- Issue created by @mayur-sose
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
This is functionality offered by the
xb_dev_standard
module — aka it's developer-only, it's not part of XB itself.See
\Drupal\xb_dev_standard\Hook\XbDevStandardHooks::toolbar()
.That being said …
experience_builder.experience_builder: path: '/xb/{entity_type}/{entity}' defaults: _controller: 'Drupal\experience_builder\Controller\ExperienceBuilderController' _title: 'Experience Builder' entity: NULL requirements: _permission: 'access administration pages' options: parameters: entity: type: entity:{entity_type}
also relies on the
access administration pages
permission, and that will need to change prior to release too, as part of 📌 SdcController cleanup tasks Active .That is not a bug though, but a known task, being fixed in 📌 [PP-1] Update `experience_builder.(experience_builder|api.layout.get) routes` to respect content entity update/field edit access of edited XB field Active + 📌 [PP-1] Add entity access checks to routes that deal with entities Postponed .