Working state
This commit is contained in:
@@ -128,9 +128,19 @@
|
||||
plugins: {
|
||||
upload: {
|
||||
serverPath: '/admin/media/upload',
|
||||
fileFieldName: 'file',
|
||||
urlPropertyName: 'url',
|
||||
statusPropertyName: 'success'
|
||||
fileFieldName: 'image',
|
||||
urlPropertyName: 'file',
|
||||
statusPropertyName: 'success',
|
||||
data: [
|
||||
{
|
||||
name: '{{ csrf.keys.name|e('js') }}',
|
||||
value: '{{ csrf.name|e('js') }}'
|
||||
},
|
||||
{
|
||||
name: '{{ csrf.keys.value|e('js') }}',
|
||||
value: '{{ csrf.value|e('js') }}'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user