mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 06:56:53 +01: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>
 |