From fc2edaac1d4a0b3a3102c75522a1c11f1cb7605c Mon Sep 17 00:00:00 2001 From: Steffen Bewersdorff Date: Thu, 18 Jul 2019 19:39:47 +0200 Subject: [PATCH] refactor(flyntWYSIWYG): removed "full" toolbar option, replaced it with "default" --- snippets/php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/php.json b/snippets/php.json index 7e69658..5ef5f62 100644 --- a/snippets/php.json +++ b/snippets/php.json @@ -73,7 +73,7 @@ "\t'name' => '$2',", "\t'type' => 'wysiwyg',", "\t'tabs' => '${3|visual\\,text,visual,text|}',", - "\t'toolbar' => '${4|full,basic|}',", + "\t'toolbar' => '${4|default,basic|}',", "\t'media_upload' => ${5|0,1|},", "\t'delay' => ${6|1,0|}", "],"