Skip to content

Commit c246f03

Browse files
authored
refactor(flyntWYSIWYG): removed "full" toolbar option, replaced it with "default" (#4)
1 parent 212b9e9 commit c246f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"\t'name' => '$2',",
7474
"\t'type' => 'wysiwyg',",
7575
"\t'tabs' => '${3|visual\\,text,visual,text|}',",
76-
"\t'toolbar' => '${4|full,basic|}',",
76+
"\t'toolbar' => '${4|default,basic|}',",
7777
"\t'media_upload' => ${5|0,1|},",
7878
"\t'delay' => ${6|1,0|}",
7979
"],"

0 commit comments

Comments
 (0)