This commit is contained in:
f4ilji
2024-12-24 16:20:50 +05:00
parent 5535bd6eb9
commit 5d66a2cc5a
15 changed files with 692 additions and 102 deletions
+3 -14
View File
@@ -70,21 +70,10 @@ class EventResource extends Resource
]),
Builder\Block::make('paragraph')
->schema([
RichEditor::make('content')
->toolbarButtons([
'blockquote',
'bold',
'bulletList',
'italic',
'link',
'orderedList',
'redo',
'strike',
'underline',
'undo',
])
TinyEditor::make('content')
->label('')
->required()
->profile('test')
->required(),
])->label('Текст'),
Builder\Block::make('image')
->schema([