7 lines
		
	
	
		
			231 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			231 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<form wire:submit="uploadConfig" class="flex flex-col gap-2 w-full">
 | 
						|
    <x-forms.textarea  id="config" monacoEditorLanguage="json" useMonacoEditor />
 | 
						|
    <x-forms.button type="submit">
 | 
						|
        Upload
 | 
						|
    </x-forms.button>
 | 
						|
</form>
 |