Install
Works with Drupal: ^9 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
8.23 KB
MD5: 15a00e9dbfdb823f799b1d158ea64833
SHA-1: 7ccf359714909c09d35cd5324044df0081f2efb7
SHA-256: 52c1543bf07ec7b528b194bdfc87db40e2386e527855c60309566b6660b02d36
Download zip
9.04 KB
MD5: e90663a8e0d3d44d30a45d0dde2ab706
SHA-1: 63c59c95110813b7ea4e03de197d7cbae53523e6
SHA-256: c9b7b0b02f8006575e240f59047a44f318787b471f7da2b34c339232510203bc
Release notes
Breaking change
You now have to explicitly allow some states to be exposed as tokens:
$settings['state_token_allowed_patterns'] = [
'foo.*',
];
Contributors (1)
Changelog
Changes since 1.0.0-beta3 (compare):
Misc
- Add .gitlab-ci.yml
- Only expose allowed states