Added another field to admin_view to add custom script to document method of component admin views.

This commit is contained in:
2016-04-22 22:32:02 +01:00
parent 6871bfd9a2
commit 57bf464111
368 changed files with 2332 additions and 2215 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_php_document` TINYINT( 1 ) NOT NULL AFTER `add_php_before_delete` ,
ADD `php_document` MEDIUMTEXT NOT NULL AFTER `php_before_delete` ;