image plugin - how to implement image_list & image_advtab
Closed this issue · 1 comments
Teddyluke commented
is it possible to implements those 2 parameters to the editor?
amidesfahani commented
TinyEditor::make('content')->required() ->imageList([ ['title' => 'Cat', 'value' => 'cat.png'], ['title' => 'Dogs', 'menu' => [ ['title' => 'Alaskan Husky', 'value' => 'husky.jpg'], ['title' => 'Dingo', 'value' => 'dingo.png'], ['title' => 'Swedish Lapphund', 'value' => 'swedish_lapphund.gif'] ]] ]) ->options([ 'showMenuBar' => true, 'direction' => 'ltr', 'darkMode' => false, 'image_advtab' => true, ])
update to latest version