Sebastian Eberlein
Sebastian Eberlein
## Description Example: A text block has an inline link to a page. If the linked page is deleted and the uuid does not exist anymore, the following error is...
## Description The email dialog shows "Link text" as label for the title field, because the translation key is `link.text`. https://github.com/getkirby/kirby/blob/main/panel/src/components/Dialogs/EmailDialog.vue#L27 **Expected behavior** The link dialog uses `title` as key,...
## Description According to the [documentation](https://getkirby.com/docs/guide/users/permissions#role-based-permissions-in-user-blueprints), I can disable creating and deleting new languages: ```yml # site/blueprints/users/editor.yml title: Editor permissions: languages: create: false delete: false ``` But this does not...