Resolves gh-644 and addes the option to add, or hide the category sub-menu of a view.
This commit is contained in:
1
admin/sql/updates/mysql/2.12.4.sql
Normal file
1
admin/sql/updates/mysql/2.12.4.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_category_submenu` TINYINT(1) NOT NULL DEFAULT 1 AFTER `asset_id`;
|
Reference in New Issue
Block a user