24C Felix
06/21/2022, 1:33 PMHarings Rob
06/21/2022, 1:36 PMHarings Rob
06/21/2022, 1:36 PMphp artisan twill:update
during ci to copy the core assets to the public folder.24C Felix
06/21/2022, 1:37 PM24C Felix
06/21/2022, 1:47 PMkalle
06/21/2022, 2:07 PMGvido Blue Fox
06/21/2022, 2:10 PMGvido Blue Fox
06/21/2022, 2:10 PMkalle
06/21/2022, 2:16 PMGvido Blue Fox
06/21/2022, 2:17 PMifox
06/21/2022, 2:23 PMinput
and blur
eventsGvido Blue Fox
06/21/2022, 2:31 PMGvido Blue Fox
06/21/2022, 2:48 PMamargoCactus
06/21/2022, 10:51 PMkalle
06/21/2022, 10:54 PM.svg
is enabled by default, so you should be able to upload it.
'allowed_extensions' => ['svg', 'jpg', 'gif', 'png', 'jpeg'],
https://twill.io/docs/getting-started/configuration.html#media-libraryuser
06/22/2022, 6:43 AMGvido Blue Fox
06/22/2022, 8:02 AMkalle
06/22/2022, 8:39 AMMouse83
06/22/2022, 11:28 AMMouse83
06/22/2022, 11:29 AMMouse83
06/22/2022, 11:31 AMifox
06/22/2022, 1:12 PMblock_editor
field is not meant to be used inside of a repeater
field. you can however use a repeater
field inside a block of your block_editor
field.Mouse83
06/22/2022, 1:44 PMdedli
06/22/2022, 1:48 PM'type' => 'tiptap'
'toolbarOptions' => [ "table"]
.
Can you tell me please how can I find out all toolbarOptions that I have for this text editor?
I visit this site https://tiptap.dev/examples/tables but I can not understand.
Thanksdedli
06/22/2022, 2:34 PM['header' => [2, 3, 4, 5, 6, false]],
'bold',
'italic',
'underline',
'strike'
"blockquote",
"code-block",
['list' => 'ordered'],
['list' => 'bullet']
this not workin:
["script" => "super"],
["script" => "sub"],
['indent' => '-1'],
['indent' => '+1'],
["align" => []],
["direction" => "rtl"],
'link',
"clean",
kalle
06/22/2022, 2:48 PMtiptap-extensions
npm package.
From Twill component you can see all options supported, which you pass in props.
https://github.com/area17/twill/blob/2.x/frontend/js/components/WysiwygTiptap.vue#L20-L122dedli
06/22/2022, 4:17 PMifox
06/22/2022, 4:51 PMifox
06/22/2022, 4:52 PM