{"slug":"chunkblocks","name":"ChunkBlocks","description":"Build reusable content blocks with custom fields. Define a template once, let editors fill it in everywhere.","author":"olexandrsh","active_installs":0,"version":"1.0.7","wp_org_url":"https://wordpress.org/plugins/chunkblocks/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"cb_blocks","full_table_name":"wp_cb_blocks","description":"Stores cb blocks data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"template","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"post_types","type":"TEXT","nullable":false,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cb_blocks ( id INT NOT NULL AUTO_INCREMENT, title VARCHAR(255) NOT NULL DEFAULT '', slug VARCHAR(255) NOT NULL DEFAULT '', template LONGTEXT NOT NULL, post_types TEXT NOT NULL, is_active TINYINT(1) NOT NULL DEFAULT 1, sort_order INT NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY slug (slug) ) $charset; \");"},{"table_name":"cb_fields","full_table_name":"wp_cb_fields","description":"Stores cb fields data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"block_id","type":"INT","nullable":false,"primary_key":false},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_key","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"field_options","type":"TEXT","nullable":false,"primary_key":false},{"name":"group_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"is_required","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cb_fields ( id INT NOT NULL AUTO_INCREMENT, block_id INT NOT NULL, title VARCHAR(255) NOT NULL DEFAULT '', field_key VARCHAR(255) NOT NULL DEFAULT '', field_type VARCHAR(50) NOT NULL DEFAULT 'text', field_options TEXT NOT NULL, group_name VARCHAR(100) NOT NULL DEFAULT '', is_required TINYINT(1) NOT NULL DEFAULT 0, is_active TINYINT(1) NOT NULL DEFAULT 1, sort_order INT NOT NULL DEFAULT 0, PRIMARY KEY (id), KEY block_id (block_id) ) $charset; \");"},{"table_name":"cb_page_blocks","full_table_name":"wp_cb_page_blocks","description":"Stores cb page blocks data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"post_id","type":"INT","nullable":false,"primary_key":false},{"name":"block_id","type":"INT","nullable":false,"primary_key":false},{"name":"field_values","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cb_page_blocks ( id INT NOT NULL AUTO_INCREMENT, post_id INT NOT NULL, block_id INT NOT NULL, field_values LONGTEXT NOT NULL, sort_order INT NOT NULL DEFAULT 0, is_active TINYINT(1) NOT NULL DEFAULT 1, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY post_id (post_id), KEY block_id (block_id) ) $charset; \");"},{"table_name":"cb_table_columns","full_table_name":"wp_cb_table_columns","description":"Stores cb table columns data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"table_id","type":"INT","nullable":false,"primary_key":false},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_key","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"field_options","type":"TEXT","nullable":false,"primary_key":false},{"name":"group_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"is_required","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cb_table_columns ( id INT NOT NULL AUTO_INCREMENT, table_id INT NOT NULL, title VARCHAR(255) NOT NULL DEFAULT '', field_key VARCHAR(255) NOT NULL DEFAULT '', field_type VARCHAR(50) NOT NULL DEFAULT 'text', field_options TEXT NOT NULL, group_name VARCHAR(100) NOT NULL DEFAULT '', is_required TINYINT(1) NOT NULL DEFAULT 0, is_active TINYINT(1) NOT NULL DEFAULT 1, sort_order INT NOT NULL DEFAULT 0, PRIMARY KEY (id), KEY table_id (table_id) ) $charset; \");"},{"table_name":"cb_tables","full_table_name":"wp_cb_tables","description":"Stores cb tables data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_groups","type":"TEXT","nullable":false,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cb_tables ( id INT NOT NULL AUTO_INCREMENT, title VARCHAR(255) NOT NULL DEFAULT '', slug VARCHAR(255) NOT NULL DEFAULT '', field_groups TEXT NOT NULL, is_active TINYINT(1) NOT NULL DEFAULT 1, sort_order INT NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY slug (slug) ) $charset; \");"}],"table_count":5}