Settings

Adminetic setting module provides full dynamic setting value feature. Setting can be created, edited and delete on demand

Setting Components

  • String

  • Checkbox

  • Image

  • Number

  • Multiple

  • Tags

  • Text

  • Rich Text

  • Select

  • Switch

Leave setting customization empty if you want default configuration to be applied

String Setting

String Setting

Can be used to hold string value (255)

Customization

  • 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

Integer Setting

Integer Setting

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

Text and Rich Text Setting

Text Setting

Can be used to hold text value

  • class: textarea class

  • id: textarea id

  • value: textarea default value

Switch Setting

Switch Setting

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

Checkbox Setting

Checkbox Setting

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)

Select Setting

Select 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

Multiple Setting

Multiple Setting

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

Tag Setting

Tag Setting

Can be used to hold json value

  • class: class applied to select tag input

  • id: id applied to select tag input

Image Setting

Image Setting

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

Last updated

Was this helpful?