EpicKau
02/11/2023, 9:52 PMEpicKau
02/12/2023, 2:28 PMifox
02/12/2023, 2:42 PMEpicKau
02/12/2023, 3:05 PMEpicKau
02/12/2023, 3:09 PMifox
02/12/2023, 3:23 PMEpicKau
02/12/2023, 7:38 PMpublic function getForm(): Form
{
return Form::make([
Columns::make()
->left([
Input::make()->name('title')
])
->right([
Wysiwyg::make()->name('text')
]),
Input::make()->name('test')
]);
}
public function getForm(): Form
{
return Form::make([
Input::make()->name('title'),
Wysiwyg::make()->name('text')
]);
}
database:
"blocks": [
{
"blocks": [],
"browsers": [],
"content": {
"text": "<p>text</p>",
"title": "title"
},
"editor_name": "default",
"id": 1676230583471,
"is_repeater": false,
"medias": [],
"type": "a17-block-app-test"
},
{
"blocks": [],
"browsers": [],
"content": {
"test": "test"
},
"editor_name": "default",
"id": 1676230585590,
"is_repeater": false,
"medias": [],
"type": "a17-block-app-column"
}
],
EpicKau
02/12/2023, 7:38 PMEpicKau
02/13/2023, 7:20 PMEpicKau
02/13/2023, 7:20 PMjefsev
02/13/2023, 7:27 PMifox
02/13/2023, 7:42 PMjefsev
02/13/2023, 7:42 PMjefsev
02/13/2023, 7:42 PMifox
02/13/2023, 7:42 PMifox
02/13/2023, 7:42 PMjefsev
02/13/2023, 7:45 PMifox
02/13/2023, 7:53 PMEpicKau
02/13/2023, 7:56 PM<input data-v-9edd5ab6="" data-v-0d108f70="" type="text" placeholder="" name="blocks[5][test]" id="blocks[5][test]-1676318057641" autocomplete="on">
fields in columns: <input data-v-9edd5ab6="" data-v-0d108f70="" type="text" placeholder="" name="title" id="title-1676318060913" autocomplete="on">
there is no "block[]" indexifox
02/13/2023, 8:04 PMifox
02/13/2023, 8:05 PMEpicKau
02/13/2023, 8:05 PMjefsev
02/13/2023, 8:18 PMEpicKau
02/13/2023, 8:29 PMBA7YA
02/14/2023, 12:47 PMjefsev
02/14/2023, 4:59 PMTrait method Laravel\Scout\Searchable::usesSoftDelete has not been applied as App\Models\Page::usesSoftDelete, because of collision with A17\Twill\Models\Behaviors\HasNesting::usesSoftDelete
jefsev
02/14/2023, 5:53 PMifox
02/14/2023, 6:02 PMifox
02/14/2023, 6:02 PMifox
02/14/2023, 6:04 PM