filter ok
This commit is contained in:
16
user/config/plugins/email.yaml
Normal file
16
user/config/plugins/email.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
enabled: true
|
||||
from: kevin@figureslibres.io
|
||||
from_name: kevin
|
||||
to: kvntssr@gmail.com
|
||||
mailer:
|
||||
engine: smtp
|
||||
smtp:
|
||||
server: smtp.mailtrap.io
|
||||
port: 2525
|
||||
encryption: none
|
||||
user: 5d9e29d57426c3
|
||||
password: a207c1682777ef
|
||||
sendmail:
|
||||
bin: '/usr/sbin/sendmail -bs'
|
||||
content_type: text/html
|
||||
debug: false
|
15
user/config/plugins/form.yaml
Normal file
15
user/config/plugins/form.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
enabled: true
|
||||
built_in_css: true
|
||||
inline_css: true
|
||||
refresh_prevention: false
|
||||
client_side_validation: true
|
||||
inline_errors: false
|
||||
files:
|
||||
multiple: false # To allow multiple files, default is single
|
||||
limit: 10 # Number of allowed files per field (multiple required)
|
||||
destination: 'self@' # Where to upload the files (path and self@, page@, theme@)
|
||||
avoid_overwriting: false # Prevent files with the same name to be overridden. Date prefix will be added
|
||||
random_name: false # Generate a random 15 long string name for the uploaded files
|
||||
filesize: 0 # Maximum file size allowed (in MB)
|
||||
accept: # List of mime/types or file extensions allowed (ie, image/*,.zip,.mp4)
|
||||
- image/*
|
Reference in New Issue
Block a user