Releases: medienbaecker/kirby-change-uuid
Releases · medienbaecker/kirby-change-uuid
Release list
1.2.1
1.2.0
I noticed that Kirby's wildcard permissions ("*": false or pages: false) only cover registered core actions, so plugin-added permissions like changeUuid can silently slip through. Because of this, I changed the default to false, matching changeTemplate. The README documents how to enable it per user role, per blueprint, or globally.
1.1.0
Permissions!
# Disable per blueprint
options:
changeUuid: false
# Disable per user role
permissions:
pages:
changeUuid: false// Disable globally
'medienbaecker.change-uuid.defaultPermission' => falseFull Changelog: 1.0.0...1.1.0