mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00

* add separate button for "save & close" * make language selection for editor work * fix download url * add info banner for .pelicanignore files * small cleanup * fix import * Move File Lang * add `ctrl+shift+s` for save & close * fix keybind * cleanup and fix default value for edit * remove unnecessary File::get & trait * More EditorLanguages not matching their names * mdx has its own highlighter --------- Co-authored-by: notCharles <charles@pelican.dev> Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
10 lines
300 B
PHP
10 lines
300 B
PHP
<x-filament-panels::page class="fi-resource-edit-file-page">
|
|
<x-filament-panels::form
|
|
id="form"
|
|
:wire:key="$this->getId() . '.forms.' . $this->getFormStatePath()"
|
|
wire:submit="save"
|
|
>
|
|
{{ $this->form }}
|
|
</x-filament-panels::form>
|
|
</x-filament-panels::page>
|