Settings
Last updated
Last updated
Adminetic setting module provides full dynamic setting value feature. Setting can be created, edited and delete on demand
String
Checkbox
Image
Number
Multiple
Tags
Text
Rich Text
Select
Switch
Leave setting customization empty if you want default configuration to be applied
Can be used to hold string value (255)
class: class of input[type='text'] input filed
id: id of input[type='text'] input filed
value: default value of input[type='text'] input filed
placeholder: placeholder text of input[type='text'] input filed
Can be used to holder integer value
class: class of input[type='number'] input filed
id: id of input[type='number'] input filed
value: default value of input[type='number'] input filed
placeholder: placeholder text of input[type='number'] input filed
max: max value
min: min value
Can be used to hold text value
class: textarea class
id: textarea id
value: textarea default value
Can be used to hold boolean value
class: class of switch
id: id of switch
placeholder: placeholder of switch if not provided name of setting is used
Can be used to holder integer value
class: class of checkbox
id: id of checkbox
checked: default checked option
options: checkbox option(contains json of available option where index is value and value is name of the option)
Can be used to hold integer value.
class: class of select
id: id of select
default: Default selected value
Options: Select options where index is select value and value is select value display name
Can be used to hold json value
class: class of multiple select
id: id of multiple select
Options: Select options where index is select value and value is select value display name
Can be used to hold json value
class: class applied to select tag input
id: id applied to select tag input
Can be used to hold image path
class: class of img filed
id: id of img filed
fit:: consist width and height of image
quality: Quality of image in percentage