Added the ability to upload pictures in the editor.

This commit is contained in:
2024-07-26 22:04:39 +05:00
parent 4d36821ecc
commit b33362a235
34 changed files with 2007 additions and 40 deletions

View File

@@ -307,5 +307,6 @@ return [
'content.*.title' => 'заголовок',
'content.*.content' => 'контент',
'category_id' => 'категория',
'content_images' => 'изображения контента',
],
];