I have a blueprint for the user “Editor” where I disable the creation of a new language but still get the “Add a new language” button. Other settings in the same blueprint seam to work. Thanks for any help! <3
/site/blueprints/users/editor.yml
title: Editor
permissions:
access:
languages: true
languages:
create: false
delete: false