| @@ -20,11 +20,14 @@ | ||
| 20 | 20 | const FILTER_BLOCK_MODEL_PRE_UPDATE_BLOCK = 'cjt-block-model-pre-update-block'; |
| 21 | 21 | const FILTER_BLOCK_MODEL_PRE_UPDATE_BLOCK_PINS = 'cjt-block-model-pre-update-block-pins'; |
| 22 | 22 | |
| 23 | 23 | const FILTER_BLOCKS_COUPLING_MODEL_BLOCKS_QUEUE = 'cjt-blocks-coupling-model-blocks-queue'; |
| 24 | - | |
| 24 | + | |
| 25 | + const FILTER_LOCALIZE_SCRIPT = 'cjt-localize-script'; | |
| 26 | + | |
| 25 | 27 | const ACTION_BLOCK_CUSTOM_POST_TYPES = 'cjt-block-custom-post-types'; |
| 26 | - | |
| 28 | + const ACTION_BLOCK_ASSIGN_PANEL = 'cjt-block-assign-panel'; | |
| 29 | + | |
| 27 | 30 | const ACTION_BLOCKS_MANAGER_TOOLBOX_LEFT_BUTTONS = 'cjt-blocks-manager-toolbox-left-buttons'; |
| 28 | 31 | const ACTION_BLOCKS_MANAGER_TOOLBOX_ADMIN_TOOLS_TOP = 'cjt-blocks-manager-toolbox-tools-top'; |
| 29 | 32 | const ACTION_BLOCKS_MANAGER_TOOLBOX_RIGHT_BUTTONS = 'cjt-blocks-manager-toolbox-right-buttons'; |
| 30 | 33 | |
| @@ -30,7 +33,17 @@ | ||
| 30 | 33 | |
| 31 | 34 | const ACTION_BLOCK_SCREEN_INFO_TOP = 'cjt-block-screen-info-top'; |
| 32 | 35 | |
| 33 | 36 | const ACTION_BLOCK_ASSIGN_PANEL_TAB_BOTTOM = 'cjt-block-assign-panel-tab-bottom'; |
| 37 | + | |
| 38 | + const ACTION_BLOCK_BEFORE_INFO_BAR = 'cjt-block-before-info-bar'; | |
| 34 | 39 | |
| 35 | - const ACTION_BLOCK_CODE_FILE_TEMPLATE_CREATE_NEW_FILE = 'cjt-block-code-file-template-create-bew-file'; | |
| 40 | + const ACTION_BLOCK_CODE_FILE_TEMPLATE_CREATE_NEW_FILE = 'cjt-block-code-file-template-create-new-file'; | |
| 41 | + | |
| 42 | + const ACTION_BLOCK_TOOLBOX_TEMPLATE_INSIDE_BEFORE_FLAGS = 'cjt-toolbox-template-toolbox-inside-after-flags'; | |
| 43 | + const ACTION_BLOCK_TOOLBOX_TEMPLATE_INSIDE_AFTER_FLAGS = 'cjt-toolbox-template-toolbox-inside-before-flags'; | |
| 44 | + | |
| 45 | + const ACTION_BLOCKS_COUPLING_INIT_ATTACHER = 'cjt-blocks-coupling-initialize-attacher'; | |
| 46 | + | |
| 47 | + const ACTION_BLOCK_INSIDE_TOOLBOX_TEMPLATES_MENU = 'cjt-block-inside-toolbox-templates-menu'; | |
| 48 | + const ACTION_BLOCK_INFO_BAR_TOP_END = 'cjt-block-info-bar-top-end'; | |
| 36 | 49 | } |