fix(PicoPlugin): use new API version

master
dufraissejeremy 2 years ago
parent da5ed742f3
commit 556a5ad09c
  1. 2
      PicoContentEditor.php

@ -26,7 +26,7 @@ class PicoContentEditor extends AbstractPicoPlugin implements ApiAware
* Pico API version. * Pico API version.
* @var int * @var int
*/ */
const API_VERSION = 3; const API_VERSION = 4;
/** /**
* EditorHandler (ContentToolsHandler, QuillHandler...) * EditorHandler (ContentToolsHandler, QuillHandler...)

Loading…
Cancel
Save