added basic template to position main elements in the page

This commit is contained in:
F4ilji
2025-04-10 15:01:13 +05:00
parent 88e729aa87
commit c27c1c36c1
23 changed files with 1257 additions and 1136 deletions
@@ -14,7 +14,7 @@ class HeadingBlock implements BlockSchema
TextInput::make('id')
->hidden()
->integer()
->default(rand(2335235, 324634264263426)),
->default('anchor-link-' . base64_encode(rand(2335235, 324634264263426))),
TextInput::make('content')
->label('Текст заголовка')
->placeholder('Введите текст заголовка')