mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Scripts (#233)
This commit is contained in:
10
resources/views/scripts/partials/fields/content.blade.php
Normal file
10
resources/views/scripts/partials/fields/content.blade.php
Normal file
@ -0,0 +1,10 @@
|
||||
<x-input-label for="content" :value="__('Content')" />
|
||||
<x-textarea id="content" name="content" class="mt-1 min-h-[400px] w-full">
|
||||
{{ $value }}
|
||||
</x-textarea>
|
||||
@error("content")
|
||||
<x-input-error class="mt-2" :messages="$message" />
|
||||
@enderror
|
||||
|
||||
<x-input-help>You can use variables like ${VARIABLE_NAME} in the script</x-input-help>
|
||||
<x-input-help>The variables will be asked when executing the script</x-input-help>
|
Reference in New Issue
Block a user