Merge branch 'develop'

This commit is contained in:
Simon Vieille 2024-05-26 21:13:36 +02:00
commit 26e422619b
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,6 @@ class EditorBlock extends BuilderBlock
{
public function configure()
{
$this->setCategory('Editor');
$this->setCategory('Editors');
}
}

View file

@ -233,3 +233,5 @@
"Insert line breaks": "Ajouter les retours chariot"
'Allow HTML': "Autoriser l'HTML"
"Custom class": "Classe personnalisée"
"Editors": "Éditeurs"
"All": "Tous"