Stable release of the automatic import of custom code, and the JCB manual placeholder implementation resolves #37 please view https://youtu.be/KiAtJawZ3oo
This commit is contained in:
@ -527,6 +527,7 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_custom_code` (
|
||||
`hashtarget` VARCHAR(64) NOT NULL DEFAULT '',
|
||||
`not_required` INT(1) NOT NULL DEFAULT '0',
|
||||
`path` TEXT NOT NULL,
|
||||
`system_name` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`target` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
`to_line` VARCHAR(100) NOT NULL DEFAULT '',
|
||||
`type` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
|
Reference in New Issue
Block a user