Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 353 Bytes

UPGRADING.md

File metadata and controls

37 lines (27 loc) · 353 Bytes

Upgrading

From 1.x to 2.x

Format select

With usage of selectize plugin, same applies for other plugins

  "format": "select"

needs to be changed to

  "format": "selectize"

and

  "options": {
    "selectize_options": {
      ...
    } 
  }

to

  "options": {
    "selectize": {
      ...
    } 
  }