Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/administrator/components/com_componentbuilder/sql/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/administrator/components/com_componentbuilder/sql/install.mysql.utf8.sql

CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_component` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_admin_event` TINYINT(1) NOT NULL DEFAULT 0,
	`add_css_admin` TINYINT(1) NOT NULL DEFAULT 0,
	`add_css_site` TINYINT(1) NOT NULL DEFAULT 0,
	`add_email_helper` TINYINT(1) NOT NULL DEFAULT 0,
	`add_javascript` TINYINT(1) NOT NULL DEFAULT 0,
	`add_license` TINYINT(1) NOT NULL DEFAULT 0,
	`add_menu_prefix` CHAR(1) NOT NULL DEFAULT '',
	`add_php_helper_admin` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_helper_both` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_helper_site` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_method_uninstall` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_postflight_install` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_postflight_update` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_preflight_install` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_preflight_update` TINYINT(1) NOT NULL DEFAULT 0,
	`add_placeholders` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sales_server` TINYINT(1) NOT NULL DEFAULT 0,
	`add_site_event` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sql` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sql_uninstall` TINYINT(1) NOT NULL DEFAULT 0,
	`add_update_server` TINYINT(1) NOT NULL DEFAULT 0,
	`addcontributors` TEXT NOT NULL,
	`addfootable` TINYINT(1) NOT NULL DEFAULT 0,
	`addreadme` TINYINT(1) NOT NULL DEFAULT 0,
	`adduikit` TINYINT(1) NOT NULL DEFAULT 0,
	`assets_table_fix` TINYINT(1) NOT NULL DEFAULT 3,
	`author` VARCHAR(255) NOT NULL DEFAULT '',
	`bom` CHAR(64) NOT NULL DEFAULT '',
	`buildcomp` TINYINT(1) NOT NULL DEFAULT 0,
	`buildcompsql` MEDIUMTEXT NOT NULL,
	`companyname` CHAR(64) NOT NULL DEFAULT '',
	`component_version` CHAR(64) NOT NULL DEFAULT '',
	`copyright` VARCHAR(255) NOT NULL DEFAULT '',
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`creatuserhelper` TINYINT(1) NOT NULL DEFAULT 0,
	`crowdin_account_api_key` TEXT NOT NULL,
	`crowdin_project_api_key` TEXT NOT NULL,
	`crowdin_project_identifier` VARCHAR(255) NOT NULL DEFAULT '',
	`crowdin_username` TEXT NOT NULL,
	`css_admin` TEXT NOT NULL,
	`css_site` TEXT NOT NULL,
	`dashboard` VARCHAR(64) NOT NULL DEFAULT '',
	`dashboard_type` TINYINT(1) NOT NULL DEFAULT 1,
	`debug_linenr` TINYINT(1) NOT NULL DEFAULT 0,
	`description` TEXT NOT NULL,
	`email` VARCHAR(255) NOT NULL DEFAULT '',
	`emptycontributors` TINYINT(1) NOT NULL DEFAULT 0,
	`export_buy_link` VARCHAR(255) NOT NULL DEFAULT '',
	`export_key` TEXT NOT NULL,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`image` CHAR(64) NOT NULL DEFAULT '',
	`javascript` TEXT NOT NULL,
	`joomla_source_link` VARCHAR(255) NOT NULL DEFAULT '',
	`license` VARCHAR(255) NOT NULL DEFAULT '',
	`license_type` TINYINT(1) NOT NULL DEFAULT 0,
	`menu_prefix` VARCHAR(100) NOT NULL DEFAULT '',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`mvc_versiondate` TINYINT(1) NOT NULL DEFAULT 0,
	`name` CHAR(64) NOT NULL DEFAULT '',
	`name_code` VARCHAR(255) NOT NULL DEFAULT '',
	`number` INT(11) NOT NULL DEFAULT 0,
	`php_admin_event` MEDIUMTEXT NOT NULL,
	`php_helper_admin` MEDIUMTEXT NOT NULL,
	`php_helper_both` MEDIUMTEXT NOT NULL,
	`php_helper_site` MEDIUMTEXT NOT NULL,
	`php_method_uninstall` MEDIUMTEXT NOT NULL,
	`php_postflight_install` MEDIUMTEXT NOT NULL,
	`php_postflight_update` MEDIUMTEXT NOT NULL,
	`php_preflight_install` MEDIUMTEXT NOT NULL,
	`php_preflight_update` MEDIUMTEXT NOT NULL,
	`php_site_event` MEDIUMTEXT NOT NULL,
	`readme` TEXT NOT NULL,
	`remove_line_breaks` TINYINT(1) NOT NULL DEFAULT 0,
	`sales_server` INT(11) NOT NULL DEFAULT 0,
	`short_description` VARCHAR(255) NOT NULL DEFAULT '',
	`sql` MEDIUMTEXT NOT NULL,
	`sql_uninstall` MEDIUMTEXT NOT NULL,
	`system_name` VARCHAR(255) NOT NULL DEFAULT '',
	`toignore` TEXT NOT NULL,
	`translation_tool` TINYINT(1) NOT NULL DEFAULT 0,
	`update_server` INT(11) NOT NULL DEFAULT 0,
	`update_server_target` TINYINT(1) NOT NULL DEFAULT 0,
	`update_server_url` VARCHAR(255) NOT NULL DEFAULT '',
	`website` CHAR(255) NOT NULL DEFAULT '',
	`whmcs_buy_link` VARCHAR(255) NOT NULL DEFAULT '',
	`whmcs_key` VARCHAR(255) NOT NULL DEFAULT '',
	`whmcs_url` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	`metakey` TEXT NOT NULL,
	`metadesc` TEXT NOT NULL,
	`metadata` TEXT NOT NULL,
	PRIMARY KEY  (`id`),
	KEY `idx_system_name` (`system_name`),
	KEY `idx_name_code` (`name_code`),
	KEY `idx_debug_linenr` (`debug_linenr`),
	KEY `idx_mvc_versiondate` (`mvc_versiondate`),
	KEY `idx_remove_line_breaks` (`remove_line_breaks`),
	KEY `idx_add_placeholders` (`add_placeholders`),
	KEY `idx_add_license` (`add_license`),
	KEY `idx_add_email_helper` (`add_email_helper`),
	KEY `idx_license_type` (`license_type`),
	KEY `idx_addreadme` (`addreadme`),
	KEY `idx_add_sales_server` (`add_sales_server`),
	KEY `idx_translation_tool` (`translation_tool`),
	KEY `idx_add_php_helper_both` (`add_php_helper_both`),
	KEY `idx_add_php_helper_admin` (`add_php_helper_admin`),
	KEY `idx_add_admin_event` (`add_admin_event`),
	KEY `idx_add_php_helper_site` (`add_php_helper_site`),
	KEY `idx_add_site_event` (`add_site_event`),
	KEY `idx_add_javascript` (`add_javascript`),
	KEY `idx_add_menu_prefix` (`add_menu_prefix`),
	KEY `idx_add_css_admin` (`add_css_admin`),
	KEY `idx_menu_prefix` (`menu_prefix`),
	KEY `idx_add_css_site` (`add_css_site`),
	KEY `idx_add_php_preflight_install` (`add_php_preflight_install`),
	KEY `idx_add_php_preflight_update` (`add_php_preflight_update`),
	KEY `idx_add_php_postflight_install` (`add_php_postflight_install`),
	KEY `idx_add_php_postflight_update` (`add_php_postflight_update`),
	KEY `idx_add_php_method_uninstall` (`add_php_method_uninstall`),
	KEY `idx_add_sql` (`add_sql`),
	KEY `idx_add_sql_uninstall` (`add_sql_uninstall`),
	KEY `idx_assets_table_fix` (`assets_table_fix`),
	KEY `idx_emptycontributors` (`emptycontributors`),
	KEY `idx_add_update_server` (`add_update_server`),
	KEY `idx_update_server_target` (`update_server_target`),
	KEY `idx_creatuserhelper` (`creatuserhelper`),
	KEY `idx_adduikit` (`adduikit`),
	KEY `idx_guid` (`guid`),
	KEY `idx_addfootable` (`addfootable`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_module` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_class_helper` TINYINT(1) NOT NULL DEFAULT 0,
	`add_class_helper_header` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_method_uninstall` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_postflight_install` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_postflight_update` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_preflight_install` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_preflight_uninstall` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_preflight_update` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_script_construct` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sales_server` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sql` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sql_uninstall` TINYINT(1) NOT NULL DEFAULT 0,
	`add_update_server` TINYINT(1) NOT NULL DEFAULT 0,
	`addreadme` TINYINT(1) NOT NULL DEFAULT 0,
	`class_helper_code` MEDIUMTEXT NOT NULL,
	`class_helper_header` TEXT NOT NULL,
	`custom_get` TEXT NOT NULL,
	`default` MEDIUMTEXT NOT NULL,
	`description` TEXT NOT NULL,
	`fields` TEXT NOT NULL,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`libraries` TEXT NOT NULL,
	`mod_code` TEXT NOT NULL,
	`module_version` CHAR(64) NOT NULL DEFAULT '',
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`php_method_uninstall` MEDIUMTEXT NOT NULL,
	`php_postflight_install` MEDIUMTEXT NOT NULL,
	`php_postflight_update` MEDIUMTEXT NOT NULL,
	`php_preflight_install` MEDIUMTEXT NOT NULL,
	`php_preflight_uninstall` MEDIUMTEXT NOT NULL,
	`php_preflight_update` MEDIUMTEXT NOT NULL,
	`php_script_construct` MEDIUMTEXT NOT NULL,
	`readme` TEXT NOT NULL,
	`sales_server` INT(11) NOT NULL DEFAULT 0,
	`snippet` INT(11) NOT NULL DEFAULT 0,
	`sql` MEDIUMTEXT NOT NULL,
	`sql_uninstall` MEDIUMTEXT NOT NULL,
	`system_name` VARCHAR(255) NOT NULL DEFAULT '',
	`target` TINYINT(1) NOT NULL DEFAULT 0,
	`update_server` INT(11) NOT NULL DEFAULT 0,
	`update_server_target` TINYINT(1) NOT NULL DEFAULT 0,
	`update_server_url` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_system_name` (`system_name`),
	KEY `idx_add_php_method_uninstall` (`add_php_method_uninstall`),
	KEY `idx_add_php_postflight_update` (`add_php_postflight_update`),
	KEY `idx_add_php_postflight_install` (`add_php_postflight_install`),
	KEY `idx_add_php_preflight_uninstall` (`add_php_preflight_uninstall`),
	KEY `idx_addreadme` (`addreadme`),
	KEY `idx_add_sql` (`add_sql`),
	KEY `idx_update_server_target` (`update_server_target`),
	KEY `idx_add_sql_uninstall` (`add_sql_uninstall`),
	KEY `idx_add_update_server` (`add_update_server`),
	KEY `idx_add_php_script_construct` (`add_php_script_construct`),
	KEY `idx_add_php_preflight_install` (`add_php_preflight_install`),
	KEY `idx_add_sales_server` (`add_sales_server`),
	KEY `idx_add_php_preflight_update` (`add_php_preflight_update`),
	KEY `idx_guid` (`guid`),
	KEY `idx_name` (`name`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_plugin` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_head` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_method_uninstall` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_postflight_install` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_postflight_update` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_preflight_install` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_preflight_uninstall` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_preflight_update` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_script_construct` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sales_server` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sql` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sql_uninstall` TINYINT(1) NOT NULL DEFAULT 0,
	`add_update_server` TINYINT(1) NOT NULL DEFAULT 0,
	`addreadme` TINYINT(1) NOT NULL DEFAULT 0,
	`class_extends` INT(11) NOT NULL DEFAULT 0,
	`description` TEXT NOT NULL,
	`fields` TEXT NOT NULL,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`head` TEXT NOT NULL,
	`joomla_plugin_group` INT(11) NOT NULL DEFAULT 0,
	`main_class_code` MEDIUMTEXT NOT NULL,
	`method_selection` TEXT NOT NULL,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`php_method_uninstall` MEDIUMTEXT NOT NULL,
	`php_postflight_install` MEDIUMTEXT NOT NULL,
	`php_postflight_update` MEDIUMTEXT NOT NULL,
	`php_preflight_install` MEDIUMTEXT NOT NULL,
	`php_preflight_uninstall` MEDIUMTEXT NOT NULL,
	`php_preflight_update` MEDIUMTEXT NOT NULL,
	`php_script_construct` MEDIUMTEXT NOT NULL,
	`plugin_version` CHAR(64) NOT NULL DEFAULT '',
	`property_selection` TEXT NOT NULL,
	`readme` TEXT NOT NULL,
	`sales_server` INT(11) NOT NULL DEFAULT 0,
	`sql` MEDIUMTEXT NOT NULL,
	`sql_uninstall` MEDIUMTEXT NOT NULL,
	`system_name` VARCHAR(255) NOT NULL DEFAULT '',
	`update_server` INT(11) NOT NULL DEFAULT 0,
	`update_server_target` TINYINT(1) NOT NULL DEFAULT 0,
	`update_server_url` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_system_name` (`system_name`),
	KEY `idx_class_extends` (`class_extends`),
	KEY `idx_joomla_plugin_group` (`joomla_plugin_group`),
	KEY `idx_add_sql` (`add_sql`),
	KEY `idx_add_php_method_uninstall` (`add_php_method_uninstall`),
	KEY `idx_add_php_postflight_update` (`add_php_postflight_update`),
	KEY `idx_add_php_postflight_install` (`add_php_postflight_install`),
	KEY `idx_add_update_server` (`add_update_server`),
	KEY `idx_add_sql_uninstall` (`add_sql_uninstall`),
	KEY `idx_addreadme` (`addreadme`),
	KEY `idx_update_server_target` (`update_server_target`),
	KEY `idx_add_php_script_construct` (`add_php_script_construct`),
	KEY `idx_add_php_preflight_install` (`add_php_preflight_install`),
	KEY `idx_add_php_preflight_update` (`add_php_preflight_update`),
	KEY `idx_add_php_preflight_uninstall` (`add_php_preflight_uninstall`),
	KEY `idx_add_sales_server` (`add_sales_server`),
	KEY `idx_guid` (`guid`),
	KEY `idx_name` (`name`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_admin_view` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_category_submenu` TINYINT(1) NOT NULL DEFAULT 1,
	`add_css_view` TINYINT(1) NOT NULL DEFAULT 0,
	`add_css_views` TINYINT(1) NOT NULL DEFAULT 0,
	`add_custom_button` INT(1) NOT NULL DEFAULT 0,
	`add_custom_import` TINYINT(1) NOT NULL DEFAULT 0,
	`add_fadein` TINYINT(1) NOT NULL DEFAULT 0,
	`add_javascript_view_file` TINYINT(1) NOT NULL DEFAULT 0,
	`add_javascript_view_footer` TINYINT(1) NOT NULL DEFAULT 0,
	`add_javascript_views_file` TINYINT(1) NOT NULL DEFAULT 0,
	`add_javascript_views_footer` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_after_cancel` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_after_delete` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_after_publish` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_ajax` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_allowadd` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_allowedit` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_batchcopy` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_batchmove` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_before_cancel` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_before_delete` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_before_publish` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_before_save` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_document` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_getform` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_getitem` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_getitems` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_getitems_after_all` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_getlistquery` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_postsavehook` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_save` TINYINT(1) NOT NULL DEFAULT 0,
	`add_sql` TINYINT(1) NOT NULL DEFAULT 0,
	`addlinked_views` TEXT NOT NULL,
	`addpermissions` TEXT NOT NULL,
	`addtables` TEXT NOT NULL,
	`addtabs` TEXT NOT NULL,
	`ajax_input` TEXT NOT NULL,
	`alias_builder` VARCHAR(255) NOT NULL DEFAULT '',
	`alias_builder_type` CHAR NOT NULL DEFAULT '',
	`css_view` TEXT NOT NULL,
	`css_views` TEXT NOT NULL,
	`custom_button` TEXT NOT NULL,
	`description` TEXT NOT NULL,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`html_import_view` MEDIUMTEXT NOT NULL,
	`icon` CHAR(64) NOT NULL DEFAULT '',
	`icon_add` CHAR(64) NOT NULL DEFAULT '',
	`icon_category` CHAR(64) NOT NULL DEFAULT '',
	`javascript_view_file` TEXT NOT NULL,
	`javascript_view_footer` TEXT NOT NULL,
	`javascript_views_file` TEXT NOT NULL,
	`javascript_views_footer` TEXT NOT NULL,
	`mysql_table_charset` VARCHAR(64) NOT NULL DEFAULT 1,
	`mysql_table_collate` VARCHAR(64) NOT NULL DEFAULT 1,
	`mysql_table_engine` VARCHAR(64) NOT NULL DEFAULT 1,
	`mysql_table_row_format` VARCHAR(64) NOT NULL DEFAULT 0,
	`name_list` CHAR(64) NOT NULL DEFAULT '',
	`name_single` CHAR(64) NOT NULL DEFAULT '',
	`php_after_cancel` MEDIUMTEXT NOT NULL,
	`php_after_delete` MEDIUMTEXT NOT NULL,
	`php_after_publish` MEDIUMTEXT NOT NULL,
	`php_ajaxmethod` MEDIUMTEXT NOT NULL,
	`php_allowadd` MEDIUMTEXT NOT NULL,
	`php_allowedit` MEDIUMTEXT NOT NULL,
	`php_batchcopy` MEDIUMTEXT NOT NULL,
	`php_batchmove` MEDIUMTEXT NOT NULL,
	`php_before_cancel` MEDIUMTEXT NOT NULL,
	`php_before_delete` MEDIUMTEXT NOT NULL,
	`php_before_publish` MEDIUMTEXT NOT NULL,
	`php_before_save` MEDIUMTEXT NOT NULL,
	`php_controller` MEDIUMTEXT NOT NULL,
	`php_controller_list` MEDIUMTEXT NOT NULL,
	`php_document` MEDIUMTEXT NOT NULL,
	`php_getform` MEDIUMTEXT NOT NULL,
	`php_getitem` MEDIUMTEXT NOT NULL,
	`php_getitems` MEDIUMTEXT NOT NULL,
	`php_getitems_after_all` MEDIUMTEXT NOT NULL,
	`php_getlistquery` MEDIUMTEXT NOT NULL,
	`php_import` MEDIUMTEXT NOT NULL,
	`php_import_display` MEDIUMTEXT NOT NULL,
	`php_import_ext` MEDIUMTEXT NOT NULL,
	`php_import_headers` MEDIUMTEXT NOT NULL,
	`php_import_save` MEDIUMTEXT NOT NULL,
	`php_import_setdata` MEDIUMTEXT NOT NULL,
	`php_model` MEDIUMTEXT NOT NULL,
	`php_model_list` MEDIUMTEXT NOT NULL,
	`php_postsavehook` MEDIUMTEXT NOT NULL,
	`php_save` MEDIUMTEXT NOT NULL,
	`short_description` VARCHAR(255) NOT NULL DEFAULT '',
	`source` TINYINT(1) NOT NULL DEFAULT 0,
	`sql` MEDIUMTEXT NOT NULL,
	`system_name` VARCHAR(255) NOT NULL DEFAULT '',
	`type` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name_single` (`name_single`),
	KEY `idx_add_fadein` (`add_fadein`),
	KEY `idx_mysql_table_charset` (`mysql_table_charset`),
	KEY `idx_type` (`type`),
	KEY `idx_source` (`source`),
	KEY `idx_mysql_table_row_format` (`mysql_table_row_format`),
	KEY `idx_add_category_submenu` (`add_category_submenu`),
	KEY `idx_name_list` (`name_list`),
	KEY `idx_add_php_getlistquery` (`add_php_getlistquery`),
	KEY `idx_add_css_view` (`add_css_view`),
	KEY `idx_add_php_getform` (`add_php_getform`),
	KEY `idx_add_php_before_save` (`add_php_before_save`),
	KEY `idx_add_css_views` (`add_css_views`),
	KEY `idx_add_php_save` (`add_php_save`),
	KEY `idx_add_php_postsavehook` (`add_php_postsavehook`),
	KEY `idx_add_javascript_view_file` (`add_javascript_view_file`),
	KEY `idx_add_php_allowadd` (`add_php_allowadd`),
	KEY `idx_add_php_allowedit` (`add_php_allowedit`),
	KEY `idx_add_javascript_view_footer` (`add_javascript_view_footer`),
	KEY `idx_add_php_before_cancel` (`add_php_before_cancel`),
	KEY `idx_add_php_after_cancel` (`add_php_after_cancel`),
	KEY `idx_add_javascript_views_file` (`add_javascript_views_file`),
	KEY `idx_add_php_batchcopy` (`add_php_batchcopy`),
	KEY `idx_add_php_batchmove` (`add_php_batchmove`),
	KEY `idx_add_javascript_views_footer` (`add_javascript_views_footer`),
	KEY `idx_add_php_before_publish` (`add_php_before_publish`),
	KEY `idx_add_php_after_publish` (`add_php_after_publish`),
	KEY `idx_add_custom_button` (`add_custom_button`),
	KEY `idx_add_php_before_delete` (`add_php_before_delete`),
	KEY `idx_add_php_after_delete` (`add_php_after_delete`),
	KEY `idx_add_php_document` (`add_php_document`),
	KEY `idx_mysql_table_engine` (`mysql_table_engine`),
	KEY `idx_mysql_table_collate` (`mysql_table_collate`),
	KEY `idx_add_sql` (`add_sql`),
	KEY `idx_add_php_ajax` (`add_php_ajax`),
	KEY `idx_add_custom_import` (`add_custom_import`),
	KEY `idx_add_php_getitem` (`add_php_getitem`),
	KEY `idx_add_php_getitems` (`add_php_getitems`),
	KEY `idx_guid` (`guid`),
	KEY `idx_add_php_getitems_after_all` (`add_php_getitems_after_all`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_custom_admin_view` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_css` TINYINT(1) NOT NULL DEFAULT 0,
	`add_css_document` TINYINT(1) NOT NULL DEFAULT 0,
	`add_custom_button` INT(1) NOT NULL DEFAULT 0,
	`add_javascript_file` TINYINT(1) NOT NULL DEFAULT 0,
	`add_js_document` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_ajax` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_document` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_jview` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_jview_display` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_view` TINYINT(1) NOT NULL DEFAULT 0,
	`ajax_input` TEXT NOT NULL,
	`codename` VARCHAR(255) NOT NULL DEFAULT '',
	`context` VARCHAR(255) NOT NULL DEFAULT '',
	`css` TEXT NOT NULL,
	`css_document` TEXT NOT NULL,
	`custom_button` TEXT NOT NULL,
	`custom_get` TEXT NOT NULL,
	`default` MEDIUMTEXT NOT NULL,
	`description` VARCHAR(255) NOT NULL DEFAULT '',
	`dynamic_get` INT(11) NOT NULL DEFAULT 0,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`icon` CHAR(64) NOT NULL DEFAULT '',
	`javascript_file` TEXT NOT NULL,
	`js_document` TEXT NOT NULL,
	`libraries` TEXT NOT NULL,
	`main_get` INT(11) NOT NULL DEFAULT 0,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`php_ajaxmethod` MEDIUMTEXT NOT NULL,
	`php_controller` MEDIUMTEXT NOT NULL,
	`php_document` MEDIUMTEXT NOT NULL,
	`php_jview` MEDIUMTEXT NOT NULL,
	`php_jview_display` MEDIUMTEXT NOT NULL,
	`php_model` MEDIUMTEXT NOT NULL,
	`php_view` MEDIUMTEXT NOT NULL,
	`snippet` INT(11) NOT NULL DEFAULT 0,
	`system_name` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_main_get` (`main_get`),
	KEY `idx_add_php_jview_display` (`add_php_jview_display`),
	KEY `idx_codename` (`codename`),
	KEY `idx_add_php_jview` (`add_php_jview`),
	KEY `idx_context` (`context`),
	KEY `idx_add_js_document` (`add_js_document`),
	KEY `idx_add_javascript_file` (`add_javascript_file`),
	KEY `idx_add_css_document` (`add_css_document`),
	KEY `idx_add_php_document` (`add_php_document`),
	KEY `idx_add_css` (`add_css`),
	KEY `idx_add_php_view` (`add_php_view`),
	KEY `idx_add_php_ajax` (`add_php_ajax`),
	KEY `idx_dynamic_get` (`dynamic_get`),
	KEY `idx_add_custom_button` (`add_custom_button`),
	KEY `idx_guid` (`guid`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_site_view` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_css` TINYINT(1) NOT NULL DEFAULT 0,
	`add_css_document` TINYINT(1) NOT NULL DEFAULT 0,
	`add_custom_button` INT(1) NOT NULL DEFAULT 0,
	`add_javascript_file` TINYINT(1) NOT NULL DEFAULT 0,
	`add_js_document` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_ajax` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_document` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_jview` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_jview_display` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_view` TINYINT(1) NOT NULL DEFAULT 0,
	`ajax_input` TEXT NOT NULL,
	`button_position` TINYINT(1) NOT NULL DEFAULT 1,
	`codename` VARCHAR(255) NOT NULL DEFAULT '',
	`context` VARCHAR(255) NOT NULL DEFAULT '',
	`css` TEXT NOT NULL,
	`css_document` TEXT NOT NULL,
	`custom_button` TEXT NOT NULL,
	`custom_get` TEXT NOT NULL,
	`default` MEDIUMTEXT NOT NULL,
	`description` VARCHAR(255) NOT NULL DEFAULT '',
	`dynamic_get` INT(11) NOT NULL DEFAULT 0,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`javascript_file` TEXT NOT NULL,
	`js_document` TEXT NOT NULL,
	`libraries` TEXT NOT NULL,
	`main_get` INT(11) NOT NULL DEFAULT 0,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`php_ajaxmethod` MEDIUMTEXT NOT NULL,
	`php_controller` MEDIUMTEXT NOT NULL,
	`php_document` MEDIUMTEXT NOT NULL,
	`php_jview` MEDIUMTEXT NOT NULL,
	`php_jview_display` MEDIUMTEXT NOT NULL,
	`php_model` MEDIUMTEXT NOT NULL,
	`php_view` MEDIUMTEXT NOT NULL,
	`snippet` INT(11) NOT NULL DEFAULT 0,
	`system_name` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_main_get` (`main_get`),
	KEY `idx_add_php_jview_display` (`add_php_jview_display`),
	KEY `idx_add_php_document` (`add_php_document`),
	KEY `idx_add_php_view` (`add_php_view`),
	KEY `idx_codename` (`codename`),
	KEY `idx_context` (`context`),
	KEY `idx_add_php_jview` (`add_php_jview`),
	KEY `idx_add_javascript_file` (`add_javascript_file`),
	KEY `idx_add_js_document` (`add_js_document`),
	KEY `idx_add_css_document` (`add_css_document`),
	KEY `idx_add_css` (`add_css`),
	KEY `idx_dynamic_get` (`dynamic_get`),
	KEY `idx_add_php_ajax` (`add_php_ajax`),
	KEY `idx_add_custom_button` (`add_custom_button`),
	KEY `idx_button_position` (`button_position`),
	KEY `idx_guid` (`guid`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_template` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_php_view` TINYINT(1) NOT NULL DEFAULT 0,
	`alias` VARCHAR(255) NOT NULL DEFAULT '',
	`description` VARCHAR(255) NOT NULL DEFAULT '',
	`dynamic_get` INT(11) NOT NULL DEFAULT 0,
	`libraries` TEXT NOT NULL,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`php_view` MEDIUMTEXT NOT NULL,
	`snippet` INT(11) NOT NULL DEFAULT 0,
	`template` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_dynamic_get` (`dynamic_get`),
	KEY `idx_add_php_view` (`add_php_view`),
	KEY `idx_alias` (`alias`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_layout` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_php_view` TINYINT(1) NOT NULL DEFAULT 0,
	`alias` VARCHAR(255) NOT NULL DEFAULT '',
	`description` VARCHAR(255) NOT NULL DEFAULT '',
	`dynamic_get` INT(11) NOT NULL DEFAULT 0,
	`layout` TEXT NOT NULL,
	`libraries` TEXT NOT NULL,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`php_view` MEDIUMTEXT NOT NULL,
	`snippet` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_dynamic_get` (`dynamic_get`),
	KEY `idx_add_php_view` (`add_php_view`),
	KEY `idx_alias` (`alias`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_dynamic_get` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_php_after_getitem` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_after_getitems` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_before_getitem` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_before_getitems` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_getlistquery` TINYINT(1) NOT NULL DEFAULT 0,
	`add_php_router_parse` TINYINT(1) NOT NULL DEFAULT 0,
	`addcalculation` CHAR NOT NULL DEFAULT '',
	`db_selection` TEXT NOT NULL,
	`db_table_main` VARCHAR(255) NOT NULL DEFAULT '',
	`filter` TEXT NOT NULL,
	`getcustom` VARCHAR(255) NOT NULL DEFAULT '',
	`gettype` TINYINT(1) NOT NULL DEFAULT 0,
	`global` TEXT NOT NULL,
	`group` TEXT NOT NULL,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`join_db_table` TEXT NOT NULL,
	`join_view_table` TEXT NOT NULL,
	`main_source` TINYINT(1) NOT NULL DEFAULT 0,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`order` TEXT NOT NULL,
	`pagination` TINYINT(1) NOT NULL DEFAULT 1,
	`php_after_getitem` MEDIUMTEXT NOT NULL,
	`php_after_getitems` MEDIUMTEXT NOT NULL,
	`php_before_getitem` MEDIUMTEXT NOT NULL,
	`php_before_getitems` MEDIUMTEXT NOT NULL,
	`php_calculation` MEDIUMTEXT NOT NULL,
	`php_custom_get` MEDIUMTEXT NOT NULL,
	`php_getlistquery` MEDIUMTEXT NOT NULL,
	`php_router_parse` MEDIUMTEXT NOT NULL,
	`plugin_events` VARCHAR(255) NOT NULL DEFAULT '',
	`select_all` TINYINT(1) NOT NULL DEFAULT 0,
	`view_selection` TEXT NOT NULL,
	`view_table_main` INT(11) NOT NULL DEFAULT 0,
	`where` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_main_source` (`main_source`),
	KEY `idx_gettype` (`gettype`),
	KEY `idx_select_all` (`select_all`),
	KEY `idx_add_php_before_getitem` (`add_php_before_getitem`),
	KEY `idx_getcustom` (`getcustom`),
	KEY `idx_add_php_after_getitem` (`add_php_after_getitem`),
	KEY `idx_pagination` (`pagination`),
	KEY `idx_add_php_getlistquery` (`add_php_getlistquery`),
	KEY `idx_add_php_before_getitems` (`add_php_before_getitems`),
	KEY `idx_add_php_after_getitems` (`add_php_after_getitems`),
	KEY `idx_add_php_router_parse` (`add_php_router_parse`),
	KEY `idx_guid` (`guid`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_custom_code` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`code` MEDIUMTEXT NOT NULL,
	`comment_type` TINYINT(1) NOT NULL DEFAULT 1,
	`component` INT(11) NOT NULL DEFAULT 0,
	`from_line` VARCHAR(100) NOT NULL DEFAULT '',
	`function_name` VARCHAR(255) NOT NULL DEFAULT '',
	`hashendtarget` VARCHAR(64) NOT NULL DEFAULT '',
	`hashtarget` VARCHAR(64) NOT NULL DEFAULT '',
	`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,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_component` (`component`),
	KEY `idx_target` (`target`),
	KEY `idx_type` (`type`),
	KEY `idx_function_name` (`function_name`),
	KEY `idx_to_line` (`to_line`),
	KEY `idx_from_line` (`from_line`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_class_property` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`comment` TEXT NOT NULL,
	`default` VARCHAR(255) NOT NULL DEFAULT '',
	`extension_type` VARCHAR(64) NOT NULL DEFAULT '',
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`joomla_plugin_group` INT(11) NOT NULL DEFAULT 0,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`visibility` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_visibility` (`visibility`),
	KEY `idx_guid` (`guid`),
	KEY `idx_joomla_plugin_group` (`joomla_plugin_group`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_class_method` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`arguments` TEXT NOT NULL,
	`code` MEDIUMTEXT NOT NULL,
	`comment` TEXT NOT NULL,
	`extension_type` VARCHAR(64) NOT NULL DEFAULT '',
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`joomla_plugin_group` INT(11) NOT NULL DEFAULT 0,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`visibility` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_visibility` (`visibility`),
	KEY `idx_guid` (`guid`),
	KEY `idx_joomla_plugin_group` (`joomla_plugin_group`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_placeholder` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`target` VARCHAR(255) NOT NULL DEFAULT '',
	`value` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_target` (`target`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_library` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addconditions` MEDIUMTEXT NOT NULL,
	`description` VARCHAR(255) NOT NULL DEFAULT '',
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`how` TINYINT(1) NOT NULL DEFAULT 1,
	`libraries` TEXT NOT NULL,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`php_setdocument` MEDIUMTEXT NOT NULL,
	`target` TINYINT(1) NOT NULL DEFAULT 1,
	`type` TINYINT(1) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_how` (`how`),
	KEY `idx_guid` (`guid`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_snippet` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`contributor_company` VARCHAR(255) NOT NULL DEFAULT '',
	`contributor_email` VARCHAR(255) NOT NULL DEFAULT '',
	`contributor_name` VARCHAR(255) NOT NULL DEFAULT '',
	`contributor_website` VARCHAR(255) NOT NULL DEFAULT '',
	`description` TEXT NOT NULL,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`heading` VARCHAR(255) NOT NULL DEFAULT '',
	`library` INT(11) NOT NULL DEFAULT 0,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`snippet` TEXT NOT NULL,
	`type` INT(11) NOT NULL DEFAULT 0,
	`url` VARCHAR(255) NOT NULL DEFAULT '',
	`usage` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_type` (`type`),
	KEY `idx_library` (`library`),
	KEY `idx_guid` (`guid`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_validation_rule` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`inherit` CHAR NOT NULL DEFAULT '',
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`php` MEDIUMTEXT NOT NULL,
	`short_description` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_field` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`add_css_view` TINYINT(1) NOT NULL DEFAULT 0,
	`add_css_views` TINYINT(1) NOT NULL DEFAULT 0,
	`add_javascript_view_footer` TINYINT(1) NOT NULL DEFAULT 0,
	`add_javascript_views_footer` TINYINT(1) NOT NULL DEFAULT 0,
	`catid` INT(11) NOT NULL DEFAULT 0,
	`css_view` TEXT NOT NULL,
	`css_views` TEXT NOT NULL,
	`datadefault` CHAR(64) NOT NULL DEFAULT '',
	`datadefault_other` CHAR(64) NOT NULL DEFAULT '',
	`datalenght` CHAR(64) NOT NULL DEFAULT '',
	`datalenght_other` CHAR(64) NOT NULL DEFAULT '',
	`datatype` CHAR(64) NOT NULL DEFAULT '',
	`fieldtype` INT(11) NOT NULL DEFAULT 0,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`indexes` CHAR(64) NOT NULL DEFAULT '',
	`initiator_on_get_model` TEXT NOT NULL,
	`initiator_on_save_model` TEXT NOT NULL,
	`javascript_view_footer` TEXT NOT NULL,
	`javascript_views_footer` TEXT NOT NULL,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`null_switch` CHAR(64) NOT NULL DEFAULT '',
	`on_get_model_field` TEXT NOT NULL,
	`on_save_model_field` TEXT NOT NULL,
	`store` INT(11) NOT NULL DEFAULT 0,
	`xml` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_fieldtype` (`fieldtype`),
	KEY `idx_datatype` (`datatype`),
	KEY `idx_indexes` (`indexes`),
	KEY `idx_null_switch` (`null_switch`),
	KEY `idx_catid` (`catid`),
	KEY `idx_datalenght` (`datalenght`),
	KEY `idx_datadefault_other` (`datadefault_other`),
	KEY `idx_datadefault` (`datadefault`),
	KEY `idx_datalenght_other` (`datalenght_other`),
	KEY `idx_add_css_view` (`add_css_view`),
	KEY `idx_add_css_views` (`add_css_views`),
	KEY `idx_add_javascript_view_footer` (`add_javascript_view_footer`),
	KEY `idx_add_javascript_views_footer` (`add_javascript_views_footer`),
	KEY `idx_guid` (`guid`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_fieldtype` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`catid` INT(11) NOT NULL DEFAULT 0,
	`datadefault` CHAR(64) NOT NULL DEFAULT '',
	`datadefault_other` CHAR(64) NOT NULL DEFAULT '',
	`datalenght` CHAR(64) NOT NULL DEFAULT '',
	`datalenght_other` CHAR(64) NOT NULL DEFAULT '',
	`datatype` CHAR(64) NOT NULL DEFAULT '',
	`description` TEXT NOT NULL,
	`guid` VARCHAR(36) NOT NULL DEFAULT '',
	`has_defaults` TINYINT(1) NOT NULL DEFAULT 0,
	`indexes` CHAR(64) NOT NULL DEFAULT '',
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`null_switch` CHAR(64) NOT NULL DEFAULT '',
	`properties` TEXT NOT NULL,
	`short_description` VARCHAR(255) NOT NULL DEFAULT '',
	`store` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_null_switch` (`null_switch`),
	KEY `idx_indexes` (`indexes`),
	KEY `idx_datadefault_other` (`datadefault_other`),
	KEY `idx_datadefault` (`datadefault`),
	KEY `idx_datalenght_other` (`datalenght_other`),
	KEY `idx_datatype` (`datatype`),
	KEY `idx_has_defaults` (`has_defaults`),
	KEY `idx_datalenght` (`datalenght`),
	KEY `idx_guid` (`guid`),
	KEY `idx_catid` (`catid`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_language_translation` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`components` TEXT NOT NULL,
	`modules` TEXT NOT NULL,
	`plugins` TEXT NOT NULL,
	`source` MEDIUMTEXT NOT NULL,
	`translation` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_language` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`langtag` VARCHAR(64) NOT NULL DEFAULT '',
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_server` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`authentication` TINYINT(1) NOT NULL DEFAULT 0,
	`host` TEXT NOT NULL,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`password` TEXT NOT NULL,
	`path` TEXT NOT NULL,
	`port` TEXT NOT NULL,
	`private` TEXT NOT NULL,
	`private_key` TEXT NOT NULL,
	`protocol` TINYINT(1) NOT NULL DEFAULT 0,
	`secret` TEXT NOT NULL,
	`signature` TEXT NOT NULL,
	`username` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_protocol` (`protocol`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_help_document` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`admin_view` CHAR(255) NOT NULL DEFAULT '',
	`alias` CHAR(64) NOT NULL DEFAULT '',
	`article` TINYINT(1) NOT NULL DEFAULT 0,
	`content` TEXT NOT NULL,
	`groups` TEXT NOT NULL,
	`location` TINYINT(1) NOT NULL DEFAULT 0,
	`not_required` INT(1) NOT NULL DEFAULT 0,
	`site_view` CHAR(255) NOT NULL DEFAULT '',
	`target` TINYINT(1) NOT NULL DEFAULT 0,
	`title` CHAR(64) NOT NULL DEFAULT '',
	`type` TINYINT(1) NOT NULL DEFAULT 0,
	`url` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_title` (`title`),
	KEY `idx_type` (`type`),
	KEY `idx_location` (`location`),
	KEY `idx_article` (`article`),
	KEY `idx_target` (`target`),
	KEY `idx_alias` (`alias`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_admin_fields` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addfields` MEDIUMTEXT NOT NULL,
	`admin_view` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_admin_view` (`admin_view`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_admin_fields_conditions` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addconditions` MEDIUMTEXT NOT NULL,
	`admin_view` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_admin_view` (`admin_view`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_admin_fields_relations` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addrelations` MEDIUMTEXT NOT NULL,
	`admin_view` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_admin_view` (`admin_view`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_admin_custom_tabs` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`admin_view` INT(11) NOT NULL DEFAULT 0,
	`tabs` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_admin_view` (`admin_view`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_admin_views` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addadmin_views` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_site_views` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addsite_views` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS
`#__componentbuilder_component_custom_admin_views` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addcustom_admin_views` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_updates` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`version_update` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_mysql_tweaks` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`sql_tweak` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS
`#__componentbuilder_component_custom_admin_menus` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addcustommenus` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_config` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addconfig` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_dashboard` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`dashboard_tab` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`php_dashboard_methods` MEDIUMTEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_files_folders` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addfiles` TEXT NOT NULL,
	`addfilesfullpath` TEXT NOT NULL,
	`addfolders` TEXT NOT NULL,
	`addfoldersfullpath` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_placeholders` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addplaceholders` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_plugins` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addjoomla_plugins` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_component_modules` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addjoomla_modules` TEXT NOT NULL,
	`joomla_component` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_component` (`joomla_component`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_snippet_type` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`description` VARCHAR(255) NOT NULL DEFAULT '',
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_library_config` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addconfig` TEXT NOT NULL,
	`library` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_library` (`library`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_library_files_folders_urls`
(
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addfiles` TEXT NOT NULL,
	`addfilesfullpath` TEXT NOT NULL,
	`addfolders` TEXT NOT NULL,
	`addfoldersfullpath` TEXT NOT NULL,
	`addurls` TEXT NOT NULL,
	`library` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_library` (`library`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_class_extends` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`comment` TEXT NOT NULL,
	`extension_type` VARCHAR(64) NOT NULL DEFAULT '',
	`head` TEXT NOT NULL,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_module_updates` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`joomla_module` INT(11) NOT NULL DEFAULT 0,
	`version_update` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_module` (`joomla_module`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS
`#__componentbuilder_joomla_module_files_folders_urls` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addfiles` TEXT NOT NULL,
	`addfilesfullpath` TEXT NOT NULL,
	`addfolders` TEXT NOT NULL,
	`addfoldersfullpath` TEXT NOT NULL,
	`addurls` TEXT NOT NULL,
	`joomla_module` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_module` (`joomla_module`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_plugin_group` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`class_extends` INT(11) NOT NULL DEFAULT 0,
	`name` VARCHAR(255) NOT NULL DEFAULT '',
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_name` (`name`),
	KEY `idx_class_extends` (`class_extends`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_plugin_updates` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`joomla_plugin` INT(11) NOT NULL DEFAULT 0,
	`version_update` TEXT NOT NULL,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_plugin` (`joomla_plugin`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

CREATE TABLE IF NOT EXISTS
`#__componentbuilder_joomla_plugin_files_folders_urls` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the
#__assets table.',
	`addfiles` TEXT NOT NULL,
	`addfilesfullpath` TEXT NOT NULL,
	`addfolders` TEXT NOT NULL,
	`addfoldersfullpath` TEXT NOT NULL,
	`addurls` TEXT NOT NULL,
	`joomla_plugin` INT(11) NOT NULL DEFAULT 0,
	`params` text NOT NULL,
	`published` TINYINT(3) NOT NULL DEFAULT 1,
	`created_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`modified_by` INT(10) unsigned NOT NULL DEFAULT 0,
	`created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
	`checked_out` int(11) unsigned NOT NULL DEFAULT 0,
	`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00
00:00:00',
	`version` INT(10) unsigned NOT NULL DEFAULT 1,
	`hits` INT(10) unsigned NOT NULL DEFAULT 0,
	`access` INT(10) unsigned NOT NULL DEFAULT 0,
	`ordering` INT(11) NOT NULL DEFAULT 0,
	PRIMARY KEY  (`id`),
	KEY `idx_joomla_plugin` (`joomla_plugin`),
	KEY `idx_access` (`access`),
	KEY `idx_checkout` (`checked_out`),
	KEY `idx_createdby` (`created_by`),
	KEY `idx_modifiedby` (`modified_by`),
	KEY `idx_state` (`published`)
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 DEFAULT
COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `#__componentbuilder_joomla_component`
--

INSERT INTO `#__componentbuilder_joomla_component` (`id`, `add_license`,
`license_type`, `mvc_versiondate`, `add_css_admin`, `add_css_site`,
`add_email_helper`, `add_javascript`, `add_php_helper_admin`,
`add_php_helper_both`, `add_php_helper_site`, `add_php_postflight_install`,
`add_php_method_uninstall`, `add_php_postflight_update`,
`add_php_preflight_install`, `add_php_preflight_update`,
`add_placeholders`, `add_sql`, `add_sql_uninstall`, `addfootable`,
`adduikit`, `add_admin_event`, `add_site_event`, `add_update_server`,
`add_sales_server`, `sales_server`, `update_server`,
`update_server_target`, `update_server_url`, `php_admin_event`,
`php_site_event`, `addreadme`, `readme`, `author`, `bom`, `buildcomp`,
`buildcompsql`, `companyname`, `component_version`, `copyright`,
`creatuserhelper`, `css_admin`, `css_site`, `dashboard`, `dashboard_type`,
`debug_linenr`, `description`, `email`, `emptycontributors`,
`export_buy_link`, `joomla_source_link`, `export_key`, `image`,
`javascript`, `license`, `name`, `system_name`, `toignore`, `name_code`,
`number`, `php_helper_admin`, `php_helper_both`, `php_helper_site`,
`php_postflight_install`, `php_method_uninstall`, `php_postflight_update`,
`php_preflight_install`, `php_preflight_update`, `short_description`,
`sql`, `sql_uninstall`, `website`, `published`, `created`, `modified`,
`hits`, `ordering`, `whmcs_key`, `whmcs_url`, `guid`) VALUES
(25, '', 1, '', '', '',
'', '', '', '', 1, 1, '',
'', '', '', '', '',
'', '', 1, '', '', 1, '',
'', '', 2,
'https://raw.githubusercontent.com/namibia/demo-joomla-3-component/master/demo_updateserver.xml',
'', '', 1,
'IyAjIyNDb21wb25lbnRfbmFtZSMjIyAoIyMjVkVSU0lPTiMjIykNCg0KIVsjIyNDb21wb25lbnRfbmFtZSMjIyBpbWFnZV0oaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL25hbWliaWEvZGVtby1qb29tbGEtMy1jb21wb25lbnQvbWFzdGVyL2FkbWluL2Fzc2V0cy9pbWFnZXMvdmRtLWNvbXBvbmVudC5qcGcgIlRoZSAjIyNDb21wb25lbnRfbmFtZSMjIyIpDQoNCiMjI0RFU0NSSVBUSU9OIyMjDQoNCiMgQnVpbGQgRGV0YWlscw0KDQorICpDb21wYW55KjogWyMjI0NPTVBBTllOQU1FIyMjXSgjIyNBVVRIT1JXRUJTSVRFIyMjKQ0KKyAqQXV0aG9yKjogWyMjI0FVVEhPUiMjI10obWFpbHRvOiMjI0FVVEhPUkVNQUlMIyMjKQ0KKyAqTmFtZSo6IFsjIyNDb21wb25lbnRfbmFtZSMjI10oIyMjQVVUSE9SV0VCU0lURSMjIykNCisgKkZpcnN0IEJ1aWxkKjogIyMjQ1JFQVRJT05EQVRFIyMjDQorICpMYXN0IEJ1aWxkKjogIyMjQlVJTEREQVRFIyMjDQorICpWZXJzaW9uKjogIyMjVkVSU0lPTiMjIw0KKyAqQ29weXJpZ2h0KjogIyMjQ09QWVJJR0hUIyMjDQorICpMaWNlbnNlKjogIyMjTElDRU5TRSMjIw0KDQojIyBCdWlsZCBUaW1lDQoNCioqIyMjdG90YWxIb3VycyMjIyBIb3VycyoqIG9yICoqIyMjdG90YWxEYXlzIyMjIEVpZ2h0IEhvdXIgRGF5cyoqIChhY3R1YWwgdGltZSB0aGUgYXV0aG9yIHNhdmVkIC0NCmR1ZSB0byBbQXV0b21hdGVkIENvbXBvbmVudCBCdWlsZGVyXShodHRwczovL3d3dy52ZG0uaW8vam9vbWxhLWNvbXBvbmVudC1idWlsZGVyKSkNCg0KPiAoaWYgY3JlYXRpbmcgYSBmb2xkZXIgYW5kIGZpbGUgdG9vayAqKjUgc2Vjb25kcyoqIGFuZCB3cml0aW5nIG9uZSBsaW5lIG9mIGNvZGUgdG9vayAqKjEwIHNlY29uZHMqKiwNCj4gbmV2ZXIgbWFraW5nIG9uZSBtaXN0YWtlIG9yIHRha2luZyBhbnkgY29mZmVlIGJyZWFrLikNCg0KKyAqTGluZSBjb3VudCo6ICoqIyMjTElORV9DT1VOVCMjIyoqDQorICpGaWxlIGNvdW50KjogKiojIyNGSUxFX0NPVU5UIyMjKioNCisgKkZvbGRlciBjb3VudCo6ICoqIyMjRk9MREVSX0NPVU5UIyMjKioNCg0KKiojIyNhY3R1YWxIb3Vyc1NwZW50IyMjIEhvdXJzKiogb3IgKiojIyNhY3R1YWxEYXlzU3BlbnQjIyMgRWlnaHQgSG91ciBEYXlzKiogKHRoZSBhY3R1YWwgdGltZSB0aGUgYXV0aG9yIHNwZW50KQ0KDQo+ICh3aXRoIHRoZSBmb2xsb3dpbmcgYnJlYWsgZG93bjoNCj4gKipkZWJ1Z2dpbmcgQCMjI2RlYnVnZ2luZ0hvdXJzIyMjaG91cnMqKiA9IGNvZGluZ3RpbWUgLyA0Ow0KPiAqKnBsYW5uaW5nIEAjIyNwbGFubmluZ0hvdXJzIyMjaG91cnMqKiA9IGNvZGluZ3RpbWUgLyA3Ow0KPiAqKm1hcHBpbmcgQCMjI21hcHBpbmdIb3VycyMjI2hvdXJzKiogPSBjb2Rpbmd0aW1lIC8gMTA7DQo+ICoqb2ZmaWNlIEAjIyNvZmZpY2VIb3VycyMjI2hvdXJzKiogPSBjb2Rpbmd0aW1lIC8gNjspDQoNCioqIyMjYWN0dWFsVG90YWxIb3VycyMjIyBIb3VycyoqIG9yICoqIyMjYWN0dWFsVG90YWxEYXlzIyMjIEVpZ2h0IEhvdXIgRGF5cyoqDQooYSB0b3RhbCBvZiB0aGUgcmVhbGlzdGljIHRpbWUgZnJhbWUgZm9yIHRoaXMgcHJvamVjdCkNCg0KPiAoaWYgY3JlYXRpbmcgYSBmb2xkZXIgYW5kIGZpbGUgdG9vayAqKjUgc2Vjb25kcyoqIGFuZCB3cml0aW5nIG9uZSBsaW5lIG9mIGNvZGUgdG9vayAqKjEwIHNlY29uZHMqKiwNCj4gd2l0aCB0aGUgbm9ybWFsIGV2ZXJ5ZGF5IHJlYWxpdGllcyBhdCB0aGUgb2ZmaWNlLCB0aGF0IGluY2x1ZGVzIHRoZSBjb21wb25lbnQgcGxhbm5pbmcsIG1hcHBpbmcgJiBkZWJ1Z2dpbmcuKQ0KDQpQcm9qZWN0IGR1cmF0aW9uOiAqKiMjI3Byb2plY3RXZWVrVGltZSMjIyB3ZWVrcyoqIG9yICoqIyMjcHJvamVjdE1vbnRoVGltZSMjIyBtb250aHMqKg0KDQo+IFRoaXMgKipjb21wb25lbnQqKiB3YXMgYnVpbGQgd2l0aCBhIEpvb21sYSBbQXV0b21hdGVkIENvbXBvbmVudCBCdWlsZGVyXShodHRwczovL3d3dy52ZG0uaW8vam9vbWxhLWNvbXBvbmVudC1idWlsZGVyKS4NCj4gRGV2ZWxvcGVkIGJ5IFtMbGV3ZWxseW4gdmFuIGRlciBNZXJ3ZV0obWFpbHRvOmpvb21sYUB2ZG0uaW8pDQoNCltDVVNUT01DT0RFPXJlYWRNRWNvbnRyaWJ1dG9yc10=',
'Llewellyn van der Merwe', 'default.txt', '',
'', 'Vast Development Method', '2.0.3',
'Copyright (C) 2015. All Rights Reserved', '',
'', '', '', 1, '', 'Just a
basic demo of the most basic implementations of the
[Joomla](http://www.joomla.org) Component Builder\'s ability.',
'joomla@vdm.io', '', '',
'https://github.com/Llewellynvdm/Joomla-Demo-Component',
'hcYWdyvSGveEnSAqqDG8ybLDgwZ50qMcicGZ3GYQkHc=',
'images/vdm/demo500.jpg', '', 'GNU/GPL Version 2
or later - http://www.gnu.org/licenses/gpl-2.0.html',
'Demo', 'Demo (public)', '.git',
'demo', 4, '', '',
'CS8qKg0KCSAqCUNoYW5nZSB0byBuaWNlIGZhbmN5IGRhdGUNCgkgKi8NCglwdWJsaWMgc3RhdGljIGZ1bmN0aW9uIGZhbmN5RGF0ZSgkZGF0ZSkNCgl7DQoJCWlmICghc2VsZjo6aXNWYWxpZFRpbWVTdGFtcCgkZGF0ZSkpDQoJCXsNCgkJCSRkYXRlID0gc3RydG90aW1lKCRkYXRlKTsNCgkJfQ0KCQlyZXR1cm4gZGF0ZSgnalMgXG9cZiBGIFknLCRkYXRlKTsNCgl9DQoNCgkvKioNCgkgKglDaGFuZ2UgdG8gbmljZSBmYW5jeSB0aW1lIGFuZCBkYXRlDQoJICovDQoJcHVibGljIHN0YXRpYyBmdW5jdGlvbiBmYW5jeURhdGVUaW1lKCR0aW1lKQ0KCXsNCgkJaWYgKCFzZWxmOjppc1ZhbGlkVGltZVN0YW1wKCR0aW1lKSkNCgkJew0KCQkJJHRpbWUgPSBzdHJ0b3RpbWUoJHRpbWUpOw0KCQl9DQoJCXJldHVybiBkYXRlKCcoRzppKSBqUyBcb1xmIEYgWScsJHRpbWUpOw0KCX0NCg0KCS8qKg0KCSAqCUNoYW5nZSB0byBuaWNlIGhvdXI6bWludXRlcyB0aW1lDQoJICovDQoJcHVibGljIHN0YXRpYyBmdW5jdGlvbiBmYW5jeVRpbWUoJHRpbWUpDQoJew0KCQlpZiAoIXNlbGY6OmlzVmFsaWRUaW1lU3RhbXAoJHRpbWUpKQ0KCQl7DQoJCQkkdGltZSA9IHN0cnRvdGltZSgkdGltZSk7DQoJCX0NCgkJcmV0dXJuIGRhdGUoJ0c6aScsJHRpbWUpOw0KCX0NCg0KCS8qKg0KCSAqCUNoZWNrIGlmIHN0cmluZyBpcyBhIHZhbGlkIHRpbWUgc3RhbXANCgkgKi8NCglwdWJsaWMgc3RhdGljIGZ1bmN0aW9uIGlzVmFsaWRUaW1lU3RhbXAoJHRpbWVzdGFtcCkNCgl7DQoJCXJldHVybiAoKGludCkgJHRpbWVzdGFtcCA9PT0gJHRpbWVzdGFtcCkNCgkJJiYgKCR0aW1lc3RhbXAgPD0gUEhQX0lOVF9NQVgpDQoJCSYmICgkdGltZXN0YW1wID49IH5QSFBfSU5UX01BWCk7DQoJfQ0K',
'CQkvLyBHZXQgQXBwbGljYXRpb24gb2JqZWN0DQoJCSRhcHAgPSBKRmFjdG9yeTo6Z2V0QXBwbGljYXRpb24oKTsNCgkJJGFwcC0+ZW5xdWV1ZU1lc3NhZ2UoJ1RoaXMgaXMgYSBkZW1vIGNvbXBvbmVudCBkZXZlbG9wZWQgaW4gPGEgaHJlZj0iaHR0cDovL3ZkbS5iei9jb21wb25lbnQtYnVpbGRlciIgdGFnZXQ9Il9iYWxuayIgdGl0bGU9Ikpvb21sYSBDb21wb25lbnQgQnVpbGRlciI+SkNCPC9hPiEgWW91IGNhbiBidWlsZCBtb3JlIGNvbXBvbmVudHMgbGlrZSB0aGlzIHdpdGggSkNCLCBjaGVja291dCBvdXIgcGFnZSBvbiA8YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vdmRtLWlvL0pvb21sYS1Db21wb25lbnQtQnVpbGRlciIgdGFnZXQ9Il9iYWxuayIgdGl0bGU9Ikpvb21sYSBDb21wb25lbnQgQnVpbGRlciI+Z2l0aHViPC9hPiBmb3IgbW9yZSBpbmZvLiBUaGUgZnV0dXJlIG9mIDxhIGhyZWY9Imh0dHA6Ly92ZG0uYnovY29tcG9uZW50LWJ1aWxkZXIiIHRhZ2V0PSJfYmFsbmsiIHRpdGxlPSJKb29tbGEgQ29tcG9uZW50IEJ1aWxkZXIiPkpvb21sYSBDb21wb25lbnQgRGV2ZWxvcG1lbnQ8L2E+IGlzIEhlcmUhJywgJ0luZm8nKTs=',
'', '', '', '', 'Demo
Component', '', '',
'https://www.vdm.io/', 1, '2016-10-18 11:44:09',
'2020-11-17 17:19:57', '', 10,
'G2Rww7JuEI+de+Bm1ljKg72Hgt3MUfutTh1P15UayKU=', '',
'efde995e-60aa-4b39-b644-44349dfb660d');

--
-- Dumping data for table `#__componentbuilder_admin_view`
--

INSERT INTO `#__componentbuilder_admin_view` (`id`, `add_css_view`,
`add_css_views`, `add_custom_button`, `add_custom_import`, `add_fadein`,
`add_javascript_view_file`, `add_javascript_view_footer`,
`add_javascript_views_file`, `add_javascript_views_footer`, `add_php_ajax`,
`add_php_allowedit`, `add_php_batchcopy`, `add_php_batchmove`,
`add_php_getitem`, `add_php_getitems`, `add_php_getitems_after_all`,
`add_php_getlistquery`, `add_php_postsavehook`, `add_php_save`, `add_sql`,
`addlinked_views`, `addpermissions`, `addtables`, `addtabs`,
`add_php_before_delete`, `add_php_before_publish`, `add_php_document`,
`add_php_after_delete`, `add_php_after_publish`, `php_before_delete`,
`php_before_publish`, `php_controller`, `php_document`, `php_after_delete`,
`php_after_publish`, `ajax_input`, `css_view`, `css_views`,
`custom_button`, `description`, `html_import_view`, `icon`, `icon_add`,
`icon_category`, `javascript_view_file`, `javascript_view_footer`,
`javascript_views_file`, `javascript_views_footer`, `name_list`,
`system_name`, `name_single`, `php_ajaxmethod`, `php_allowedit`,
`php_batchcopy`, `php_batchmove`, `php_getitem`, `php_getitems`,
`php_getitems_after_all`, `php_getlistquery`, `php_import`,
`php_import_display`, `php_import_save`, `php_import_setdata`, `php_model`,
`php_postsavehook`, `php_save`, `short_description`, `source`, `sql`,
`type`, `params`, `published`, `created`, `modified`, `version`, `hits`,
`ordering`, `guid`) VALUES
(109, '', '', '', '', 1,
'', '', '', '', '',
'', '', '', '', '',
'', '', '', '', '',
'{}',
'{\"addpermissions0\":{\"action\":\"view.edit\",\"implementation\":3},\"addpermissions1\":{\"action\":\"view.edit.own\",\"implementation\":3},\"addpermissions2\":{\"action\":\"view.edit.state\",\"implementation\":3},\"addpermissions3\":{\"action\":\"view.edit.created_by\",\"implementation\":3},\"addpermissions4\":{\"action\":\"view.edit.created\",\"implementation\":3},\"addpermissions5\":{\"action\":\"view.create\",\"implementation\":3},\"addpermissions6\":{\"action\":\"view.delete\",\"implementation\":3},\"addpermissions7\":{\"action\":\"view.access\",\"implementation\":3}}',
'{}',
'{\"addtabs0\":{\"name\":\"Details\"},\"addtabs1\":{\"name\":\"More\"}}',
'', '', '', '', '',
'', '', '', '', '',
'', '{}', '', '', '{}',
'', '', 'images/WoodMannequin-icon.png',
'images/WoodMannequin-icon-plus.png', '', '',
'', '', '', 'Looks',
'Look', 'Look', '', '',
'', '', '', '', '',
'', '', '', '', '',
'', '', '', 'The demo view',
'', '', 1,
'{\"fieldordering\":{\"add_admin_ordering\":\"0\",\"admin_ordering_fields\":{\"admin_ordering_fields0\":{\"field\":\"\",\"direction\":\"ASC\"}},\"add_linked_ordering\":\"0\",\"linked_ordering_fields\":{\"linked_ordering_fields0\":{\"field\":\"\",\"direction\":\"ASC\"}}},\"privacy\":{\"activate\":\"1\",\"permissions\":\"1\",\"anonymize\":\"0\",\"anonymize_fields\":[],\"user_link\":\"1\",\"custom_link\":\"$query->where($db->quoteName(\'created_by\')
. \' = \' .
$db->quote($user->id));\",\"other_user_field\":\"682\"}}',
1, '2016-10-18 11:44:46', '2020-05-21 14:39:27', 18,
'', 110, 'c1053952-8a84-4398-aef1-41726f7c0043');



--
-- Dumping data for table `#__componentbuilder_site_view`
--

INSERT INTO `#__componentbuilder_site_view` (`id`, `add_css_document`,
`add_css`, `add_js_document`, `add_php_document`, `add_php_jview`,
`add_php_jview_display`, `add_php_view`, `add_php_ajax`,
`add_custom_button`, `custom_button`, `button_position`, `php_controller`,
`php_model`, `ajax_input`, `php_ajaxmethod`, `codename`, `css_document`,
`css`, `custom_get`, `default`, `description`, `dynamic_get`,
`js_document`, `main_get`, `name`, `system_name`, `php_document`,
`php_jview`, `php_jview_display`, `php_view`, `snippet`, `params`,
`published`, `created`, `modified`, `version`, `hits`, `ordering`, `guid`)
VALUES
(23, '', '', '', '', '',
'', '', '', '', '',
'', '', '', '', '',
'looks', '', '', '',
'PHRhYmxlIGNsYXNzPSJ1ay10YWJsZSB1ay10YWJsZS1ob3ZlciI+DQogICAgPGNhcHRpb24+PD9waHAgZWNobyBKVGV4dDo6XygnTGlzdCBvZiBhbGwgbG9va3MnKTsgPz48L2NhcHRpb24+DQogICAgPHRoZWFkPg0KICAgICAgICA8dHI+DQogICAgICAgICAgICA8dGg+PD9waHAgZWNobyBKVGV4dDo6XygnTmFtZScpOyA/PjwvdGg+DQogICAgICAgICAgICA8dGg+PD9waHAgZWNobyBKVGV4dDo6XygnRGVzY3JpcHRpb24nKTsgPz48L3RoPg0KICAgICAgICA8L3RyPg0KICAgIDwvdGhlYWQ+DQogICAgPHRib2R5Pg0KICAgICAgICA8P3BocCBmb3JlYWNoICgkdGhpcy0+aXRlbXMgYXMgJGl0ZW0pOiA/Pg0KICAgICAgICA8dHI+DQogICAgICAgICAgICA8dGQ+PGEgaHJlZj0iPD9waHAgZWNobyAgW1tbQ29tcG9uZW50XV1dSGVscGVyUm91dGU6OmdldExvb2tpbmdSb3V0ZSgkaXRlbS0+c2x1Zyk7ID8+IiA+PD9waHAgZWNobyAkaXRlbS0+bmFtZTsgPz48L2E+PC90ZD4NCiAgICAgICAgICAgIDx0ZD48P3BocCBlY2hvICR0aGlzLT5lc2NhcGUoJGl0ZW0tPmRlc2NyaXB0aW9uLCB0cnVlLCAxMjApOyA/Pjw/cGhwIGVjaG8gJGl0ZW0tPmVkaXRMaW5rOyA/PjwvdGQ+DQogICAgICAgIDwvdHI+DQogICAgICAgIDw/cGhwIGVuZGZvcmVhY2g7ID8+DQogICAgPC90Ym9keT4NCjwvdGFibGU+',
'The List of all published looks', 36, '', 36,
'Looks', 'Looks', '', '',
'', '', '', '', 1, '2016-04-05
14:31:59', '2016-10-20 15:57:24', 9, '', 14,
'b2dce59e-e3b8-4467-bcb5-8f2df4bdfeb7'),
(25, '', '', '', '', 1, 1,
'', '', '', '', 1, '',
'', '', '', 'looking',
'', '', '',
'PGFydGljbGUgY2xhc3M9InVrLWNvbW1lbnQiPg0KICAgIDxoZWFkZXIgY2xhc3M9InVrLWNvbW1lbnQtaGVhZGVyIj4NCiAgICAgICAgPGltZyBjbGFzcz0idWstY29tbWVudC1hdmF0YXIiIHNyYz0ie2ltYWdldXJsfSIgYWx0PSIiPg0KICAgICAgICA8aDQgY2xhc3M9InVrLWNvbW1lbnQtdGl0bGUiPjw/cGhwIGVjaG8gJHRoaXMtPmVzY2FwZSgkdGhpcy0+aXRlbS0+bmFtZSk7ID8+PC9oND4NCiAgICAgICAgPGRpdiBjbGFzcz0idWstY29tbWVudC1tZXRhIj48P3BocCBlY2hvIEpUZXh0OjpfKCdIaXRzJyk7ID8+OiA8P3BocCBlY2hvICR0aGlzLT5pdGVtLT5oaXRzOyA/PjwvZGl2Pg0KICAgIDwvaGVhZGVyPg0KICAgIDxkaXYgY2xhc3M9InVrLWNvbW1lbnQtYm9keSI+DQogICAgICAgIDw/cGhwIGVjaG8gJHRoaXMtPml0ZW0tPmRlc2NyaXB0aW9uOyA/Pg0KICAgICAgICA8P3BocCBpZiAoJHRoaXMtPml0ZW0tPmFkZCk6ID8+DQogICAgICAgICAgICA8YnIgLz4NCiAgICAgICAgICAgIDwhLS0gVGhpcyBpcyBhIGJ1dHRvbiB0b2dnbGluZyB0aGUgbW9kYWwgLS0+DQogICAgICAgICAgICA8YnV0dG9uIGNsYXNzPSJ1ay1idXR0b24iIGRhdGEtdWstbW9kYWw9Int0YXJnZXQ6JyNtb3JlLWRldGFpbHMtMDkwJ30iPjw/cGhwIGVjaG8gSlRleHQ6Ol8oJ01vcmUgRGV0YWlscycpOyA/PjwvYnV0dG9uPg0KICAgICAgICA8P3BocCBlbmRpZjsgPz4NCiAgICA8L2Rpdj4NCjwvYXJ0aWNsZT4NCjw/cGhwIGlmICgkdGhpcy0+aXRlbS0+YWRkKTogPz4NCjwhLS0gVGhpcyBpcyB0aGUgbW9kYWwgLS0+DQo8ZGl2IGlkPSJtb3JlLWRldGFpbHMtMDkwIiBjbGFzcz0idWstbW9kYWwiPg0KICAgIDxkaXYgY2xhc3M9InVrLW1vZGFsLWRpYWxvZyI+DQogICAgICAgIDxhIGNsYXNzPSJ1ay1tb2RhbC1jbG9zZSB1ay1jbG9zZSI+PC9hPg0KICAgICAgICA8ZGwgY2xhc3M9InVrLWRlc2NyaXB0aW9uLWxpc3QtaG9yaXpvbnRhbCI+DQogICAgICAgIDw/cGhwIGlmIChbW1tDb21wb25lbnRdXV1IZWxwZXI6OmNoZWNrU3RyaW5nKCR0aGlzLT5pdGVtLT5kYXRlb2ZiaXJ0aCkpOiA/Pg0KICAgICAgICAgICAgPGR0Pjw/cGhwIGVjaG8gSlRleHQ6Ol8oJ0JpcnRoIGRheScpOyA/PjwvZHQ+PGRkPjw/cGhwIGVjaG8gW1tbQ29tcG9uZW50XV1dSGVscGVyOjpmYW5jeURhdGUoJHRoaXMtPmVzY2FwZSgkdGhpcy0+aXRlbS0+ZGF0ZW9mYmlydGgpKTsgPz48L2RkPg0KICAgICAgICA8P3BocCBlbmRpZjsgPz4NCiAgICAgICAgPD9waHAgaWYgKFtbW0NvbXBvbmVudF1dXUhlbHBlcjo6Y2hlY2tTdHJpbmcoJHRoaXMtPml0ZW0tPmVtYWlsKSk6ID8+DQogICAgICAgICAgICA8ZHQ+PD9waHAgZWNobyBKVGV4dDo6XygnRW1haWwnKTsgPz48L2R0PjxkZD48P3BocCBlY2hvICR0aGlzLT5lc2NhcGUoJHRoaXMtPml0ZW0tPmVtYWlsKTsgPz48L2RkPg0KICAgICAgICA8P3BocCBlbmRpZjsgPz4NCiAgICAgICAgPD9waHAgaWYgKFtbW0NvbXBvbmVudF1dXUhlbHBlcjo6Y2hlY2tTdHJpbmcoJHRoaXMtPml0ZW0tPm1vYmlsZV9waG9uZSkpOiA/Pg0KICAgICAgICAgICAgPGR0Pjw/cGhwIGVjaG8gSlRleHQ6Ol8oJ01vYmlsZScpOyA/PjwvZHQ+PGRkPjw/cGhwIGVjaG8gJHRoaXMtPmVzY2FwZSgkdGhpcy0+aXRlbS0+bW9iaWxlX3Bob25lKTsgPz48L2RkPg0KICAgICAgICA8P3BocCBlbmRpZjsgPz4NCiAgICAgICAgPD9waHAgaWYgKFtbW0NvbXBvbmVudF1dXUhlbHBlcjo6Y2hlY2tTdHJpbmcoJHRoaXMtPml0ZW0tPndlYnNpdGUpKTogPz4NCiAgICAgICAgICAgIDxkdD48P3BocCBlY2hvIEpUZXh0OjpfKCdXZWJzaXRlJyk7ID8+PC9kdD48ZGQ+PD9waHAgZWNobyAkdGhpcy0+ZXNjYXBlKCR0aGlzLT5pdGVtLT53ZWJzaXRlKTsgPz48L2RkPg0KICAgICAgICA8P3BocCBlbmRpZjsgPz4NCiAgICAgICAgPC9kbD4NCiAgICA8L2Rpdj4NCjwvZGl2Pg0KPD9waHAgZW5kaWY7ID8+',
'Looking at a look', 39, '', 39, 'Looking',
'Looking', '',
'CSAvKioNCgkgKiBJbmNyZW1lbnQgdGhlIGhpdCBjb3VudGVyIGZvciB0aGUgcHJlYWNoZXIuDQoJICoNCgkgKiBAcGFyYW0gICBpbnRlZ2VyICAkcGsgIFByaW1hcnkga2V5IG9mIHRoZSBwcmVhY2hlciB0byBpbmNyZW1lbnQuDQoJICoNCgkgKiBAcmV0dXJuICBib29sZWFuICBUcnVlIGlmIHN1Y2Nlc3NmdWw7DQoJICovDQoJcHVibGljIGZ1bmN0aW9uIGhpdCgkcGsgPSAwKQ0KCXsNCgkJaWYgKCRwaykNCgkJew0KCQkJJGRiID0gSkZhY3Rvcnk6OmdldERibygpOw0KCQkJJHF1ZXJ5ID0gJGRiLT5nZXRRdWVyeSh0cnVlKTsNCg0KCQkJLy8gRmllbGRzIHRvIHVwZGF0ZS4NCgkJCSRmaWVsZHMgPSBhcnJheSgNCgkJCSAgICAkZGItPnF1b3RlTmFtZSgnaGl0cycpIC4gJyA9ICcuJGRiLT5xdW90ZU5hbWUoJ2hpdHMnKS4nICsgMScNCgkJCSk7DQoNCgkJCS8vIENvbmRpdGlvbnMgZm9yIHdoaWNoIHJlY29yZHMgc2hvdWxkIGJlIHVwZGF0ZWQuDQoJCQkkY29uZGl0aW9ucyA9IGFycmF5KA0KCQkJICAgICRkYi0+cXVvdGVOYW1lKCdpZCcpIC4gJyA9ICcgLiAkcGsNCgkJCSk7DQoNCgkJCSRxdWVyeS0+dXBkYXRlKCRkYi0+cXVvdGVOYW1lKCcjX19bW1tjb21wb25lbnRdXV1fbG9vaycpKS0+c2V0KCRmaWVsZHMpLT53aGVyZSgkY29uZGl0aW9ucyk7DQoNCgkJCSRkYi0+c2V0UXVlcnkoJHF1ZXJ5KTsNCgkJCXJldHVybiAkZGItPmV4ZWN1dGUoKTsNCgkJfQ0KCQlyZXR1cm4gZmFsc2U7DQoJfQ==',
'Ly8gYWRkIGEgaGl0IHRvIHRoZSBsb29rDQppZiAoJHRoaXMtPmhpdCgkdGhpcy0+aXRlbS0+aWQpKQ0Kew0KCSR0aGlzLT5pdGVtLT5oaXRzKys7DQp9',
'', '', '', 1, '2016-10-20
15:11:29', '2016-10-20 17:10:58', 16, '', 14,
'851ed44e-5431-4951-876f-4b62a4c56ad2');





--
-- Dumping data for table `#__componentbuilder_dynamic_get`
--

INSERT INTO `#__componentbuilder_dynamic_get` (`id`,
`add_php_after_getitem`, `add_php_before_getitem`,
`add_php_after_getitems`, `add_php_before_getitems`,
`add_php_getlistquery`, `php_after_getitem`, `php_before_getitem`,
`php_before_getitems`, `php_getlistquery`, `php_after_getitems`,
`pagination`, `addcalculation`, `db_selection`, `db_table_main`, `filter`,
`getcustom`, `gettype`, `global`, `join_db_table`, `join_view_table`,
`main_source`, `name`, `order`, `php_calculation`, `php_custom_get`,
`view_selection`, `view_table_main`, `where`, `params`, `published`,
`version`, `hits`, `ordering`, `guid`) VALUES
(36, '', '', 1, '', '',
'', '', '', '',
'CQkvLyBkbyBhIHF1aWNrIGJ1aWxkIG9mIGFsbCBlZGl0IGxpbmtzIGxpbmtzDQoJCWlmIChpc3NldCgkaXRlbXMpICYmICRpdGVtcykNCgkJew0KCQkJZm9yZWFjaCAoJGl0ZW1zIGFzICRuciA9PiAmJGl0ZW0pDQoJCQl7DQoJCQkJJGNhbkRvID0gW1tbQ29tcG9uZW50XV1dSGVscGVyOjpnZXRBY3Rpb25zKCdsb29rJywkaXRlbSwnbG9va3MnKTsNCgkJCQlpZiAoJGNhbkRvLT5nZXQoJ2xvb2suZWRpdCcpKQ0KCQkJCXsNCgkJCQkJJGl0ZW0tPmVkaXRMaW5rID0gJzxiciAvPjxiciAvPjxhIGNsYXNzPSJ1ay1idXR0b24gdWstYnV0dG9uLXByaW1hcnkgdWstd2lkdGgtMS0xIiBocmVmPSInOw0KCQkJCQkkaXRlbS0+ZWRpdExpbmsgLj0gSlJvdXRlOjpfKCdpbmRleC5waHA/b3B0aW9uPWNvbV9bW1tjb21wb25lbnRdXV0mdmlldz1sb29rJnRhc2s9bG9vay5lZGl0JmlkPScgLiAkaXRlbS0+aWQpOw0KCQkJCQkkaXRlbS0+ZWRpdExpbmsgLj0gJyI+PGkgY2xhc3M9InVrLWljb24tcGVuY2lsIj48L2k+PHNwYW4gY2xhc3M9InVrLWhpZGRlbi1zbWFsbCI+JzsNCgkJCQkJJGl0ZW0tPmVkaXRMaW5rIC49IEpUZXh0OjpfKCdFZGl0IExvb2snKTsNCgkJCQkJJGl0ZW0tPmVkaXRMaW5rIC49ICc8L3NwYW4+PC9hPic7DQoJCQkJfQ0KCQkJCWVsc2UNCgkJCQl7DQoJCQkJCSRpdGVtLT5lZGl0TGluayA9ICcnOw0KCQkJCX0NCgkJCX0NCgkJfQ==',
1, '', '', '', '', '', 2,
'', '', '', 1, 'Looks',
'{\"order0\":{\"table_key\":\"a.name\",\"direction\":\"ASC\"}}',
'', '', 'a.*', 109,
'{\"where0\":{\"table_key\":\"a.published\",\"operator\":\"1\",\"value_key\":\"1\"}}',
'', 1, 12, '', 13,
'32b3ae7d-8aa8-47f1-ab2e-30076ddaa029'),
(39, '', '', '', '', '',
'', '', '', '', '', 1,
'', '', '',
'{\"filter0\":{\"filter_type\":\"1\",\"state_key\":\"id\",\"operator\":\"1\",\"table_key\":\"a.id\"}}',
'', 1, '', '', '', 1,
'Looking', '', '', '', 'a.id
AS id\r\na.name AS name\r\na.alias AS alias\r\na.description AS
description\r\na.add AS add\r\na.email AS email\r\na.mobile_phone AS
mobile_phone\r\na.dateofbirth AS dateofbirth\r\na.image AS
image\r\na.website AS website\r\na.published AS published\r\na.hits AS
hits\r\na.created_by AS created_by', 109, '', '',
1, 8, '', '',
'98e6ea56-0911-4d89-b1f4-8f0bb1e4aa5a');



--
-- Dumping data for table `#__componentbuilder_library`
--

INSERT INTO `#__componentbuilder_library` (`id`, `addconditions`,
`description`, `type`, `how`, `name`, `php_setdocument`, `published`,
`created`, `modified`, `version`, `hits`, `ordering`, `guid`) VALUES
(1, '', '', 1, '', 'No Library',
'', 1, '2017-11-11 22:08:33', '2017-12-08
15:51:34', 4, '', 1,
'bc8e675d-7536-4a68-b186-fb4b988fa3e2'),
(2, '', '', 1, 1, 'Bootstrap v4',
'', 1, '2017-11-12 02:08:39', '2017-12-17
09:04:10', 18, '', 2,
'6f6650a5-ebff-4783-8508-f0285c0e98a6'),
(3, '{}', '', 1, 1, 'Uikit v3', '',
1, '2017-11-11 22:08:45', '2021-05-27 00:18:36', 20,
'', 3, '5eeee148-cebd-4a92-bc0e-56efea3cffdc'),
(4, '', '', 1, 4, 'Uikit v2', '',
1, '2017-11-11 22:08:51', '2018-06-29 02:36:17', 6,
'', 4, '367fbf66-890e-42a7-a82d-f780d2f86786'),
(5, '', '', 1, 4, 'FooTable v2',
'', 1, '2017-11-11 22:08:57', '2017-12-11
20:07:32', 9, '', 5,
'a90edd5a-8521-4fb1-b6b3-9a21e9f56642'),
(6, '', '', 1, 4, 'FooTable v3',
'', 1, '2017-11-25 22:11:03', '2017-12-10
15:54:45', 12, '', 6,
'86829029-dc8a-424e-b046-b189a92565d9');

--
-- Dumping data for table `#__componentbuilder_snippet`
--

INSERT INTO `#__componentbuilder_snippet` (`id`, `contributor_company`,
`contributor_email`, `contributor_name`, `contributor_website`,
`description`, `heading`, `library`, `name`, `snippet`, `type`, `url`,
`usage`, `params`, `published`, `created`, `modified`, `version`, `hits`,
`ordering`, `guid`) VALUES
(1, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'The grid system of UIkit follows the mobile-first approach and
accomodates up to 10 grid columns. It uses units with predefined classes
inside each grid, which define the column width. It is also possible to
combine the grid with classes from the Flex component, although it works
only in modern browsers.', 'Create a fully responsive, fluid and
nestable grid layout.', 4, 'Grid',
'PGRpdiBkYXRhLXVrLWdyaWQtbWFyZ2luPSIiIGNsYXNzPSJ0bS1ncmlkLXRydW5jYXRlIHVrLWdyaWQgdWstZ3JpZC1kaXZpZGVyIHVrLXRleHQtY2VudGVyIj4NCiAgICA8ZGl2IGNsYXNzPSJ1ay13aWR0aC1tZWRpdW0tMS0zIj4NCiAgICAJPGRpdiBjbGFzcz0idWstcGFuZWwgdWstcGFuZWwtYm94Ij4NCiAgICAgICAgCXtjb250ZW50fQ0KICAgICAgICA8L2Rpdj4NCiAgICA8L2Rpdj4NCiAgICA8ZGl2IGNsYXNzPSJ1ay13aWR0aC1tZWRpdW0tMS0zIj4NCiAgICAJPGRpdiBjbGFzcz0idWstcGFuZWwgdWstcGFuZWwtYm94Ij4NCiAgICAgICAgCXtjb250ZW50fQ0KICAgICAgICA8L2Rpdj4NCiAgICA8L2Rpdj4NCiAgICA8ZGl2IGNsYXNzPSJ1ay13aWR0aC1tZWRpdW0tMS0zIj4NCiAgICAJPGRpdiBjbGFzcz0idWstcGFuZWwgdWstcGFuZWwtYm94Ij4NCiAgICAgICAgCXtjb250ZW50fQ0KICAgICAgICA8L2Rpdj4NCiAgICA8L2Rpdj4NCjwvZGl2Pg==',
1, 'http://getuikit.com/docs/grid.html', 'To create the grid
container, add the .uk-grid class to a parent element. Add one of the
.uk-width-* classes to child elements to determine, how the units shall be
sized. The grid supports 1, 2, 3, 4, 5, 6 and 10 unit divisions. This table
gives you an overview of the uk-width-* classes that can be applied to
units.', '', 1, '2015-05-19 17:18:32',
'2017-11-11 22:09:27', 77, '', 1,
'fba0aa3f-03e4-49e7-92b6-9d5e98f66967'),
(2, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'UIkit uses panels to outline certain sections of your content, which
can be styled differently. Typically, panels are arranged in grid columns
from the Grid component.', 'Create layout boxes with different
styles.', 4, 'Panel',
'PGRpdiBkYXRhLXVrLWdyaWQtbWFyZ2luPSIiIGNsYXNzPSJ1ay1ncmlkIj4NCiAgICA8ZGl2IGNsYXNzPSJ1ay13aWR0aC1tZWRpdW0tMS0yIj4NCiAgICAgICAgPGRpdiBjbGFzcz0idWstcGFuZWwgdWstcGFuZWwtYm94Ij4NCiAgICAgICAgICAgIDxoMyBjbGFzcz0idWstcGFuZWwtdGl0bGUiPnt0aXRsZX08L2gzPg0KICAgICAgICAgICAge2NvbnRlbnR9DQogICAgICAgIDwvZGl2Pg0KICAgIDwvZGl2Pg0KICAgIDxkaXYgY2xhc3M9InVrLXdpZHRoLW1lZGl1bS0xLTIiPg0KICAgICAgICA8ZGl2IGNsYXNzPSJ1ay1wYW5lbCB1ay1wYW5lbC1ib3giPg0KICAgICAgICAgICAgPGgzIGNsYXNzPSJ1ay1wYW5lbC10aXRsZSI+e3RpdGxlfTwvaDM+DQogICAgICAgICAgICB7Y29udGVudH0NCiAgICAgICAgPC9kaXY+DQogICAgPC9kaXY+DQo8L2Rpdj4=',
1, 'http://getuikit.com/docs/panel.html', 'The Panel
component consists of the panel itself, the panel title and a panel badge.
To prevent redundant white space, top and bottom margins are removed from
the panel\'s content.', '', 1, '2015-05-19
20:04:54', '2017-11-11 22:09:27', 70, '', 1,
'4b6e7ee3-75d9-459a-805e-764915247253'),
(3, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Separate content sections by bundling them in blocks
with different styles.', 4, 'Block',
'PGRpdiBjbGFzcz0idWstYmxvY2sgdWstYmxvY2stcHJpbWFyeSI+e2NvbnRlbnR9PC9kaXY+',
1, 'http://getuikit.com/docs/block.html', 'To apply this
component, just add the .uk-block class to a container element.',
'', 1, '2015-05-19 20:09:41', '2017-11-11
22:09:27', 56, '', 2,
'cf2eb2fa-38d1-431c-9383-939c58becd7a'),
(4, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create articles within your page.', 4,
'Article',
'PGFydGljbGUgY2xhc3M9InVrLWFydGljbGUiPg0KICAgIDxoMSBjbGFzcz0idWstYXJ0aWNsZS10aXRsZSI+e3RpdGxlfTwvaDE+DQogICAgPHAgY2xhc3M9InVrLWFydGljbGUtbWV0YSI+e21ldGF9PC9wPg0KICAgIDxwIGNsYXNzPSJ1ay1hcnRpY2xlLWxlYWQiPntjb250ZW50fTwvcD4NCiAgICB7Y29udGVudH0NCiAgICA8aHIgY2xhc3M9InVrLWFydGljbGUtZGl2aWRlciI+DQogICAge2NvbnRlbnR9DQo8L2FydGljbGU+',
1, 'http://getuikit.com/docs/article.html', 'The article
component consists of the article itself, a title, meta data, an opening
paragraph and dividers.', '', 1, '2015-05-19
20:12:06', '2017-11-11 22:09:27', 53, '', 3,
'ced3bf82-0a72-4acd-a1f5-471959993f2b'),
(5, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create comments, for example about articles.', 4,
'Comment',
'PGFydGljbGUgY2xhc3M9InVrLWNvbW1lbnQiPg0KICAgIDxoZWFkZXIgY2xhc3M9InVrLWNvbW1lbnQtaGVhZGVyIj4NCiAgICAgICAgPGltZyBjbGFzcz0idWstY29tbWVudC1hdmF0YXIiIHNyYz0ie2ltYWdldXJsfSIgYWx0PSIiPg0KICAgICAgICA8aDQgY2xhc3M9InVrLWNvbW1lbnQtdGl0bGUiPnt0aXRsZX08L2g0Pg0KICAgICAgICA8ZGl2IGNsYXNzPSJ1ay1jb21tZW50LW1ldGEiPnttZXRhfTwvZGl2Pg0KICAgIDwvaGVhZGVyPg0KICAgIDxkaXYgY2xhc3M9InVrLWNvbW1lbnQtYm9keSI+e3RpdGxlfTwvZGl2Pg0KPC9hcnRpY2xlPg==',
1, 'http://getuikit.com/docs/comment.html', 'The Comment
component consists of a comment header, including an avatar, a title and
meta data, and a comment body.', '', 1, '2015-05-19
20:13:53', '2017-11-11 22:09:27', 54, '', 4,
'29e9ecf1-0646-44a6-a226-37cfdd4242dc'),
(6, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful utility classes to style your
content.', 4, 'Utility Container',
'PGRpdiBjbGFzcz0idWstd2lkdGgtbWVkaXVtLTEtMiB1ay1jb250YWluZXItY2VudGVyIj57Y29udGVudH08L2Rpdj4=',
1, 'http://getuikit.com/docs/utility.html', 'Add the
.uk-container class to a block element to give it a max-width and wrap the
main content of your website. For large screens it applies a different
max-width.\r\n\r\nTo center the container, use the .uk-container-center
class. For any other block element, you additionally need to apply a
width.', '', 1, '2015-05-19 20:18:00',
'2017-11-11 22:09:27', 56, '', 5,
'18735087-2ad0-465b-9468-bfac52b56721'),
(7, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful utility classes to style your
content.', 4, 'Utility Clearing and floating',
'PGRpdiBjbGFzcz0idWstY2xlYXJmaXgiPg0KICAgIDxkaXYgY2xhc3M9InVrLWZsb2F0LXJpZ2h0Ij57Y29udGVudH08L2Rpdj4NCiAgICA8ZGl2IGNsYXNzPSJ1ay1mbG9hdC1sZWZ0Ij57Y29udGVudH08L2Rpdj4NCjwvZGl2Pg==',
1, 'http://getuikit.com/docs/utility.html', 'Floating is
fundamental for creating all kinds of layouts. But floats need to be
cleared or in the worst case, you might end up with a scrambled site. The
following classes will help you to setup basic layouts.',
'', 1, '2015-05-19 20:18:54', '2017-11-11
22:09:27', 54, '', 5,
'24e36964-a3ba-416d-93f5-be56c0e30231'),
(8, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'This component uses Flexbox, a concept that is still quite new but
extremely powerful for creating layouts.', 'Utilize the power of
Flexbox to create a wide range of layouts.', 4, 'Flex',
'PGRpdiBjbGFzcz0idWstZmxleCB1ay1mbGV4LXdyYXAgdWstZmxleC13cmFwLXJldmVyc2UgdWstZmxleC13cmFwLXNwYWNlLWFyb3VuZCI+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtMS0zIHVrLXBhbmVsIHVrLXBhbmVsLWJveCB1ay1wYW5lbC1ib3gtcHJpbWFyeSI+e2NvbnRlbnR9PC9kaXY+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtMS0yIHVrLXBhbmVsIHVrLXBhbmVsLWJveCB1ay1wYW5lbC1ib3gtcHJpbWFyeSB1ay1tYXJnaW4tbGVmdCI+e2NvbnRlbnR9PC9kaXY+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtMS0zIHVrLXBhbmVsIHVrLXBhbmVsLWJveCB1ay1wYW5lbC1ib3gtcHJpbWFyeSI+e2NvbnRlbnR9PC9kaXY+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtMS0zIHVrLXBhbmVsIHVrLXBhbmVsLWJveCB1ay1wYW5lbC1ib3gtcHJpbWFyeSB1ay1tYXJnaW4tbGVmdCI+e2NvbnRlbnR9PC9kaXY+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtMS0yIHVrLXBhbmVsIHVrLXBhbmVsLWJveCB1ay1wYW5lbC1ib3gtcHJpbWFyeSI+e2NvbnRlbnR9PC9kaXY+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtMS0zIHVrLXBhbmVsIHVrLXBhbmVsLWJveCB1ay1wYW5lbC1ib3gtcHJpbWFyeSB1ay1tYXJnaW4tbGVmdCI+e2NvbnRlbnR9PC9kaXY+DQo8L2Rpdj4=',
1, 'http://getuikit.com/docs/flex.html', 'To apply this
component, just add the .uk-flex class to a  element. This will create the
flex container. By default, all flex items will be aligned to the left and
equally matched in height and width.', '', 1,
'2015-05-19 20:22:23', '2017-11-11 22:09:27', 55,
'', 5, '7725158d-f8b6-4fc3-ada7-0cd994f98ce5'),
(9, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'This component allows you to create fullscreen teasers using images,
objects or even iframes. Regardless what kind of element, it will always be
centered vertically and horizontally and cover its container without losing
its proportions. You can also place additional content, like text or an
image, on top of the image or video.', 'Expand images or videos
to cover their entire container.', 4, 'Cover',
'PGRpdiBjbGFzcz0idWstY292ZXIiPg0KICAgIDx2aWRlbyBjbGFzcz0idWstY292ZXItb2JqZWN0IiB3aWR0aD0iIiBoZWlnaHQ9IiI+DQogICAgICAgIDxzb3VyY2Ugc3JjPSIiIHR5cGU9IiI+DQogICAgPC92aWRlbz4NCjwvZGl2Pg0KDQo8ZGl2IGNsYXNzPSJ1ay1jb3Zlci1iYWNrZ3JvdW5kIj4NCiAgICA8aW1nIGNsYXNzPSJ1ay1pbnZpc2libGUiIHNyYz0iIiB3aWR0aD0iIiBoZWlnaHQ9IiIgYWx0PSIiPg0KPC9kaXY+DQoNCjxkaXYgY2xhc3M9InVrLWNvdmVyIHVrLXBvc2l0aW9uLXJlbGF0aXZlIj4NCiAgICA8aW1nIGNsYXNzPSJ1ay1pbnZpc2libGUiIHNyYz0iIiB3aWR0aD0iIiBoZWlnaHQ9IiIgYWx0PSIiPg0KICAgIDx2aWRlbyBjbGFzcz0idWstY292ZXItb2JqZWN0IHVrLXBvc2l0aW9uLWFic29sdXRlIiB3aWR0aD0iIiBoZWlnaHQ9IiI+DQogICAgICAgIDxzb3VyY2Ugc3JjPSIiIHR5cGU9IiI+DQogICAgPC92aWRlbz4NCjwvZGl2Pg0KDQo8ZGl2IGNsYXNzPSJ1ay1jb3Zlci1iYWNrZ3JvdW5kIHVrLXBvc2l0aW9uLXJlbGF0aXZlIj4NCiAgICA8aW1nIGNsYXNzPSJ1ay1pbnZpc2libGUiIHNyYz0iIiB3aWR0aD0iIiBoZWlnaHQ9IiIgYWx0PSIiPg0KICAgIDxkaXYgY2xhc3M9InVrLXBvc2l0aW9uLWNvdmVyIHVrLWZsZXggdWstZmxleC1jZW50ZXIgdWstZmxleC1taWRkbGUiPntjb250ZW50fTwvZGl2Pg0KPC9kaXY+',
1, 'http://getuikit.com/docs/cover.html', 'The Cover
component is applied differently, depending on whether you are using a
background image, an object or an iframe. The simplest way is to add the
.uk-cover-background class to a  element with a background image.',
'', 1, '2015-05-19 20:29:57', '2017-11-11
22:09:27', 54, '', 5,
'2ca20d4d-82d3-412d-bada-95c2ba0d9bb0'),
(10, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'The Dynamic Grid component allows you to create a dynamic and
responsive grid layout utilizing the Grid component. Grid items will
arrange themselves fluently and seamlessly for a gap-free multi-column
layout on all device sizes.', 'Create a multi-column, dynamic
grid layout whose items can be sorted and filtered.', 4, 'Dynamic
Grid',
'PCEtLSBUaGlzIGlzIGEgZ3JpZCB1c2luZyB1ay13aWR0aC0qIG9uIGVhY2ggaXRlbSAtLT4NCjxkaXYgZGF0YS11ay1ncmlkPg0KICAgIDxkaXYgY2xhc3M9InVrLXdpZHRoLXNtYWxsLTEtMiB1ay13aWR0aC1tZWRpdW0tMS00Ij57Y29udGVudH08L2Rpdj4NCiAgICA8ZGl2IGNsYXNzPSJ1ay13aWR0aC1zbWFsbC0xLTIgdWstd2lkdGgtbWVkaXVtLTEtNCI+e2NvbnRlbnR9PC9kaXY+DQo8L2Rpdj4NCg0KPCEtLSBUaGlzIGlzIGEgZ3JpZCB1c2luZyB1ay1ncmlkLXdpZHRoLSogb24gdGhlIGdyaWQgaXRzZWxmIC0tPg0KPGRpdiBjbGFzcz0idWstZ3JpZC13aWR0aC1zbWFsbC0xLTIgdWstZ3JpZC13aWR0aC1tZWRpdW0tMS00IiBkYXRhLXVrLWdyaWQ+DQogICAgPGRpdj57Y29udGVudH08L2Rpdj4NCiAgICA8ZGl2Pntjb250ZW50fTwvZGl2Pg0KPC9kaXY+DQoNCjwhLS0gRmlsdGVyIENvbnRyb2xzIC0tPg0KPHVsIGlkPSJteS1pZCIgY2xhc3M9InVrLXN1Ym5hdiI+DQogICAgPGxpIGRhdGEtdWstZmlsdGVyPSIiPjxhIGhyZWY9IiI+QWxsPC9hPjwvbGk+DQogICAgPGxpIGRhdGEtdWstZmlsdGVyPSJmaWx0ZXItYSI+PGEgaHJlZj0iIj5BIEZpbHRlcjwvYT48L2xpPg0KICAgIDxsaSBkYXRhLXVrLWZpbHRlcj0iZmlsdGVyLWIiPjxhIGhyZWY9IiI+YiBGaWx0ZXI8L2E+PC9saT4NCjwvdWw+DQo8IS0tIER5bmFtaWMgR3JpZCAtLT4NCjxkaXYgZGF0YS11ay1ncmlkPSJ7Y29udHJvbHM6ICcjbXktaWQnfSI+DQogICAgPGRpdiBkYXRhLXVrLWZpbHRlcj0iZmlsdGVyLWEiPntjb250ZW50fTwvZGl2Pg0KICAgIDxkaXYgZGF0YS11ay1maWx0ZXI9ImZpbHRlci1iIj57Y29udGVudH08L2Rpdj4NCjwvZGl2Pg==',
1, 'http://getuikit.com/docs/grid-js.html', 'To apply this
component, add the data-uk-grid attribute to the container element. Set the
width of the grid items by using the uk-width-* or .uk-grid-width-* classes
from the Grid component.', '', 1, '2015-05-19
20:35:29', '2017-11-11 22:09:27', 53, '', 5,
'c7824206-e8db-4c3d-a910-5e0735fdb74b'),
(11, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Defines different styles for list navigations.',
4, 'Nav',
'PHVsIGNsYXNzPSJ1ay1uYXYgdWstbmF2LXNpZGUiPg0KICAgIDxsaSBjbGFzcz0idWstYWN0aXZlIj48YSBocmVmPSIjIj5BY3RpdmU8L2E+PC9saT4NCiAgICA8bGk+PGEgaHJlZj0iIyI+SXRlbTwvYT48L2xpPg0KICAgIDxsaT48YSBocmVmPSIjIj5JdGVtPC9hPjwvbGk+DQo8L3VsPg==',
2, 'http://getuikit.com/docs/nav.html', 'To apply this
component, add the .uk-nav class to an  element. Use  elements as menu
items within the list. To apply an active state to a menu item, just add
the .uk-active class.', '', 1, '2015-05-19
20:39:09', '2017-11-11 22:09:27', 53, '', 6,
'5e214ba9-2152-4192-9f26-143346ed8090'),
(12, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Defines different styles for the navigation bar.',
4, 'Navbar',
'PG5hdiBjbGFzcz0idWstbmF2YmFyIj4NCiAgICA8dWwgY2xhc3M9InVrLW5hdmJhci1uYXYiPg0KICAgICAgICA8bGkgY2xhc3M9InVrLWFjdGl2ZSI+PGEgaHJlZj0iIj5BY3RpdmU8L2E+PC9saT4NCiAgICAgICAgPGxpPjxhIGhyZWY9IiI+SXRlbTwvYT48L2xpPg0KICAgICAgICA8bGkgZGF0YS11ay1kcm9wZG93bj0iIiBjbGFzcz0idWstcGFyZW50IiBhcmlhLWhhc3BvcHVwPSJ0cnVlIiBhcmlhLWV4cGFuZGVkPSJmYWxzZSI+DQogICAgICAgICAgICA8YSBocmVmPSIiPlBhcmVudDwvYT4NCiAgICANCiAgICAgICAgICAgIDxkaXYgY2xhc3M9InVrLWRyb3Bkb3duIHVrLWRyb3Bkb3duLW5hdmJhciIgc3R5bGU9IiI+DQogICAgICAgICAgICAgICAgPHVsIGNsYXNzPSJ1ay1uYXYgdWstbmF2LW5hdmJhciI+DQogICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPSIjIj5JdGVtPC9hPjwvbGk+DQogICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPSIjIj5Bbm90aGVyIGl0ZW08L2E+PC9saT4NCiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPSJ1ay1uYXYtaGVhZGVyIj5IZWFkZXI8L2xpPg0KICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj0iIyI+SXRlbTwvYT48L2xpPg0KICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj0iIyI+QW5vdGhlciBpdGVtPC9hPjwvbGk+DQogICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz0idWstbmF2LWRpdmlkZXIiPjwvbGk+DQogICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPSIjIj5TZXBhcmF0ZWQgaXRlbTwvYT48L2xpPg0KICAgICAgICAgICAgICAgIDwvdWw+DQogICAgICAgICAgICA8L2Rpdj4NCiAgICANCiAgICAgICAgPC9saT4NCiAgICA8L3VsPg0KPC9uYXY+',
2, 'http://getuikit.com/docs/navbar.html', 'The Navbar
component consists of the navbar itself and one or more navigations.',
'', 1, '2015-05-19 20:41:10', '2017-11-11
22:09:27', 53, '', 6,
'431dd68d-40cf-4b3b-9cce-b743a7f36ac3'),
(13, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Defines different styles for a sub navigation.',
4, 'Subnav',
'PHVsIGNsYXNzPSJ1ay1zdWJuYXYgdWstc3VibmF2LXBpbGwiPg0KICAgIDxsaSBjbGFzcz0idWstYWN0aXZlIj48YSBocmVmPSIjIj5BY3RpdmU8L2E+PC9saT4NCiAgICA8bGk+PGEgaHJlZj0iIyI+SXRlbTwvYT48L2xpPg0KICAgIDxsaSBjbGFzcz0idWstZGlzYWJsZWQiPjxhIGhyZWY9IiMiPkRpc2FibGVkPC9hPjwvbGk+DQogICAgPGxpIGRhdGEtdWstZHJvcGRvd249Inttb2RlOidjbGljayd9Ij4NCiAgICAgICAgPGEgaHJlZj0iIyI+TW9yZSA8aSBjbGFzcz0idWstaWNvbi1jYXJldC1kb3duIj48L2k+PC9hPg0KICAgICAgICA8ZGl2IGNsYXNzPSJ1ay1kcm9wZG93biB1ay1kcm9wZG93bi1zbWFsbCI+DQogICAgICAgICAgICA8dWwgY2xhc3M9InVrLW5hdiB1ay1uYXYtZHJvcGRvd24iPg0KICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPSIjIj5JdGVtPC9hPjwvbGk+DQogICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9IiMiPkFub3RoZXIgaXRlbTwvYT48L2xpPg0KICAgICAgICAgICAgICAgIDxsaSBjbGFzcz0idWstbmF2LWhlYWRlciI+SGVhZGVyPC9saT4NCiAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj0iIyI+SXRlbTwvYT48L2xpPg0KICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPSIjIj5Bbm90aGVyIGl0ZW08L2E+PC9saT4NCiAgICAgICAgICAgICAgICA8bGkgY2xhc3M9InVrLW5hdi1kaXZpZGVyIj48L2xpPg0KICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPSIjIj5TZXBhcmF0ZWQgaXRlbTwvYT48L2xpPg0KICAgICAgICAgICAgPC91bD4NCiAgICAgICAgPC9kaXY+DQogICAgPC9saT4NCjwvdWw+',
2, 'http://getuikit.com/docs/subnav.html', 'To apply this
component, use the following classes. To align a subnav, for example to
horizontally center it, you can use the Flex component.',
'', 1, '2015-05-19 20:42:37', '2017-11-11
22:09:27', 53, '', 6,
'b8f8835d-ffe4-4b0f-ad69-a7e847dbedbd'),
(14, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create breadcrumbs to show users their location within
a website.', 4, 'Breadcrumb',
'PHVsIGNsYXNzPSJ1ay1icmVhZGNydW1iIj4NCiAgICA8bGk+PGEgaHJlZj0iIyI+SG9tZTwvYT48L2xpPg0KICAgIDxsaT48YSBocmVmPSIjIj5CbG9nPC9hPjwvbGk+DQogICAgPGxpPjxzcGFuPkNhdGVnb3J5PC9zcGFuPjwvbGk+DQogICAgPGxpIGNsYXNzPSJ1ay1hY3RpdmUiPjxzcGFuPlBvc3Q8L3NwYW4+PC9saT4NCjwvdWw+',
2, 'http://getuikit.com/docs/breadcrumb.html', 'The
Breadcrumb component consists of links which are aligned side by side and
separated by a divider.', '', 1, '2015-05-19
20:44:01', '2017-11-11 22:09:27', 53, '', 6,
'c1cccf2b-84c3-46de-81f1-0ca5f2bfd13d'),
(15, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easlily create a nicely looking pagination to navigate
through pages.', 4, 'Pagination',
'PHVsIGNsYXNzPSJ1ay1wYWdpbmF0aW9uIj4NCiAgICA8bGk+PGEgaHJlZj0iIyI+MTwvYT48L2xpPg0KICAgIDxsaT48c3Bhbj4uLi48L3NwYW4+PC9saT4NCiAgICA8bGk+PGEgaHJlZj0iIyI+ODwvYT48L2xpPg0KICAgIDxsaT48YSBocmVmPSIjIj45PC9hPjwvbGk+DQogICAgPGxpIGNsYXNzPSJ1ay1hY3RpdmUiPjxzcGFuPjEwPC9zcGFuPjwvbGk+DQogICAgPGxpPjxhIGhyZWY9IiMiPjExPC9hPjwvbGk+DQogICAgPGxpPjxhIGhyZWY9IiMiPjEyPC9hPjwvbGk+DQogICAgPGxpPjxzcGFuPi4uLjwvc3Bhbj48L2xpPg0KICAgIDxsaT48YSBocmVmPSIjIj4yMDwvYT48L2xpPg0KPC91bD4=',
2, 'http://getuikit.com/docs/pagination.html', 'The
Pagination component consists of button-like styled links, that are aligned
side by side.', '', 1, '2015-05-19 20:45:49',
'2017-11-11 22:09:27', 53, '', 6,
'597e8806-9e28-4411-9a94-61d874d2ac0e'),
(16, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create a tabbed navigation with different
styles.', 4, 'Tab',
'PHVsIGNsYXNzPSJ1ay10YWIiIGRhdGEtdWstdGFiPg0KICAgIDxsaSBjbGFzcz0idWstYWN0aXZlIj48YSBocmVmPSIiPkFjdGl2ZTwvYT48L2xpPg0KICAgIDxsaT48YSBocmVmPSIiPkl0ZW08L2E+PC9saT4NCiAgICA8bGk+PGEgaHJlZj0iIj5JdGVtPC9hPjwvbGk+DQogICAgPGxpIGNsYXNzPSJ1ay1kaXNhYmxlZCI+PGEgaHJlZj0iIj5EaXNhYmxlZDwvYT48L2xpPg0KPC91bD4=',
2, 'http://getuikit.com/docs/tab.html', 'The Tab component
consists of clickable tabs, that are aligned side by side.\r\n\r\nThe
data-uk-tab attribute is required for two purposes. Firstly, it enables the
responsive behaviour. If the parent container is too small to accomodate
all tabs, they will be combined into a dropdown, toggled by a single tab,
which represents the active tab item. This also requires the Dropdown
component in order to work.\r\n\r\nAnd secondly, its functionality is
coupled to the Switcher component, which is necessary to dynamically
transition through different contents using tabbed navigation.',
'', 1, '2015-05-19 20:47:34', '2017-11-11
22:09:27', 55, '', 6,
'690739e8-9547-472c-a4e7-c9362321b37b'),
(17, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create a tabbed navigation with different
styles.', 4, 'Thumbnav',
'PHVsIGNsYXNzPSJ1ay10aHVtYm5hdiI+DQogICAgPGxpIGNsYXNzPSJ1ay1hY3RpdmUiPjxhIGhyZWY9IiI+PGltZyBzcmM9IiIgYWx0PSIiPjwvYT48L2xpPg0KICAgIDxsaT48YSBocmVmPSIiPjxpbWcgc3JjPSIiIGFsdD0iIj48L2E+PC9saT4NCjwvdWw+',
2, 'http://getuikit.com/docs/thumbnav.html', 'To apply this
component, add the .uk-thumbnav class to an  element and nest your
thumbnail images inside  elements within the list items. The thumbnav will
wrap into several rows, if it is wider than its container and automatically
applies a gutter. Add the .uk-active class to create an active
state.\r\n\r\nTo align a subnav, for example to horizontally center it, you
can use the Flex component.', '', 1, '2015-05-19
20:48:42', '2017-11-11 22:09:27', 54, '', 6,
'0e405e4f-4701-46e1-8631-8ce5e13736de'),
(18, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'Modifiers\r\n\r\nTo display the list in a different style, just add a
modifier class to the the .uk-list class. The modifiers of the List
component are not combinable with each other.', 'Easily create
nicely looking lists, which come in different styles.', 4,
'List',
'PHVsIGNsYXNzPSJ1ay1saXN0IHVrLWxpc3Qtc3RyaXBlZCI+DQogICAgPGxpPi4uLjwvbGk+DQogICAgPGxpPi4uLjwvbGk+DQogICAgPGxpPi4uLjwvbGk+DQo8L3VsPg==',
3, 'http://getuikit.com/docs/list.html', 'To apply this
component, add the .uk-list class to an unordered or ordered list. The list
will now display without any spacing or list-style. [uk-list-line]
[uk-list-space]', '', 1, '2015-06-01 16:09:04',
'2017-11-11 22:09:27', 3, '', 6,
'74ab3937-65e0-4dab-9eb1-2ff87554bdde'),
(19, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'Add the .uk-description-list-horizontal class to display terms and
descriptions side by side.', 'Easily create nicely looking
description lists, which come in different styles.', 4,
'Description list',
'PGRsIGNsYXNzPSJ1ay1kZXNjcmlwdGlvbi1saXN0LWhvcml6b250YWwiPg0KICAgIDxkdD4uLi48L2R0Pg0KICAgIDxkZD4uLi48L2RkPg0KPC9kbD4=',
3, 'http://getuikit.com/docs/description-list.html', 'There
is no component class necessary to create a description list, but UIkit
provides a couple of modifier classes to display the list in a different
style. The modifiers of the Description list component are not combinable
with each other. [uk-description-list-line]', '', 1,
'2015-06-01 16:10:54', '2017-11-11 22:09:27', 54,
'', 6, 'dae0a910-056d-4e04-b603-43c23d705c1a'),
(20, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking tables, which come in
different styles.', 4, 'Table',
'PHRhYmxlIGNsYXNzPSJ1ay10YWJsZSB1ay10YWJsZS1ob3ZlciI+DQogICAgPGNhcHRpb24+Li4uPC9jYXB0aW9uPg0KICAgIDx0aGVhZD4NCiAgICAgICAgPHRyPg0KICAgICAgICAgICAgPHRoPi4uLjwvdGg+DQogICAgICAgIDwvdHI+DQogICAgPC90aGVhZD4NCiAgICA8dGZvb3Q+DQogICAgICAgIDx0cj4NCiAgICAgICAgICAgIDx0ZD4uLi48L3RkPg0KICAgICAgICA8L3RyPg0KICAgIDwvdGZvb3Q+DQogICAgPHRib2R5Pg0KICAgICAgICA8dHI+DQogICAgICAgICAgICA8dGQ+Li4uPC90ZD4NCiAgICAgICAgPC90cj4NCiAgICA8L3Rib2R5Pg0KPC90YWJsZT4=',
3, 'http://getuikit.com/docs/table.html', 'To apply this
component, add the .uk-table class to a  element.', '', 1,
'2015-06-01 16:12:46', '2017-11-11 22:09:27', 53,
'', 6, 'b0f501cf-ca6c-4261-bf4c-dc10e036a259'),
(21, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button href',
'PGEgY2xhc3M9InVrLWJ1dHRvbiB1ay1idXR0b24tcHJpbWFyeSIgaHJlZj0iIj4uLi48L2E+',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:17:24',
'2017-11-11 22:09:27', 11, '', 7,
'0a0ed2e9-ab18-472b-899b-6209b60aff08'),
(22, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button primary',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIHVrLWJ1dHRvbi1wcmltYXJ5IiB0eXBlPSJidXR0b24iPi4uLjwvYnV0dG9uPg==',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:18:37',
'2017-11-11 22:09:27', 10, '', 7,
'efaae1eb-1cb7-4761-84b7-a804c1b09b15'),
(23, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button disabled',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIiB0eXBlPSJidXR0b24iIGRpc2FibGVkPi4uLjwvYnV0dG9uPg==',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:18:53',
'2017-11-11 22:09:27', 10, '', 7,
'b47d9020-eb39-45d4-a6e4-33b28ca51ac7'),
(24, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button success',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIHVrLWJ1dHRvbi1zdWNjZXNzIiB0eXBlPSJidXR0b24iPi4uLjwvYnV0dG9uPg==',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:19:15',
'2017-11-11 22:09:27', 10, '', 7,
'd1686780-d1d4-4732-8a0f-184bc29e96ac'),
(25, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button danger',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIHVrLWJ1dHRvbi1kYW5nZXIiIHR5cGU9ImJ1dHRvbiI+Li4uPC9idXR0b24+',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:19:28',
'2017-11-11 22:09:27', 10, '', 7,
'aaa1d48e-1f21-4f69-b503-27d462070d29'),
(26, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button mini',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIHVrLWJ1dHRvbi1wcmltYXJ5IHVrLWJ1dHRvbi1taW5pIiB0eXBlPSJidXR0b24iPi4uLjwvYnV0dG9uPg==',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:20:06',
'2017-11-11 22:09:27', 10, '', 7,
'5f6cfab0-c011-4f01-b4a2-a6e5712b3df1'),
(27, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button small',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIHVrLWJ1dHRvbi1zdWNjZXNzIHVrLWJ1dHRvbi1zbWFsbCIgdHlwZT0iYnV0dG9uIj4uLi48L2J1dHRvbj4=',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:20:37',
'2017-11-11 22:09:27', 10, '', 7,
'c91a3e7d-d56c-43d5-90bf-5d0a436a92ea'),
(28, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button large',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIHVrLWJ1dHRvbi1sYXJnZSIgdHlwZT0iYnV0dG9uIj4uLi48L2J1dHRvbj4=',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:20:58',
'2017-11-11 22:09:27', 10, '', 7,
'29cbadf8-661a-479f-b219-60fbcfb819d9'),
(29, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button full width',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIHVrLXdpZHRoLTEtMSB1ay1tYXJnaW4tc21hbGwtYm90dG9tIiB0eXBlPSJidXR0b24iPi4uLjwvYnV0dG9uPg==',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:21:28',
'2017-11-11 22:09:27', 10, '', 7,
'1077c3fd-a993-4b8b-97a1-72f82327366c'),
(30, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button group',
'PGRpdiBjbGFzcz0idWstYnV0dG9uLWdyb3VwIj4NCiAgICA8YSBjbGFzcz0idWstYnV0dG9uIiBocmVmPSIiPi4uLjwvYT4NCiAgICA8YnV0dG9uIGNsYXNzPSJ1ay1idXR0b24iPi4uLjwvYnV0dG9uPg0KICAgIDxidXR0b24gY2xhc3M9InVrLWJ1dHRvbiI+Li4uPC9idXR0b24+DQo8L2Rpdj4=',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:21:42',
'2017-11-11 22:09:27', 10, '', 7,
'8cb09ac8-95c5-4eaa-a6c2-849f74bf5767'),
(31, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easily create nicely looking buttons, which come in
different styles.', 4, 'Button dropdowns',
'PCEtLSBUaGlzIGlzIHRoZSBjb250YWluZXIgZW5hYmxpbmcgdGhlIEphdmFTY3JpcHQgLS0+DQo8ZGl2IGNsYXNzPSJ1ay1idXR0b24tZHJvcGRvd24iIGRhdGEtdWstZHJvcGRvd24+DQoNCiAgICA8IS0tIFRoaXMgaXMgdGhlIGJ1dHRvbiB0b2dnbGluZyB0aGUgZHJvcGRvd24gLS0+DQogICAgPGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIj4uLi48L2J1dHRvbj4NCg0KICAgIDwhLS0gVGhpcyBpcyB0aGUgZHJvcGRvd24gLS0+DQogICAgPGRpdiBjbGFzcz0idWstZHJvcGRvd24gdWstZHJvcGRvd24tc21hbGwiPg0KICAgICAgICA8dWwgY2xhc3M9InVrLW5hdiB1ay1uYXYtZHJvcGRvd24iPg0KICAgICAgICAgICAgPGxpPjxhIGhyZWY9IiI+Li4uPC9hPjwvbGk+DQogICAgICAgICAgICA8bGk+PGEgaHJlZj0iIj4uLi48L2E+PC9saT4NCiAgICAgICAgPC91bD4NCiAgICA8L2Rpdj4NCg0KPC9kaXY+',
4, 'http://getuikit.com/docs/button.html', 'To apply this
component, add the .uk-button class to an  or  element. Now you have
created a button. Add the disabled attribute to a  element to disable the
button.', '', 1, '2015-06-01 16:22:52',
'2017-11-11 22:09:27', 10, '', 7,
'5b5ebfa4-408c-4b5e-9d28-a6370c944bdc'),
(32, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'This component is using the fantastic Font Awesome icon font, a
project by Dave Gandy. Altogether Font Awesome provides more than 300
symbols and glyphs for web-related actions. Icon fonts are great, because
they enable you to easily change color, size and more via CSS. They are
scalable vector graphics, which means that they look great on
high-resolution displays.', 'Place vector icons anywhere using an
icon font.', 4, 'Icon',
'PGkgY2xhc3M9InVrLWljb24tY29nIj48L2k+', 4,
'http://getuikit.com/docs/icon.html', 'To apply this
component, add any .uk-icon-* class to an  or  element. Et voilà, you have
a vector icon, which inherits size and color just like your text
does.', '', 1, '2015-06-01 16:24:46',
'2017-11-11 22:09:27', 10, '', 8,
'df1fa1bc-231e-4f67-be48-f9ea6812ae3d'),
(33, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Easlily create nicely looking badges to label and
highlight your content.', 4, 'Badge',
'PGRpdiBjbGFzcz0idWstYmFkZ2UiPi4uLjwvZGl2Pg==', 4,
'http://getuikit.com/docs/badge.html', 'To create a badge,
just add the .uk-badge class to a  or  element.', '', 1,
'2015-06-01 16:25:53', '2017-11-11 22:09:27', 10,
'', 8, '20532a80-6b61-4b5d-a861-05dbc4d82e02'),
(34, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Defines styles for success, warning and error
messages.', 4, 'Alert',
'PGRpdiBjbGFzcz0idWstYWxlcnQgdWstYWxlcnQtc3VjY2VzcyIgZGF0YS11ay1hbGVydD4NCiAgICA8YSBocmVmPSIiIGNsYXNzPSJ1ay1hbGVydC1jbG9zZSB1ay1jbG9zZSI+PC9hPg0KICAgIDxwPi4uLjwvcD4NCjwvZGl2Pg==',
4, 'http://getuikit.com/docs/badge.html', 'To apply this
component, add the .uk-alert class to a block element.', '',
1, '2015-06-01 16:26:54', '2017-11-11 22:09:27', 10,
'', 8, '9b0e4beb-680a-412b-a477-391cdb81c844'),
(35, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text small',
'PHNwYW4gY2xhc3M9InVrLXRleHQtc21hbGwiPkFkZCB0aGlzIGNsYXNzIHRvIGRlY3JlYXNlIHRoZSBmb250IHNpemUuPC9zcGFuPg==',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:29:02', '2017-11-11 22:09:27', 10,
'', 8, '8516fb71-8f10-4828-a670-af861fd8aae5'),
(36, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text large',
'PHNwYW4gY2xhc3M9InVrLXRleHQtbGFyZ2UiPkFkZCB0aGlzIGNsYXNzIHRvIGRlY3JlYXNlIHRoZSBmb250IHNpemUuPC9zcGFuPg==',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:29:14', '2017-11-11 22:09:27', 10,
'', 8, '6188947b-c807-4ab7-8960-51a1d808efcb'),
(37, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text bold',
'PHNwYW4gY2xhc3M9InVrLXRleHQtYm9sZCI+QWRkIHRoaXMgY2xhc3MgdG8gZGVjcmVhc2UgdGhlIGZvbnQgc2l6ZS48L3NwYW4+',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:29:24', '2017-11-11 22:09:27', 10,
'', 8, 'adabb157-ec5d-4c62-857f-2d89e77815e2'),
(38, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text muted',
'PHNwYW4gY2xhc3M9InVrLXRleHQtbXV0ZWQiPkFkZCB0aGlzIGNsYXNzIHRvIGRlY3JlYXNlIHRoZSBmb250IHNpemUuPC9zcGFuPg==',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:29:36', '2017-11-11 22:09:27', 10,
'', 8, 'bb0b4ed1-5fb2-4799-9645-9d878d8d86a7'),
(39, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text primary',
'PHNwYW4gY2xhc3M9InVrLXRleHQtcHJpbWFyeSI+QWRkIHRoaXMgY2xhc3MgdG8gZGVjcmVhc2UgdGhlIGZvbnQgc2l6ZS48L3NwYW4+',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:29:46', '2017-11-11 22:09:27', 10,
'', 8, '02d1e0d7-d461-46f2-b7d5-4c6d95558e11'),
(40, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text success',
'PHNwYW4gY2xhc3M9InVrLXRleHQtc3VjY2VzcyI+QWRkIHRoaXMgY2xhc3MgdG8gZGVjcmVhc2UgdGhlIGZvbnQgc2l6ZS48L3NwYW4+',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:29:57', '2017-11-11 22:09:27', 10,
'', 8, 'f6a191bb-ef7a-4a91-823a-466200d35b4d'),
(41, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text warning',
'PHNwYW4gY2xhc3M9InVrLXRleHQtd2FybmluZyI+QWRkIHRoaXMgY2xhc3MgdG8gZGVjcmVhc2UgdGhlIGZvbnQgc2l6ZS48L3NwYW4+',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:30:09', '2017-11-11 22:09:27', 10,
'', 8, 'd3a259e2-9839-4922-98d1-ef7ddf03da6b'),
(42, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text danger',
'PHNwYW4gY2xhc3M9InVrLXRleHQtZGFuZ2VyIj5BZGQgdGhpcyBjbGFzcyB0byBkZWNyZWFzZSB0aGUgZm9udCBzaXplLjwvc3Bhbj4=',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:30:19', '2017-11-11 22:09:27', 10,
'', 8, '0994d67d-401e-49e1-a7ad-68f8c3c0460a'),
(43, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text contrast',
'PHNwYW4gY2xhc3M9InVrLXRleHQtY29udHJhc3QiPkFkZCB0aGlzIGNsYXNzIHRvIGRlY3JlYXNlIHRoZSBmb250IHNpemUuPC9zcGFuPg==',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:30:31', '2017-11-11 22:09:27', 10,
'', 8, 'a5931e90-0d0e-4c60-8485-ae8b5620d540'),
(44, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text right',
'PHNwYW4gY2xhc3M9InVrLXRleHQtcmlnaHQiPkFkZCB0aGlzIGNsYXNzIHRvIGRlY3JlYXNlIHRoZSBmb250IHNpemUuPC9zcGFuPg==',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:31:18', '2017-11-11 22:09:27', 10,
'', 8, '24d3dcc3-5ac3-4366-85b8-0a75cac6cef9'),
(45, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text center',
'PHNwYW4gY2xhc3M9InVrLXRleHQtY2VudGVyIj5BZGQgdGhpcyBjbGFzcyB0byBkZWNyZWFzZSB0aGUgZm9udCBzaXplLjwvc3Bhbj4=',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:31:30', '2017-11-11 22:09:27', 10,
'', 8, '2ced9267-0326-440e-85e7-3ac8911fbbf5'),
(46, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text justify',
'PHNwYW4gY2xhc3M9InVrLXRleHQtanVzdGlmeSI+QWRkIHRoaXMgY2xhc3MgdG8gZGVjcmVhc2UgdGhlIGZvbnQgc2l6ZS48L3NwYW4+',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:31:41', '2017-11-11 22:09:27', 10,
'', 8, '79acfaa7-7a31-441e-8830-3f63c1e1aa54'),
(47, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text truncate',
'PHNwYW4gY2xhc3M9InVrLXRleHQtdHJ1bmNhdGUiPkFkZCB0aGlzIGNsYXNzIHRvIGRlY3JlYXNlIHRoZSBmb250IHNpemUuPC9zcGFuPg==',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:32:17', '2017-11-11 22:09:27', 10,
'', 8, '0f43f9ec-98d6-4856-be34-f4e852520bf8'),
(48, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A collection of useful text utility classes to style
your content.', 4, 'Text nowrap',
'PHNwYW4gY2xhc3M9InVrLXRleHQtbm93cmFwIj5BZGQgdGhpcyBjbGFzcyB0byBkZWNyZWFzZSB0aGUgZm9udCBzaXplLjwvc3Bhbj4=',
4, 'http://getuikit.com/docs/text.html', 'UIkit offers
various text utlities to style your text. ', '', 1,
'2015-06-01 16:32:30', '2017-11-11 22:09:27', 10,
'', 8, '5489c68b-4926-43f3-980b-e5b251f10ac8'),
(49, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation fade',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLWZhZGUiPi4uLjwvZGl2Pg==', 4,
'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:33:49', '2017-11-11 22:09:27', 10,
'', 8, '6cba0fb7-f790-4ad2-ba03-2cdca25a8dd9'),
(50, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation scale-up',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNjYWxlLXVwIj4uLi48L2Rpdj4=',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:34:02', '2017-11-11 22:09:27', 10,
'', 8, '11df7f35-5e63-43e1-96ef-f2a0f58bef19'),
(51, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation scale-down',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNjYWxlLWRvd24iPi4uLjwvZGl2Pg==',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:34:11', '2017-11-11 22:09:27', 10,
'', 8, '1b4c533e-94f6-4a55-81a2-1370c088582d'),
(52, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation slide-top',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNsaWRlLXRvcCI+Li4uPC9kaXY+',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:34:22', '2017-11-11 22:09:27', 10,
'', 8, '8fc46f20-9783-42cb-92e2-3e0fc5a875c7'),
(53, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation slide-bottom',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNsaWRlLWJvdHRvbSI+Li4uPC9kaXY+',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:34:34', '2017-11-11 22:09:27', 10,
'', 8, '2d8ed2c0-20af-4c3e-8e0a-fea75fdce181'),
(54, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation slide-left',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNsaWRlLWxlZnQiPi4uLjwvZGl2Pg==',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:34:46', '2017-11-11 22:09:27', 10,
'', 8, '0bb64e85-6438-4aac-9f60-ad9c8f3c522b'),
(55, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation slide-right',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNsaWRlLXJpZ2h0Ij4uLi48L2Rpdj4=',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:34:57', '2017-11-11 22:09:27', 10,
'', 8, 'cc303d9d-7940-433f-a918-e46b937f34b6'),
(56, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation shake',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNoYWtlIj4uLi48L2Rpdj4=', 4,
'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:35:08', '2017-11-11 22:09:27', 10,
'', 8, 'b688ea4a-23b3-470c-b499-dedac36a9c19'),
(57, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation scale',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNjYWxlIj4uLi48L2Rpdj4=', 4,
'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:35:19', '2017-11-11 22:09:27', 10,
'', 8, '997b5991-5be8-4efb-b5e6-1ae988ea4f4a'),
(58, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation fade reverse',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLWZhZGUgdWstYW5pbWF0aW9uLXJldmVyc2UiPi4uLjwvZGl2Pg==',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:37:24', '2017-11-11 22:09:27', 11,
'', 8, '6bfd3c02-d4f2-464a-a61b-040324d96789'),
(59, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation scale-up reverse',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNjYWxlLXVwIHVrLWFuaW1hdGlvbi1yZXZlcnNlIj4uLi48L2Rpdj4=',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:38:33', '2017-11-11 22:09:27', 10,
'', 8, '71296148-4c2f-4c69-bbc8-de50d76dc6c8'),
(60, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation scale-down reverse',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNjYWxlLWRvd24gdWstYW5pbWF0aW9uLXJldmVyc2UiPi4uLjwvZGl2Pg==',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:38:49', '2017-11-11 22:09:27', 10,
'', 8, 'a5c4eadc-e98a-45e1-9c88-d9f761256c88'),
(61, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation slide-top reverse',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNsaWRlLXRvcCB1ay1hbmltYXRpb24tcmV2ZXJzZSI+Li4uPC9kaXY+',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:39:02', '2017-11-11 22:09:27', 10,
'', 8, '79766303-ff2d-465c-8b4a-a2d2cae268e4'),
(62, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation slide-bottom reverse',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNsaWRlLWJvdHRvbSB1ay1hbmltYXRpb24tcmV2ZXJzZSI+Li4uPC9kaXY+',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:39:13', '2017-11-11 22:09:27', 10,
'', 8, 'c20f18a6-74b4-4368-be0b-52d532500f79'),
(63, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation slide-left reverse',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNsaWRlLWxlZnQgdWstYW5pbWF0aW9uLXJldmVyc2UiPi4uLjwvZGl2Pg==',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:39:26', '2017-11-11 22:09:27', 10,
'', 8, 'f4dfb5f9-33ed-4cfc-baab-4f6e3f80fa19'),
(64, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation slide-right reverse',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNsaWRlLXJpZ2h0IHVrLWFuaW1hdGlvbi1yZXZlcnNlIj4uLi48L2Rpdj4=',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:39:38', '2017-11-11 22:09:27', 10,
'', 8, '735a91e2-6867-43a7-ad66-cb6576018bfe'),
(65, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'A basic collection of smooth animations to use within
your page.', 4, 'Animation scale reverse',
'PGRpdiBjbGFzcz0idWstYW5pbWF0aW9uLXNjYWxlIHVrLWFuaW1hdGlvbi1yZXZlcnNlIj4uLi48L2Rpdj4=',
4, 'http://getuikit.com/docs/animation.html', 'To apply this
component, add any .uk-animation-* class to an element and it will fade in
with a nice animation. These classes are commonly set by using JavaScript
to apply the animation to specific behaviors.', '', 1,
'2015-06-01 16:40:02', '2017-11-11 22:09:27', 10,
'', 8, '918eaa08-13ff-4d7b-b691-2ced6afde21e'),
(66, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create modal dialogs with different styles and
transitions.', 4, 'Modal default',
'PCEtLSBUaGlzIGlzIGEgYnV0dG9uIHRvZ2dsaW5nIHRoZSBtb2RhbCAtLT4NCjxidXR0b24gY2xhc3M9InVrLWJ1dHRvbiIgZGF0YS11ay1tb2RhbD0ie3RhcmdldDonI215LWlkJ30iPi4uLjwvYnV0dG9uPg0KDQo8IS0tIFRoaXMgaXMgdGhlIG1vZGFsIC0tPg0KPGRpdiBpZD0ibXktaWQiIGNsYXNzPSJ1ay1tb2RhbCI+DQogICAgPGRpdiBjbGFzcz0idWstbW9kYWwtZGlhbG9nIj4NCiAgICAgICAgPGEgY2xhc3M9InVrLW1vZGFsLWNsb3NlIHVrLWNsb3NlIj48L2E+DQogICAgICAgIC4uLg0KICAgIDwvZGl2Pg0KPC9kaXY+',
5, 'http://getuikit.com/docs/modal.html', 'The modal
component consists of an overlay, a dialog and a close button.',
'', 1, '2015-06-01 19:57:08', '2017-11-11
22:09:27', 10, '', 8,
'732ecce3-c923-4221-ab04-d7f424b8cd1e'),
(67, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create modal dialogs with different styles and
transitions.', 4, 'Modal header-footer',
'PCEtLSBUaGlzIGlzIGEgYnV0dG9uIHRvZ2dsaW5nIHRoZSBtb2RhbCAtLT4NCjxidXR0b24gY2xhc3M9InVrLWJ1dHRvbiIgZGF0YS11ay1tb2RhbD0ie3RhcmdldDonI215LWlkJ30iPi4uLjwvYnV0dG9uPg0KDQo8IS0tIFRoaXMgaXMgdGhlIG1vZGFsIC0tPg0KPGRpdiBpZD0ibXktaWQiIGNsYXNzPSJ1ay1tb2RhbCI+DQogICAgPGRpdiBjbGFzcz0idWstbW9kYWwtZGlhbG9nIj4NCiAgICAgICAgPGRpdiBjbGFzcz0idWstbW9kYWwtaGVhZGVyIj4uLi48L2Rpdj4NCiAgICAgICAgLi4uDQogICAgICAgIDxkaXYgY2xhc3M9InVrLW1vZGFsLWZvb3RlciI+Li4uPC9kaXY+DQogICAgPC9kaXY+DQo8L2Rpdj4=',
5, 'http://getuikit.com/docs/modal.html', 'The modal
component consists of an overlay, a dialog and a close button.',
'', 1, '2015-06-01 19:57:50', '2017-11-11
22:09:27', 10, '', 8,
'a0114851-724e-4bb1-b617-f44b33abafde'),
(68, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create modal dialogs with different styles and
transitions.', 4, 'Modal image',
'PCEtLSBUaGlzIGlzIGEgYnV0dG9uIHRvZ2dsaW5nIHRoZSBtb2RhbCAtLT4NCjxidXR0b24gY2xhc3M9InVrLWJ1dHRvbiIgZGF0YS11ay1tb2RhbD0ie3RhcmdldDonI215LWlkJ30iPi4uLjwvYnV0dG9uPg0KDQo8IS0tIFRoaXMgaXMgdGhlIG1vZGFsIC0tPg0KPGRpdiBpZD0ibXktaWQiIGNsYXNzPSJ1ay1tb2RhbCI+DQogICAgPGRpdiBjbGFzcz0idWstbW9kYWwtZGlhbG9nIHVrLW1vZGFsLWRpYWxvZy1saWdodGJveCI+DQogICAgICAgIDxhIGhyZWY9IiIgY2xhc3M9InVrLW1vZGFsLWNsb3NlIHVrLWNsb3NlIHVrLWNsb3NlLWFsdCI+PC9hPg0KICAgICAgICA8aW1nIHNyYz0iIiBhbHQ9IiI+DQogICAgPC9kaXY+DQo8L2Rpdj4=',
5, 'http://getuikit.com/docs/modal.html', 'The modal
component consists of an overlay, a dialog and a close button.',
'', 1, '2015-06-01 19:58:26', '2017-11-11
22:09:27', 10, '', 8,
'296abb37-599b-4fe2-bd17-9008b026a2fc'),
(69, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'The Off-canvas component is perfect for building a mobile navigation,
similar to those which are popular with many native mobile apps, where a
single button in the upper left corner toggles an off-canvas sidebar with a
menu.', 'Create a smooth off-canvas sidebar that slides in and
out of the page.', 4, 'Off-canvas default',
'PCEtLSBUaGlzIGlzIGEgYnV0dG9uIHRvZ2dsaW5nIHRoZSBvZmYtY2FudmFzIHNpZGViYXIgLS0+DQo8YnV0dG9uIGNsYXNzPSJ1ay1idXR0b24iIGRhdGEtdWstb2ZmY2FudmFzPSJ7dGFyZ2V0OicjbXktaWQnfSI+Li4uPC9idXR0b24+DQoNCjwhLS0gVGhpcyBpcyB0aGUgb2ZmLWNhbnZhcyBzaWRlYmFyIC0tPg0KPGRpdiBpZD0ibXktaWQiIGNsYXNzPSJ1ay1vZmZjYW52YXMiPg0KICAgIDxkaXYgY2xhc3M9InVrLW9mZmNhbnZhcy1iYXIiPi4uLjwvZGl2Pg0KPC9kaXY+',
5, 'http://getuikit.com/docs/offcanvas.html', 'The
Off-canvas component consists of an overlay and an off-canvas bar.',
'', 1, '2015-06-01 20:00:09', '2017-11-11
22:09:27', 10, '', 8,
'063b892a-956b-4950-a7e0-afa8a6c9e14f'),
(70, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'The Off-canvas component is perfect for building a mobile navigation,
similar to those which are popular with many native mobile apps, where a
single button in the upper left corner toggles an off-canvas sidebar with a
menu.', 'Create a smooth off-canvas sidebar that slides in and
out of the page.', 4, 'Off-canvas right',
'PCEtLSBUaGlzIGlzIGEgYnV0dG9uIHRvZ2dsaW5nIHRoZSBvZmYtY2FudmFzIHNpZGViYXIgLS0+DQo8YnV0dG9uIGNsYXNzPSJ1ay1idXR0b24iIGRhdGEtdWstb2ZmY2FudmFzPSJ7dGFyZ2V0OicjbXktaWQnfSI+Li4uPC9idXR0b24+DQoNCjwhLS0gVGhpcyBpcyB0aGUgb2ZmLWNhbnZhcyBzaWRlYmFyIC0tPg0KPGRpdiBpZD0ibXktaWQiIGNsYXNzPSJ1ay1vZmZjYW52YXMiPg0KICAgIDxkaXYgY2xhc3M9InVrLW9mZmNhbnZhcy1iYXIgdWstb2ZmY2FudmFzLWJhci1mbGlwIj4uLi48L2Rpdj4NCjwvZGl2Pg==',
5, 'http://getuikit.com/docs/offcanvas.html', 'The
Off-canvas component consists of an overlay and an off-canvas bar.',
'', 1, '2015-06-01 20:00:37', '2017-11-11
22:09:27', 10, '', 8,
'e5a619b7-ef6f-46b4-a30b-4b79b2d8d43f'),
(71, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Dynamically transition through different content
panes.', 4, 'Switcher default',
'PCEtLSBUaGlzIGlzIHRoZSBjb250YWluZXIgb2YgdGhlIHRvZ2dsaW5nIGVsZW1lbnRzIC0tPg0KPHVsIGRhdGEtdWstc3dpdGNoZXI9Intjb25uZWN0OicjbXktaWQnfSI+DQogICAgPGxpPjxhIGhyZWY9IiI+Li4uPC9hPjwvbGk+DQo8L3VsPg0KDQo8IS0tIFRoaXMgaXMgdGhlIGNvbnRhaW5lciBvZiB0aGUgY29udGVudCBpdGVtcyAtLT4NCjx1bCBpZD0ibXktaWQiIGNsYXNzPSJ1ay1zd2l0Y2hlciI+DQogICAgPGxpPi4uLjwvbGk+DQo8L3VsPg==',
5, 'http://getuikit.com/docs/switcher.html', 'The switcher
component consists of a number of toggles and their related content items.
Add the data-uk-switcher=\"{connect:\'#ID\'}\"
attribute to the element which contains the toggles, targetting the same id
as is used on the element containing the content items. Add the
.uk-switcher class to the same element. Typically the switcher is combined
with other components, some of which will be shown here.',
'', 1, '2015-06-01 20:02:41', '2017-11-11
22:09:27', 10, '', 8,
'fd850fcf-366b-4b7e-9ccc-bb515f316ab7'),
(72, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'In some cases you want to switch to another content section from
within the active content. This is possible using the data-uk-switcher-item
attribute. To target the items, you need to set the data attribute to the
number of the respective content item.', 'Dynamically transition
through different content panes.', 4, 'Switcher in-content',
'PCEtLSBUaGlzIGlzIHRoZSBuYXYgY29udGFpbmluZyB0aGUgdG9nZ2xpbmcgZWxlbWVudHMgLS0+DQo8dWwgZGF0YS11ay1zd2l0Y2hlcj0ie2Nvbm5lY3Q6JyNteS1pZCd9Ij4NCiAgICA8bGk+PGEgaHJlZj0iIj4uLi48L2E+PC9saT4NCjwvdWw+DQoNCjwhLS0gVGhpcyBpcyB0aGUgY29udGFpbmVyIG9mIHRoZSBjb250ZW50IGl0ZW1zIC0tPg0KPHVsIGlkPSJteS1pZCIgY2xhc3M9InVrLXN3aXRjaGVyIj4NCiAgICA8bGk+IC4uLiA8YSBocmVmPSIiIGRhdGEtdWstc3dpdGNoZXItaXRlbT0iMCI+Li4uPC9hPjwvbGk+DQogICAgPGxpPiAuLi4gPGEgaHJlZj0iIiBkYXRhLXVrLXN3aXRjaGVyLWl0ZW09IjEiPi4uLjwvYT48L2xpPg0KPC91bD4=',
5, 'http://getuikit.com/docs/switcher.html', 'The switcher
component consists of a number of toggles and their related content items.
Add the data-uk-switcher=\"{connect:\'#ID\'}\"
attribute to the element which contains the toggles, targetting the same id
as is used on the element containing the content items. Add the
.uk-switcher class to the same element. Typically the switcher is combined
with other components, some of which will be shown here.',
'', 1, '2015-06-01 20:04:24', '2017-11-11
22:09:27', 10, '', 8,
'c2e83f1f-facd-43ba-ae8d-fc3ccc1debc7'),
(73, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'It is also possible to connect multiple content containers. Just
extend the connect parameter with the ID of the additional
container.', 'Dynamically transition through different content
panes.', 4, 'Switcher multiple-items',
'PCEtLSBUaGlzIGlzIHRoZSBuYXYgY29udGFpbmluZyB0aGUgdG9nZ2xpbmcgZWxlbWVudHMgLS0+DQo8dWwgZGF0YS11ay1zd2l0Y2hlcj0ie2Nvbm5lY3Q6JyNteS1pZC1vbmUsICNteS1pZC10d28nfSI+DQogICAgPGxpPjxhIGhyZWY9IiI+Li4uPC9hPjwvbGk+DQo8L3VsPg0KDQo8IS0tIFRoZXNlIGFyZSB0aGUgY29udGFpbmVycyBvZiB0aGUgY29udGVudCBpdGVtcyAtLT4NCjx1bCBpZD0ibXktaWQtb25lIiBjbGFzcz0idWstc3dpdGNoZXIiPg0KICAgIDxsaT4uLi48L2xpPg0KPC91bD4NCg0KPHVsIGlkPSJteS1pZC10d28iIGNsYXNzPSJ1ay1zd2l0Y2hlciI+DQogICAgPGxpPi4uLjwvbGk+DQo8L3VsPg==',
5, 'http://getuikit.com/docs/switcher.html', 'The switcher
component consists of a number of toggles and their related content items.
Add the data-uk-switcher=\"{connect:\'#ID\'}\"
attribute to the element which contains the toggles, targetting the same id
as is used on the element containing the content items. Add the
.uk-switcher class to the same element. Typically the switcher is combined
with other components, some of which will be shown here.',
'', 1, '2015-06-01 20:04:53', '2017-11-11
22:09:27', 10, '', 8,
'7ca69d59-8d39-4d54-a88b-f9c673fcef2d'),
(74, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'The Switcher component allows you to add different animations to
items when toggling between them. All you need to do is add the animation
parameter to the data-attribute and define the animation that you want to
apply. Check the table below for an overview of the animations
provided.\r\n\r\nYou can also apply multiple animations by using the
uk-animation-* classes from the Animation component. That way you can even
create your own custom class to apply a different transition to the
switcher.', 'Dynamically transition through different content
panes.', 4, 'Switcher animation',
'PCEtLSBUaGlzIGlzIHRoZSBjb250YWluZXIgb2YgdGhlIHRvZ2dsaW5nIGVsZW1lbnRzIC0tPg0KPHVsIGRhdGEtdWstc3dpdGNoZXI9Intjb25uZWN0OicjbXktaWQnLCBhbmltYXRpb246ICd1ay1hbmltYXRpb24tZmFkZSwgdWstYW5pbWF0aW9uLXNsaWRlLWxlZnQnfSI+DQogICAgPGxpPjxhIGhyZWY9IiI+Li4uPC9hPjwvbGk+DQo8L3VsPg0KDQo8IS0tIFRoaXMgaXMgdGhlIGNvbnRhaW5lciBvZiB0aGUgY29udGVudCBpdGVtcyAtLT4NCjx1bCBpZD0ibXktaWQiIGNsYXNzPSJ1ay1zd2l0Y2hlciI+DQogICAgPGxpPi4uLjwvbGk+DQo8L3VsPg==',
5, 'http://getuikit.com/docs/switcher.html', 'The switcher
component consists of a number of toggles and their related content items.
Add the data-uk-switcher=\"{connect:\'#ID\'}\"
attribute to the element which contains the toggles, targetting the same id
as is used on the element containing the content items. Add the
.uk-switcher class to the same element. Typically the switcher is combined
with other components, some of which will be shown here.',
'', 1, '2015-06-01 20:06:42', '2017-11-11
22:09:27', 10, '', 8,
'2d1b0fad-f2ff-49b8-97dc-aab9d3553a15'),
(75, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'As an exception to the rule, add the
data-uk-tab=\"{connect:\'#ID\'}\" attribute, using the
parameter \"tab\" instead of \"switcher\", to the
tabbed navigation to combine the switcher with the Tab component.',
'Dynamically transition through different content panes.', 4,
'Switcher tabs-horizontal',
'PCEtLSBUaGlzIGlzIHRoZSB0YWJiZWQgbmF2aWdhdGlvbiBjb250YWluaW5nIHRoZSB0b2dnbGluZyBlbGVtZW50cyAtLT4NCjx1bCBjbGFzcz0idWstdGFiIiBkYXRhLXVrLXRhYj0ie2Nvbm5lY3Q6JyNteS1pZCd9Ij4NCiAgICA8bGk+PGEgaHJlZj0iIj4uLi48L2E+PC9saT4NCjwvdWw+DQoNCjwhLS0gVGhpcyBpcyB0aGUgY29udGFpbmVyIG9mIHRoZSBjb250ZW50IGl0ZW1zIC0tPg0KPHVsIGlkPSJteS1pZCIgY2xhc3M9InVrLXN3aXRjaGVyIHVrLW1hcmdpbiI+DQogICAgPGxpPi4uLjwvbGk+DQo8L3VsPg==',
5, 'http://getuikit.com/docs/switcher.html', 'The switcher
component consists of a number of toggles and their related content items.
Add the data-uk-switcher=\"{connect:\'#ID\'}\"
attribute to the element which contains the toggles, targetting the same id
as is used on the element containing the content items. Add the
.uk-switcher class to the same element. Typically the switcher is combined
with other components, some of which will be shown here.',
'', 1, '2015-06-01 20:08:04', '2017-11-11
22:09:27', 10, '', 8,
'f271532f-7bbb-4fab-a21c-7487ed72790e'),
(76, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'Use the Grid component to display content correctly with a vertical
tabbed navigation.', 'Dynamically transition through different
content panes.', 4, 'Switcher tabs-vertical',
'PCEtLSBUaGlzIGlzIHRoZSBsZWZ0IHZlcnRpY2FsIHRhYmJlZCBuYXZpZ2F0aW9uIC0tPg0KPGRpdiBjbGFzcz0idWstZ3JpZCI+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtbWVkaXVtLTEtMiI+DQogICAgICAgIDwhLS0gVGhpcyBpcyB0aGUgdmVydGljYWwgdGFiYmVkIG5hdmlnYXRpb24gY29udGFpbmluZyB0aGUgdG9nZ2xpbmcgZWxlbWVudHMgLS0+DQogICAgICAgIDx1bCBjbGFzcz0idWstdGFiIHVrLXRhYi1sZWZ0IiBkYXRhLXVrLXRhYj0ie2Nvbm5lY3Q6JyNteS1pZCd9Ij4uLi48L3VsPg0KICAgIDwvZGl2Pg0KICAgIDxkaXYgY2xhc3M9InVrLXdpZHRoLW1lZGl1bS0xLTIiPg0KICAgICAgICA8IS0tIFRoaXMgaXMgdGhlIGNvbnRhaW5lciBvZiB0aGUgY29udGVudCBpdGVtcyAtLT4NCiAgICAgICAgPHVsIGlkPSJteS1pZCIgY2xhc3M9InVrLXN3aXRjaGVyIj4uLi48L3VsPg0KICAgIDwvZGl2Pg0KPC9kaXY+DQoNCjwhLS0gVGhpcyBpcyB0aGUgcmlnaHQgdmVydGljYWwgdGFiYmVkIG5hdmlnYXRpb24gLS0+DQo8ZGl2IGNsYXNzPSJ1ay1ncmlkIj4NCiAgICA8ZGl2IGNsYXNzPSJ1ay13aWR0aC1tZWRpdW0tMS0yIHVrLXB1c2gtMS0yIj4NCiAgICAgICAgPCEtLSBUaGlzIGlzIHRoZSB2ZXJ0aWNhbCB0YWJiZWQgbmF2aWdhdGlvbiBjb250YWluaW5nIHRoZSB0b2dnbGluZyBlbGVtZW50cyAtLT4NCiAgICAgICAgPHVsIGNsYXNzPSJ1ay10YWIgdWstdGFiLXJpZ2h0IiBkYXRhLXVrLXRhYj0ie2Nvbm5lY3Q6JyNteS1pZCd9Ij4uLi48L3VsPg0KICAgIDwvZGl2Pg0KICAgIDxkaXYgY2xhc3M9InVrLXdpZHRoLW1lZGl1bS0xLTIgdWstcHVsbC0xLTIiPg0KICAgICAgICA8IS0tIFRoaXMgaXMgdGhlIGNvbnRhaW5lciBvZiB0aGUgY29udGVudCBpdGVtcyAtLT4NCiAgICAgICAgPHVsIGlkPSJteS1pZCIgY2xhc3M9InVrLXN3aXRjaGVyIj4uLi48L3VsPg0KICAgIDwvZGl2Pg0KPC9kaXY+',
5, 'http://getuikit.com/docs/switcher.html', 'The switcher
component consists of a number of toggles and their related content items.
Add the data-uk-switcher=\"{connect:\'#ID\'}\"
attribute to the element which contains the toggles, targetting the same id
as is used on the element containing the content items. Add the
.uk-switcher class to the same element. Typically the switcher is combined
with other components, some of which will be shown here.',
'', 1, '2015-06-01 20:09:01', '2017-11-11
22:09:27', 10, '', 8,
'86a0a1f5-5cce-4d65-9c74-2e39c6ba1bf8'),
(77, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'The switcher can also be applied to buttons or button groups from the
Button component. Just add the switcher data attribute to a  element around
a group of buttons or to the element with the .button-group class.',
'Dynamically transition through different content panes.', 4,
'Switcher button-group',
'PCEtLSBUaGlzIGlzIHRoZSBidXR0b24gZ3JvdXAgY29udGFpbmluZyB0aGUgdG9nZ2xpbmcgYnV0dG9ucyAtLT4NCjxkaXYgY2xhc3M9InVrLWJ1dHRvbi1ncm91cCIgZGF0YS11ay1zd2l0Y2hlcj0ie2Nvbm5lY3Q6JyNteS1pZCd9Ij4NCiAgICA8YnV0dG9uIGNsYXNzPSJ1ay1idXR0b24iIHR5cGU9ImJ1dHRvbiI+Li4uPC9idXR0b24+DQo8L2Rpdj4NCg0KPCEtLSBUaGlzIGlzIHRoZSBjb250YWluZXIgb2YgdGhlIGNvbnRlbnQgaXRlbXMgLS0+DQo8dWwgaWQ9Im15LWlkIiBjbGFzcz0idWstc3dpdGNoZXIgdWstbWFyZ2luIj4uLi48L3VsPg==',
5, 'http://getuikit.com/docs/switcher.html', 'The switcher
component consists of a number of toggles and their related content items.
Add the data-uk-switcher=\"{connect:\'#ID\'}\"
attribute to the element which contains the toggles, targetting the same id
as is used on the element containing the content items. Add the
.uk-switcher class to the same element. Typically the switcher is combined
with other components, some of which will be shown here.',
'', 1, '2015-06-01 20:10:00', '2017-11-11
22:09:27', 10, '', 8,
'd252e658-4c57-4115-845c-0bdf66f4f640'),
(78, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'To apply the switcher to the Nav component, add the data attribute to
the nav . Use the Grid component to arrange nav and content in a grid
layout.', 'Dynamically transition through different content
panes.', 4, 'Switcher navs',
'PGRpdiBjbGFzcz0idWstZ3JpZCI+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtbWVkaXVtLTEtNCI+DQoNCiAgICAgICAgPCEtLSBUaGlzIGlzIHRoZSBuYXYgY29udGFpbmluZyB0aGUgdG9nZ2xpbmcgZWxlbWVudHMgLS0+DQogICAgICAgIDx1bCBjbGFzcz0idWstbmF2IHVrLW5hdi1zaWRlIiBkYXRhLXVrLXN3aXRjaGVyPSJ7Y29ubmVjdDonI215LWlkJ30iPg0KICAgICAgICAgICAgPGxpPjxhIGhyZWY9IiI+Li4uPC9hPjwvbGk+DQogICAgICAgIDwvdWw+DQogICAgPC9kaXY+DQogICAgPGRpdiBjbGFzcz0idWstd2lkdGgtbWVkaXVtLTMtNCI+DQoNCiAgICAgICAgPCEtLSBUaGlzIGlzIHRoZSBjb250YWluZXIgb2YgdGhlIGNvbnRlbnQgaXRlbXMgLS0+DQogICAgICAgIDx1bCBpZD0ibXktaWQiIGNsYXNzPSJ1ay1zd2l0Y2hlciI+DQogICAgICAgICAgICA8bGk+Li4uPC9saT4NCiAgICAgICAgPC91bD4NCiAgICA8L2Rpdj4NCjwvZGl2Pg==',
5, 'http://getuikit.com/docs/switcher.html', 'The switcher
component consists of a number of toggles and their related content items.
Add the data-uk-switcher=\"{connect:\'#ID\'}\"
attribute to the element which contains the toggles, targetting the same id
as is used on the element containing the content items. Add the
.uk-switcher class to the same element. Typically the switcher is combined
with other components, some of which will be shown here.',
'', 1, '2015-06-01 20:10:30', '2017-11-11
22:09:27', 10, '', 8,
'517a296e-57c2-4d4b-9aae-589b23d1a398'),
(79, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Hide, switch or change the appearence of different
contents through a toggle.', 4, 'Toggle default',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIiBkYXRhLXVrLXRvZ2dsZT0ie3RhcmdldDonI215LWlkJ30iPi4uLjwvYnV0dG9uPg0KDQo8ZGl2IGlkPSJteS1pZCI+Li4uPC9kaXY+',
5, 'http://getuikit.com/docs/toggle.html', 'To apply this
component, just add the data-uk-toggle=\"{target: #ID}\"
attribute to a  or  element. You can use any selector with the toggle
attribute.\r\n\r\nThe toggle will add or remove a class from the item. By
default, it adds the .uk-hidden class to hide the element.',
'', 1, '2015-06-01 20:12:07', '2017-11-11
22:09:27', 10, '', 8,
'dae732b0-379e-4412-9bdb-559f87dc5992'),
(80, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'You can also toggle multiple items at the same time. Just use the
appropriate selector.', 'Hide, switch or change the appearence of
different contents through a toggle.', 4, 'Toggle multiple',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIiBkYXRhLXVrLXRvZ2dsZT0ie3RhcmdldDonLm15LWNsYXNzJ30iPi4uLjwvYnV0dG9uPg0KDQo8ZGl2IGNsYXNzPSJteS1jbGFzcyI+Li4uPC9kaXY+DQo8ZGl2IGNsYXNzPSJteS1jbGFzcyB1ay1oaWRkZW4iPi4uLjwvZGl2Pg==',
5, 'http://getuikit.com/docs/toggle.html', 'To apply this
component, just add the data-uk-toggle=\"{target: #ID}\"
attribute to a  or  element. You can use any selector with the toggle
attribute.\r\n\r\nThe toggle will add or remove a class from the item. By
default, it adds the .uk-hidden class to hide the element.',
'', 1, '2015-06-01 20:12:34', '2017-11-11
22:09:27', 10, '', 8,
'7a7c7acb-b309-40c5-92fe-33702c5f2f16'),
(81, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'You can also toggle multiple items at the same time. Just use the
appropriate selector.', 'Hide, switch or change the appearence of
different contents through a toggle.', 4, 'Toggle class',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIiBkYXRhLXVrLXRvZ2dsZT0ie3RhcmdldDonI215LWlkJywgY2xzOid1ay1wYW5lbC1ib3gtcHJpbWFyeSd9Ij4uLi48L2J1dHRvbj4NCg0KPGRpdiBpZD0ibXktaWQiIGNsYXNzPSJ1ay1wYW5lbCB1ay1wYW5lbC1ib3giPi4uLjwvZGl2Pg==',
5, 'http://getuikit.com/docs/toggle.html', 'To apply this
component, just add the data-uk-toggle=\"{target: #ID}\"
attribute to a  or  element. You can use any selector with the toggle
attribute.\r\n\r\nThe toggle will add or remove a class from the item. By
default, it adds the .uk-hidden class to hide the element.',
'', 1, '2015-06-01 20:13:06', '2017-11-11
22:09:27', 19, '', 8,
'10a7755a-4309-4172-b1bd-89a2e0d6edb6'),
(82, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'The Toggle component allows you to add animations to items when
toggling between them. Just add one of the .uk-animation-* classes from the
Animation component to the animation parameter. The class will be applied
to the in as well as the out animation. If you prefer a different out
animation, just add another class.', 'Hide, switch or change the
appearence of different contents through a toggle.', 4, 'Toggle
animations',
'PGJ1dHRvbiBjbGFzcz0idWstYnV0dG9uIiBkYXRhLXVrLXRvZ2dsZT0ie3RhcmdldDonI215LWlkJywgYW5pbWF0aW9uOid1ay1hbmltYXRpb24tc2xpZGUtbGVmdCwgdWstYW5pbWF0aW9uLXNsaWRlLWJvdHRvbSd9Ij4uLi48L2J1dHRvbj4NCg0KPGRpdiBpZD0ibXktaWQiPi4uLjwvZGl2Pg==',
5, 'http://getuikit.com/docs/toggle.html', 'To apply this
component, just add the data-uk-toggle=\"{target: #ID}\"
attribute to a  or  element. You can use any selector with the toggle
attribute.\r\n\r\nThe toggle will add or remove a class from the item. By
default, it adds the .uk-hidden class to hide the element.',
'', 1, '2015-06-01 20:13:34', '2017-11-11
22:09:27', 19, '', 8,
'31f54883-606b-43d5-b110-fba9774b7a34'),
(83, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Trigger events and animations while scrolling your
page.', 4, 'Scrollspy default',
'PGRpdiBkYXRhLXVrLXNjcm9sbHNweT0ie2NsczondWstYW5pbWF0aW9uLWZhZGUnfSI+Li4uPC9kaXY+DQoNCjxkaXYgZGF0YS11ay1zY3JvbGxzcHk9IntjbHM6J3VrLWFuaW1hdGlvbi1mYWRlJywgcmVwZWF0OiB0cnVlfSI+Li4uPC9kaXY+DQoNCjxkaXYgZGF0YS11ay1zY3JvbGxzcHk9IntjbHM6J3VrLWFuaW1hdGlvbi1mYWRlJywgZGVsYXk6OTAwfSI+Li4uPC9kaXY+',
5, 'http://getuikit.com/docs/scrollspy.html', 'The scrollspy
component listens to page scrolling and triggers events based on the scroll
position. For example, if you scroll down a page and an element appears the
first time in the viewport you can trigger a smooth animation to fade in
the element. Just add the data-uk-scrollspy attribute and the following
options.', '', 1, '2015-06-01 20:15:00',
'2017-11-11 22:09:27', 19, '', 8,
'39b72b40-85ec-4cc6-aded-c86611f31c24'),
(84, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'You can also group scrollspy elements, so you won\'t have to
apply the data attribute to each of them. Just add the
data-uk-scollspy\"{target:\'MY-CLASS\'}\" attribute to
a container element, targetting the selector the items you want to animate
within the container. When using a delay it will be applied cumulatively to
the items within the row that scrolls into view. The delay will be resetted
for the next row within the group when it scrolls into view.',
'Trigger events and animations while scrolling your page.', 4,
'Scrollspy groups',
'PGRpdiBkYXRhLXVrLXNjcm9sbHNweT0ie2NsczondWstYW5pbWF0aW9uLWZhZGUnLCB0YXJnZXQ6Jy5teS1jbGFzcycsIGRlbGF5OjMwMH0iPg0KDQogICAgPCEtLSBUaGlzIGl0ZW0gaGFzIG5vIGRlbGF5IC0tPg0KICAgIDxkaXYgY2xhc3M9Im15LWNsYXNzIj4uLi48L2Rpdj4NCg0KICAgIDwhLS0gVGhpcyBpdGVtIGhhcyBhIGRlbGF5IG9mIDMwMG1zIC0tPg0KICAgIDxkaXYgY2xhc3M9Im15LWNsYXNzIj4uLi48L2Rpdj4NCg0KICAgIDwhLS0gVGhpcyBpdGVtIGhhcyBhIGRlbGF5IG9mIDYwMG1zIC0tPg0KICAgIDxkaXYgY2xhc3M9Im15LWNsYXNzIj4uLi48L2Rpdj4NCg0KPC9kaXY+',
5, 'http://getuikit.com/docs/scrollspy.html', 'The scrollspy
component listens to page scrolling and triggers events based on the scroll
position. For example, if you scroll down a page and an element appears the
first time in the viewport you can trigger a smooth animation to fade in
the element. Just add the data-uk-scrollspy attribute and the following
options.', '', 1, '2015-06-01 20:15:18',
'2017-11-11 22:09:27', 20, '', 8,
'6e666e60-5206-4633-a433-83f41f914ed7'),
(85, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create a fancy lightbox for images and videos utilizing
the Modal component.', 4, 'Lightbox single-image',
'PGEgdGl0bGU9IlRpdGxlIiBkYXRhLXVrLWxpZ2h0Ym94PSIiIGhyZWY9IiIgY2xhc3M9InVrLWJ1dHRvbiI+T3BlbiBsaWdodGJveDwvYT4=',
5, 'http://getuikit.com/docs/lightbox.html', 'To apply this
component, add the data-uk-lightbox attribute to an anchor linking to the
image you wish to display. If a title attribute exists it will be displayed
as a caption for the lightbox.', '', 1, '2015-06-01
20:18:50', '2017-11-11 22:09:27', 19, '', 9,
'b3fb0556-ff50-4380-b7f7-8f2519e02d81'),
(86, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'You can link multiple images to the same lightbox and switch between
them from within the lightbox, thus creating a gallery. Just add the
{group:\'my-group\'} option to the data attribute of each item
using the same name on all items that you want to group. Make sure to
include the CSS from the Slidenav component, so you can navigate between
the items.', 'Create a fancy lightbox for images and videos
utilizing the Modal component.', 4, 'Lightbox groups-image',
'PGRpdiBkYXRhLXVrLWdyaWQtbWFyZ2luPSIiIGNsYXNzPSJ1ay1ncmlkIHVrLWdyaWQtd2lkdGgtbWVkaXVtLTEtNCI+DQogICAgPGRpdj4NCiAgICAgICAgPGEgdGl0bGU9IlRpdGxlIiBkYXRhLXVrLWxpZ2h0Ym94PSJ7Z3JvdXA6J2dyb3VwMSd9IiBocmVmPSJpbWFnZXMvcGxhY2Vob2xkZXJfODAweDYwMF8xLmpwZyI+DQogICAgICAgICAgICA8aW1nIHdpZHRoPSI4MDAiIGhlaWdodD0iNjAwIiBhbHQ9IiIgc3JjPSJpbWFnZXMvcGxhY2Vob2xkZXJfODAweDYwMF8xLmpwZyI+DQogICAgICAgIDwvYT4NCiAgICA8L2Rpdj4NCiAgICA8ZGl2Pg0KICAgICAgICA8YSB0aXRsZT0iVGl0bGUiIGRhdGEtdWstbGlnaHRib3g9Intncm91cDonZ3JvdXAxJ30iIGRhdGEtbGlnaHRib3gtdHlwZT0iaW1hZ2UiIGhyZWY9ImltYWdlcy9wbGFjZWhvbGRlcl84MDB4NjAwXzIuanBnIj4NCiAgICAgICAgICAgIDxpbWcgd2lkdGg9IjgwMCIgaGVpZ2h0PSI2MDAiIGFsdD0iIiBzcmM9ImltYWdlcy9wbGFjZWhvbGRlcl84MDB4NjAwXzIuanBnIj4NCiAgICAgICAgPC9hPg0KICAgIDwvZGl2Pg0KICAgIDxkaXY+DQogICAgICAgIDxhIHRpdGxlPSJUaXRsZSIgZGF0YS11ay1saWdodGJveD0ie2dyb3VwOidncm91cDEnfSIgZGF0YS1saWdodGJveC10eXBlPSJpbWFnZSIgaHJlZj0iaW1hZ2VzL3BsYWNlaG9sZGVyXzgwMHg2MDBfMy5qcGciPg0KICAgICAgICAgICAgPGltZyB3aWR0aD0iODAwIiBoZWlnaHQ9IjYwMCIgYWx0PSIiIHNyYz0iaW1hZ2VzL3BsYWNlaG9sZGVyXzgwMHg2MDBfMy5qcGciPg0KICAgICAgICA8L2E+DQogICAgPC9kaXY+DQogICAgPGRpdj4NCiAgICAgICAgPGEgdGl0bGU9IlRpdGxlIiBkYXRhLXVrLWxpZ2h0Ym94PSJ7Z3JvdXA6J2dyb3VwMSd9IiBkYXRhLWxpZ2h0Ym94LXR5cGU9ImltYWdlIiBocmVmPSJpbWFnZXMvcGxhY2Vob2xkZXJfODAweDYwMF80LmpwZyI+DQogICAgICAgICAgICA8aW1nIHdpZHRoPSI4MDAiIGhlaWdodD0iNjAwIiBhbHQ9IiIgc3JjPSJpbWFnZXMvcGxhY2Vob2xkZXJfODAweDYwMF80LmpwZyI+DQogICAgICAgIDwvYT4NCiAgICA8L2Rpdj4NCjwvZGl2Pg==',
5, 'http://getuikit.com/docs/lightbox.html', 'To apply this
component, add the data-uk-lightbox attribute to an anchor linking to the
image you wish to display. If a title attribute exists it will be displayed
as a caption for the lightbox.', '', 1, '2015-06-01
20:21:01', '2017-11-11 22:09:27', 20, '', 9,
'9fb9dbd8-23b1-4a85-a144-c4ad95f105d1'),
(87, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'A lightbox is not restricted to images. Other media, like videos, can
be displayed inside a lightbox and it will automatically generate the
correct output by evaluating your path.', 'Create a fancy
lightbox for images and videos utilizing the Modal component.', 4,
'Lightbox content-sources',
'PHA+DQogICAgPGEgdGl0bGU9IlRpdGxlIiBkYXRhLXVrLWxpZ2h0Ym94PSJ7Z3JvdXA6J2dyb3VwMid9IiBocmVmPSJpbWFnZXMvcGxhY2Vob2xkZXJfODAweDYwMF8xLmpwZyIgY2xhc3M9InVrLWJ1dHRvbiI+SW1hZ2U8L2E+DQogICAgPGEgZGF0YS11ay1saWdodGJveD0ie2dyb3VwOidncm91cDInfSIgaHJlZj0iaHR0cDovL3d3dy5xdWlya3Ntb2RlLm9yZy9odG1sNS92aWRlb3MvYmlnX2J1Y2tfYnVubnkubXA0IiBjbGFzcz0idWstYnV0dG9uIj5NUDQ8L2E+DQogICAgPGEgZGF0YS11ay1saWdodGJveD0ie2dyb3VwOidncm91cDInfSIgaHJlZj0iaHR0cDovL3ZpbWVvLmNvbS8xMDg0NTM3IiBjbGFzcz0idWstYnV0dG9uIj5WaW1lbzwvYT4NCiAgICA8YSBkYXRhLXVrLWxpZ2h0Ym94PSJ7Z3JvdXA6J2dyb3VwMid9IiBocmVmPSJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PVlFN1Z6bEx0cC00IiBjbGFzcz0idWstYnV0dG9uIj5Zb3VUdWJlPC9hPg0KPC9wPg==',
5, 'http://getuikit.com/docs/lightbox.html', 'To apply this
component, add the data-uk-lightbox attribute to an anchor linking to the
image you wish to display. If a title attribute exists it will be displayed
as a caption for the lightbox.', '', 1, '2015-06-01
20:22:21', '2017-11-11 22:09:27', 19, '', 9,
'4e0dcf96-2140-49e9-bbed-8f84b36f4f3c'),
(88, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'To display multiple content sections at the same time without one
collapsing when the other one is opened, add the {collapse: false} option
to the date attribute.', 'Create a list of items, allowing each
item\'s content to be expanded and collapsed by clicking its
header.', 4, 'Accordion',
'PGRpdiBjbGFzcz0idWstYWNjb3JkaW9uIiBkYXRhLXVrLWFjY29yZGlvbj4NCg0KICAgIDxoMyBjbGFzcz0idWstYWNjb3JkaW9uLXRpdGxlIj4uLi48L2gzPg0KICAgIDxkaXYgY2xhc3M9InVrLWFjY29yZGlvbi1jb250ZW50Ij4uLi48L2Rpdj4NCg0KICAgIDxoMyBjbGFzcz0idWstYWNjb3JkaW9uLXRpdGxlIj4uLi48L2gzPg0KICAgIDxkaXYgY2xhc3M9InVrLWFjY29yZGlvbi1jb250ZW50Ij4uLi48L2Rpdj4NCg0KICAgIDxoMyBjbGFzcz0idWstYWNjb3JkaW9uLXRpdGxlIj4uLi48L2gzPg0KICAgIDxkaXYgY2xhc3M9InVrLWFjY29yZGlvbi1jb250ZW50Ij4uLi48L2Rpdj4NCg0KPC9kaXY+',
5, 'http://getuikit.com/docs/accordion.html', 'To apply the
Accordion component, add the uk-accordion class and the data-uk-accordion
attribute to a container element. Add the uk-accordion-content class to
each of the content sections within the container. Finally, add the
uk-accordion-title class to any element, like a heading, above the content
section to create a toggle.', '', 1, '2015-06-01
20:24:59', '2017-11-11 22:09:27', 20, '', 10,
'f5bd905c-8d79-4eb6-bb61-e139af27f573'),
(90, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'This is a input field for uikit form', 'Add Input field -
row', 4, 'Input field',
'ICAgICAgICA8ZGl2IGNsYXNzPSJ1ay1mb3JtLXJvdyI+DQoJCTxsYWJlbCBjbGFzcz0idWstZm9ybS1sYWJlbCIgPg0KCQkJPD9waHAgZWNobyBKVGV4dDo6XygnTGFiZWwnKTsgPz4NCgkJPC9sYWJlbD4NCgkJPGlucHV0IHR5cGU9InRleHQiIG5hbWU9ImtleSIgcGxhY2Vob2xkZXI9Ijw/cGhwIGVjaG8gSlRleHQ6Ol8oJ2FkZCBzb21lIHRleHQgaGVyZSEnKTsgPz4iPiA8c3BhbiBjbGFzcz0idWstZm9ybS1oZWxwLWlubGluZSI+PD9waHAgZWNobyBKVGV4dDo6XygnaGVscCBuZWVkZWQnKTsgPz48L3NwYW4+DQoJPC9kaXY+',
3, 'http://getuikit.com/docs/form.html', '',
'', 1, '2015-11-29 03:54:40', '2017-11-11
22:09:27', 20, '', 12,
'f1319e45-395a-492e-a899-f2fec00de5ec'),
(91, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'This is a textarea field for uikit form', 'Add textarea -
row', 4, 'Textarea',
'CTxkaXYgY2xhc3M9InVrLWZvcm0tcm93Ij4NCgkJPGxhYmVsIGNsYXNzPSJ1ay1mb3JtLWxhYmVsIiA+DQoJCQk8P3BocCBlY2hvIEpUZXh0OjpfKCdMYWJlbCcpOyA/Pg0KCQk8L2xhYmVsPg0KCQk8dGV4dGFyZWEgY29scz0iIiByb3dzPSIiICBzdHlsZT0id2lkdGg6IDEwMCU7IGhlaWdodDogMjE2cHg7IiBwbGFjZWhvbGRlcj0iPD9waHAgZWNobyBKVGV4dDo6XygnYWRkIHNvbWUgdGV4dCBoZXJlIScpOyA/PiI+PHx8fHxGSVh8fHx8fHx0ZXh0YXJlYT4NCgkJPHAgY2xhc3M9InVrLWZvcm0taGVscC1ibG9jayI+PD9waHAgZWNobyBKVGV4dDo6XygnaGVscCBuZWVkZWQnKTsgPz48L3A+DQoJPC9kaXY+',
3, 'http://getuikit.com/docs/form.html', '',
'', 1, '2015-11-29 03:55:57', '2017-11-11
22:09:27', 22, '', 12,
'22207e7c-6096-4b6e-8e03-0616745c8447'),
(92, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'This is a uikit form', 'Add Form', 4,
'Form',
'PGZvcm0gY2xhc3M9InVrLWZvcm0iPg0KICAgIDxmaWVsZHNldD4NCiAgICAgICAgPGxlZ2VuZD48P3BocCBlY2hvIEpUZXh0OjpfKCdMZWdlbmQnKTsgPz48L2xlZ2VuZD4NCiAgICAgICAgPGRpdiBjbGFzcz0idWstZm9ybS1yb3ciPg0KCQk8bGFiZWwgY2xhc3M9InVrLWZvcm0tbGFiZWwiID4NCgkJCTw/cGhwIGVjaG8gSlRleHQ6Ol8oJ0xhYmVsJyk7ID8+DQoJCTwvbGFiZWw+DQoJCTxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJrZXkiIHBsYWNlaG9sZGVyPSI8P3BocCBlY2hvIEpUZXh0OjpfKCdhZGQgc29tZSB0ZXh0IGhlcmUhJyk7ID8+Ij4gPHNwYW4gY2xhc3M9InVrLWZvcm0taGVscC1pbmxpbmUiPjw/cGhwIGVjaG8gSlRleHQ6Ol8oJ2hlbHAgbmVlZGVkJyk7ID8+PC9zcGFuPg0KCTwvZGl2Pg0KICAgICAgICA8ZGl2IGNsYXNzPSJ1ay1mb3JtLXJvdyI+DQoJCTxsYWJlbCBjbGFzcz0idWstZm9ybS1sYWJlbCIgPg0KCQkJPD9waHAgZWNobyBKVGV4dDo6XygnTGFiZWwnKTsgPz4NCgkJPC9sYWJlbD4NCgkJPHRleHRhcmVhIGNvbHM9IiIgcm93cz0iIiAgc3R5bGU9IndpZHRoOiAxMDAlOyBoZWlnaHQ6IDIxNnB4OyIgcGxhY2Vob2xkZXI9Ijw/cGhwIGVjaG8gSlRleHQ6Ol8oJ2FkZCBzb21lIHRleHQgaGVyZSEnKTsgPz4iPjx8fHx8fEZJWHx8fHx8dGV4dGFyZWE+DQoJCTxwIGNsYXNzPSJ1ay1mb3JtLWhlbHAtYmxvY2siPjw/cGhwIGVjaG8gSlRleHQ6Ol8oJ2hlbHAgbmVlZGVkJyk7ID8+PC9wPg0KCTwvZGl2Pg0KICAgIDwvZmllbGRzZXQ+DQo8L2Zvcm0+',
1, 'http://getuikit.com/docs/form.html', 'To apply this
component, add the .uk-form class to a form element. All form control
elements are placed side by side within the next row.', '',
1, '2015-11-29 03:57:03', '2017-11-20 23:42:28', 21,
'', 12, '6d6bebcf-e291-4344-a39e-f072fa22bf71'),
(95, 'Vast Development Method', 'joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'', 'Create a list of items that can be shown individually
by clicking an item\'s header.', 3, 'Accordion',
'PHVsIHVrLWFjY29yZGlvbj4NCiAgICA8bGkgY2xhc3M9InVrLW9wZW4iPg0KICAgICAgICA8aDMgY2xhc3M9InVrLWFjY29yZGlvbi10aXRsZSI+SXRlbSAxPC9oMz4NCiAgICAgICAgPGRpdiBjbGFzcz0idWstYWNjb3JkaW9uLWNvbnRlbnQiPg0KICAgICAgICAgICAgPHA+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdWEuPC9wPg0KICAgICAgICA8L2Rpdj4NCiAgICA8L2xpPg0KICAgIDxsaT4NCiAgICAgICAgPGgzIGNsYXNzPSJ1ay1hY2NvcmRpb24tdGl0bGUiPkl0ZW0gMjwvaDM+DQogICAgICAgIDxkaXYgY2xhc3M9InVrLWFjY29yZGlvbi1jb250ZW50Ij4NCiAgICAgICAgICAgIDxwPlV0IGVuaW0gYWQgbWluaW0gdmVuaWFtLCBxdWlzIG5vc3RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kbyBjb25zZXF1YXQuIER1aXMgYXV0ZSBpcnVyZSBkb2xvciByZXByZWhlbmRlcml0LjwvcD4NCiAgICAgICAgPC9kaXY+DQogICAgPC9saT4NCiAgICA8bGk+DQogICAgICAgIDxoMyBjbGFzcz0idWstYWNjb3JkaW9uLXRpdGxlIj5JdGVtIDM8L2gzPg0KICAgICAgICA8ZGl2IGNsYXNzPSJ1ay1hY2NvcmRpb24tY29udGVudCI+DQogICAgICAgICAgICA8cD5EdWlzIGF1dGUgaXJ1cmUgZG9sb3IgaW4gcmVwcmVoZW5kZXJpdCBpbiB2b2x1cHRhdGUgdmVsaXQgZXNzZSBjaWxsdW0gZG9sb3JlIGV1IGZ1Z2lhdCBudWxsYSBwYXJpYXR1ci4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IHByb2lkZW50LjwvcD4NCiAgICAgICAgPC9kaXY+DQogICAgPC9saT4NCjwvdWw+',
15, 'https://getuikit.com/docs/accordion', 'The Accordion
component consists of a parent container with the uk-accordion attribute,
and a title and content part for each accordion
item.\r\n\r\n.uk-accordion-title -  Defines and styles the toggle for each
accordion item. Typically used on a heading.\r\n\r\n.uk-accordion-content -
Defines the content part for each accordion item.\r\n\r\n',
'', 1, '2017-11-20 17:21:09', '2017-11-20
23:41:14', 1, '', 14,
'c76d547f-8bcd-48e6-ba64-4ae971404a1b'),
(96, 'Vast Development Method', 'Joomla@vdm.io',
'Llewellyn van der Merwe', 'https://www.vdm.io/',
'FooTable is a jQuery plugin that aims to make HTML tables on smaller
devices look awesome – No matter how many columns of data you may have in
them.\r\n\r\nHave you ever wanted to show a lot of data in a table, but
hate how badly it scales on smaller mobile devices? The FooTable jQuery
plugin solves this problem by allowing you to hide certain columns on
smaller devices, but still allowing the user to expand each row to see the
columns that were hidden.', 'metro-blue', 5,
'FooTable',
'PHRhYmxlIGNsYXNzPSJmb290YWJsZSBtZXRyby1ibHVlIiBkYXRhLWZpbHRlcj0iI2ZpbHRlciIgZGF0YS1wYWdlLXNpemU9IjUiPg0KICA8dGhlYWQ+DQogICAgPHRyPg0KICAgICAgPHRoIGRhdGEtdG9nZ2xlPSJ0cnVlIj5OYW1lPC90aD4NCiAgICAgIDx0aCBkYXRhLWhpZGU9InBob25lLHRhYmxldCI+UGhvbmU8L3RoPg0KICAgICAgPHRoIGRhdGEtaGlkZT0icGhvbmUsdGFibGV0Ij5FbWFpbDwvdGg+DQogICAgPC90cj4NCiAgPC90aGVhZD4NCiAgPHRib2R5Pg0KICAgIDx0cj4NCiAgICAgIDx0ZD5Cb2IgTWFuPC90ZD4NCiAgICAgIDx0ZD41NTUtMTIzNDU8L3RkPg0KICAgICAgPHRkPmJvYkBob21lLmNvbTwvdGQ+DQogICAgPC90cj4NCiAgICA8dHI+DQogICAgICA8dGQ+QnJpZGdldCBKb25lczwvdGQ+DQogICAgICA8dGQ+NTQ0LTc3NjY1NTwvdGQ+DQogICAgICA8dGQ+YmpvbmVzQG15c2l0ZS5jb208L3RkPg0KICAgIDwvdHI+DQogICAgPHRyPg0KICAgICAgPHRkPlRvbSBKb25lczwvdGQ+DQogICAgICA8dGQ+NTU1LTk5OTExPC90ZD4NCiAgICAgIDx0ZD5jcnVpc2UxQGNyYXp5LmNvbTwvdGQ+DQogICAgPC90cj4NCiAgPC90Ym9keT4NCjwvdGFibGU+',
32, 'https://github.com/fooplugins/FooTable/tree/V2',
'', '', 1, '2015-09-26 14:07:03',
'2017-11-25 22:24:55', 3, '', 15,
'57eace63-c278-4685-8bb7-a40bfdee704e'),
(97, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Provide contextual
feedback messages for typical user actions with the handful of available
and flexible alert messages.', 'alert-success', 2,
'Alerts - Success',
'PGRpdiBjbGFzcz0iYWxlcnQgYWxlcnQtc3VjY2VzcyIgcm9sZT0iYWxlcnQiPg0KICAgIDxzdHJvbmc+V2VsbCBkb25lITwvc3Ryb25nPiBZb3Ugc3VjY2Vzc2Z1bGx5IHJlYWQgdGhpcw0KICAgIGltcG9ydGFudCBhbGVydCBtZXNzYWdlLg0KPC9kaXY+',
7, 'https://getbootstrap.com/docs/4.0/components/alerts/',
'Alerts are available for any length of text, as well as an optional
dismiss button. For proper styling, use one of the eight required
contextual classes (e.g., .alert-success).', '', 1,
'2017-11-01 00:00:00', '2017-11-13 10:12:34', 1,
'', 16, 'eac77139-a69b-4eef-9276-254194d2bed5'),
(98, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Provide contextual
feedback messages for typical user actions with the handful of available
and flexible alert messages.', 'alert-heading', 2,
'Alerts - Heading',
'PGRpdiBjbGFzcz0iYWxlcnQgYWxlcnQtc3VjY2VzcyIgcm9sZT0iYWxlcnQiPg0KICA8aDQgY2xhc3M9ImFsZXJ0LWhlYWRpbmciPldlbGwgZG9uZSE8L2g0Pg0KICBZb3Ugc3VjY2Vzc2Z1bGx5IHJlYWQgdGhpcyBpbXBvcnRhbnQgYWxlcnQgbWVzc2FnZS4NCjwvZGl2Pg==',
7, 'https://getbootstrap.com/docs/4.0/components/alerts/',
'Alerts are available for any length of text, as well as an optional
dismiss button. For proper styling, use one of the eight required
contextual classes (e.g., .alert-success).', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:06:26', 1,
'', 17, '7fdc4a3a-6b6b-4126-98d6-2c2dfe726f8d'),
(99, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Provide contextual
feedback messages for typical user actions with the handful of available
and flexible alert messages.', 'alert-link', 2, 'Alerts
- Link',
'PGRpdiBjbGFzcz0iYWxlcnQgYWxlcnQtZGFuZ2VyIiByb2xlPSJhbGVydCI+DQogIDxzdHJvbmc+T2ggc25hcCE8L3N0cm9uZz4NCiAgPGEgaHJlZj0iIyIgY2xhc3M9ImFsZXJ0LWxpbmsiPkNoYW5nZSBhIGZldyB0aGluZ3MgdXA8L2E+DQogIGFuZCB0cnkgc3VibWl0dGluZyBhZ2Fpbi4NCjwvZGl2Pg==',
7, 'https://getbootstrap.com/docs/4.0/components/alerts/',
'Alerts are available for any length of text, as well as an optional
dismiss button. For proper styling, use one of the eight required
contextual classes (e.g., .alert-success).', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:06:19', 1,
'', 17, '0910fd26-4d44-4d85-827f-14207d99ce45'),
(100, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Provide contextual
feedback messages for typical user actions with the handful of available
and flexible alert messages.', 'alert-danger', 2,
'Alerts - Danger',
'PGRpdiBjbGFzcz0iYWxlcnQgYWxlcnQtZGFuZ2VyIiByb2xlPSJhbGVydCI+DQogIDxzdHJvbmc+T2ggc25hcCE8L3N0cm9uZz4gQ2hhbmdlIGEgZmV3IHRoaW5ncyB1cCBhbmQgdHJ5IHN1Ym1pdHRpbmcgYWdhaW4uDQo8L2Rpdj4=',
7, 'https://getbootstrap.com/docs/4.0/components/alerts/',
'Alerts are available for any length of text, as well as an optional
dismiss button. For proper styling, use one of the eight required
contextual classes (e.g., .alert-success).', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:06:19', 1,
'', 17, '597d1a5b-1dd9-438b-a019-5b074afa8191'),
(101, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Provide contextual
feedback messages for typical user actions with the handful of available
and flexible alert messages.', 'alert-dismissible', 2,
'Alerts - Dismissible',
'PGRpdiBjbGFzcz0iYWxlcnQgYWxlcnQtd2FybmluZyBhbGVydC1kaXNtaXNzaWJsZSBmYWRlIHNob3ciIHJvbGU9ImFsZXJ0Ij4NCiAgPGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJjbG9zZSIgZGF0YS1kaXNtaXNzPSJhbGVydCIgYXJpYS1sYWJlbD0iQ2xvc2UiPg0KICAgIDxzcGFuIGFyaWEtaGlkZGVuPSJ0cnVlIj7Dlzwvc3Bhbj4NCiAgPC9idXR0b24+DQogIDxzdHJvbmc+SG9seSBndWFjYW1vbGUhPC9zdHJvbmc+IFlvdSBzaG91bGQgY2hlY2sgaW4gb24gc29tZSBvZiB0aG9zZSBmaWVsZHMgYmVsb3cuDQo8L2Rpdj4=',
7, 'https://getbootstrap.com/docs/4.0/components/alerts/',
'Alerts are available for any length of text, as well as an optional
dismiss button. For proper styling, use one of the eight required
contextual classes (e.g., .alert-success).', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:06:23', 1,
'', 17, 'e0f1a436-8527-462b-ba27-cbe60504b8f6'),
(102, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Provide contextual
feedback messages for typical user actions with the handful of available
and flexible alert messages.', 'alert-info', 2, 'Alerts
- Info',
'PGRpdiBjbGFzcz0iYWxlcnQgYWxlcnQtaW5mbyIgcm9sZT0iYWxlcnQiPg0KICAgIDxzdHJvbmc+SGVhZHMgdXAhPC9zdHJvbmc+IFRoaXMgYWxlcnQgbmVlZHMgeW91ciBhdHRlbnRpb24sDQogICAgYnV0IGl0J3Mgbm90IHN1cGVyIGltcG9ydGFudC4NCjwvZGl2Pg==',
7, 'https://getbootstrap.com/docs/4.0/components/alerts/',
'Alerts are available for any length of text, as well as an optional
dismiss button. For proper styling, use one of the eight required
contextual classes (e.g., .alert-success).', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:06:08', 1,
'', 18, 'c7a51b7a-c1b7-45cb-95c6-b8cda5d32417'),
(103, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-danger', 2, 'Badge - Danger',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLWRhbmdlciI+RGFuZ2VyPC9zcGFuPg==',
8, 'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:13:21', 1,
'', 19, '4cc7a7b5-7d3a-4086-8a00-d7b99e3db5b2'),
(104, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Provide contextual
feedback messages for typical user actions with the handful of available
and flexible alert messages.', 'alert-warning', 2,
'Alerts - Warning',
'PGRpdiBjbGFzcz0iYWxlcnQgYWxlcnQtaW5mbyIgcm9sZT0iYWxlcnQiPg0KICAgIDxzdHJvbmc+SGVhZHMgdXAhPC9zdHJvbmc+IFRoaXMgYWxlcnQgbmVlZHMgeW91ciBhdHRlbnRpb24sDQogICAgYnV0IGl0J3Mgbm90IHN1cGVyIGltcG9ydGFudC4NCjwvZGl2Pg==',
7, 'https://getbootstrap.com/docs/4.0/components/alerts/',
'Alerts are available for any length of text, as well as an optional
dismiss button. For proper styling, use one of the eight required
contextual classes (e.g., .alert-success).', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:06:13', 1,
'', 20, 'f7de3d3c-326c-4039-a184-f0aa1e4719d3'),
(105, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-info', 2, 'Badge - Info',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLWluZm8iPkluZm88L3NwYW4+', 8,
'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:13:15', 1,
'', 21, 'b7eb3854-3024-440b-bb88-2197e3b934dc'),
(106, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-dark', 2, 'Badge - Dark',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLWRhcmsiPkRhcms8L3NwYW4+', 8,
'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:13:28', 1,
'', 21, 'c3e0aa51-2cbc-4bf3-8e84-1b6bc2672f2b'),
(107, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-light', 2, 'Badge - Light',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLWxpZ2h0Ij5MaWdodDwvc3Bhbj4=',
8, 'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:13:26', 1,
'', 22, 'f03cb9b8-fffd-41af-9c84-eeed30c97d4b'),
(108, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-pill', 2, 'Badge - Pill',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLXBpbGwgYmFkZ2UtcHJpbWFyeSI+U2Vjb25kYXJ5PC9zcGFuPg==',
8, 'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-11 23:53:03', 1,
'', 23, '491da919-5afe-4cbb-8cec-1a4d49778c0a'),
(109, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-primary', 2, 'Badge - Primary',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLXByaW1hcnkiPlByaW1hcnk8L3NwYW4+',
8, 'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:13:06', 1,
'', 23, 'c0d1d1f1-907a-4712-afc5-a905ff75bfbe'),
(110, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-secondary', 2, 'Badge - Secondary',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLXNlY29uZGFyeSI+U2Vjb25kYXJ5PC9zcGFuPg==',
8, 'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:13:09', 1,
'', 24, '72bcef22-7fcc-4152-892f-23f4e619ef24'),
(111, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-warning', 2, 'Badge - Warning',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLXdhcm5pbmciPldhcm5pbmc8L3NwYW4+',
8, 'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:13:18', 1,
'', 24, 'f6895007-f66b-4d66-ad52-9823e3b7dee0'),
(112, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Indicate the current
page\'s location within a navigational hierarchy that automatically
adds separators via CSS.', 'breadcrumb', 2,
'Breadcrumb',
'PG9sIGNsYXNzPSJicmVhZGNydW1iIj4NCiAgPGxpIGNsYXNzPSJicmVhZGNydW1iLWl0ZW0gYWN0aXZlIj5Ib21lPC9saT4NCjwvb2w+DQo8b2wgY2xhc3M9ImJyZWFkY3J1bWIiPg0KICA8bGkgY2xhc3M9ImJyZWFkY3J1bWItaXRlbSI+PGEgaHJlZj0iIyI+SG9tZTwvYT48L2xpPg0KICA8bGkgY2xhc3M9ImJyZWFkY3J1bWItaXRlbSBhY3RpdmUiPkxpYnJhcnk8L2xpPg0KPC9vbD4NCjxvbCBjbGFzcz0iYnJlYWRjcnVtYiI+DQogIDxsaSBjbGFzcz0iYnJlYWRjcnVtYi1pdGVtIj48YSBocmVmPSIjIj5Ib21lPC9hPjwvbGk+DQogIDxsaSBjbGFzcz0iYnJlYWRjcnVtYi1pdGVtIj48YSBocmVmPSIjIj5MaWJyYXJ5PC9hPjwvbGk+DQogIDxsaSBjbGFzcz0iYnJlYWRjcnVtYi1pdGVtIGFjdGl2ZSI+RGF0YTwvbGk+DQo8L29sPg==',
9, 'https://getbootstrap.com/docs/4.0/components/breadcrumb/',
'Separators are automatically added in CSS through ::before and
content.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:01:21', 1, '', 25,
'25ea0f36-f123-4b2e-82c1-3bb44991c0cb'),
(113, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge-success', 2, 'Badge - Success',
'PHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLXN1Y2Nlc3MiPlN1Y2Nlc3M8L3NwYW4+',
8, 'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:13:12', 1,
'', 24, '736daa76-4a91-4a26-a684-3412c126e2ec'),
(114, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Group a series of
buttons together on a single line with the button group, and super-power
them with JavaScript.', 'btn-toolbar', 2, 'Button -
Toolbar',
'PGRpdiBjbGFzcz0iYnRuLXRvb2xiYXIiIHJvbGU9InRvb2xiYXIiIGFyaWEtbGFiZWw9IlRvb2xiYXIgd2l0aCBidXR0b24gZ3JvdXBzIj4NCiAgPGRpdiBjbGFzcz0iYnRuLWdyb3VwIiByb2xlPSJncm91cCIgYXJpYS1sYWJlbD0iRmlyc3QgZ3JvdXAiPg0KICAgIDxidXR0b24gdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkiPjE8L2J1dHRvbj4NCiAgICA8YnV0dG9uIHR5cGU9ImJ1dHRvbiIgY2xhc3M9ImJ0biBidG4tc2Vjb25kYXJ5Ij4yPC9idXR0b24+DQogICAgPGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXNlY29uZGFyeSI+MzwvYnV0dG9uPg0KICA8L2Rpdj4NCiAgPGRpdiBjbGFzcz0iYnRuLWdyb3VwIiByb2xlPSJncm91cCIgYXJpYS1sYWJlbD0iU2Vjb25kIGdyb3VwIj4NCiAgICA8YnV0dG9uIHR5cGU9ImJ1dHRvbiIgY2xhc3M9ImJ0biBidG4tc2Vjb25kYXJ5Ij41PC9idXR0b24+DQogICAgPGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXNlY29uZGFyeSI+NjwvYnV0dG9uPg0KICA8L2Rpdj4NCiAgPGRpdiBjbGFzcz0iYnRuLWdyb3VwIiByb2xlPSJncm91cCIgYXJpYS1sYWJlbD0iVGhpcmQgZ3JvdXAiPg0KICAgIDxidXR0b24gdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkiPjg8L2J1dHRvbj4NCiAgPC9kaXY+DQo8L2Rpdj4=',
11, 'https://getbootstrap.com/docs/4.0/components/button-group/',
'Combine sets of button groups into button toolbars for more complex
components. Use utility classes as needed to space out groups, buttons, and
more.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:28:16', 1, '', 26,
'f7a6f877-ee4c-4cbe-b1a7-314ff55172b7'),
(115, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Group a series of
buttons together on a single line with the button group, and super-power
them with JavaScript.', 'btn-group (nested)', 2,
'Button Group (nested)',
'PGRpdiBjbGFzcz0iYnRuLWdyb3VwIiByb2xlPSJncm91cCIgYXJpYS1sYWJlbD0iQnV0dG9uIGdyb3VwIHdpdGggbmVzdGVkIGRyb3Bkb3duIj4NCiAgPGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXNlY29uZGFyeSI+MTwvYnV0dG9uPg0KICA8YnV0dG9uIHR5cGU9ImJ1dHRvbiIgY2xhc3M9ImJ0biBidG4tc2Vjb25kYXJ5Ij4yPC9idXR0b24+DQoNCiAgPGRpdiBjbGFzcz0iYnRuLWdyb3VwIiByb2xlPSJncm91cCI+DQogICAgPGJ1dHRvbiBpZD0iYnRuR3JvdXBEcm9wMSIgdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkgZHJvcGRvd24tdG9nZ2xlIiBkYXRhLXRvZ2dsZT0iZHJvcGRvd24iIGFyaWEtaGFzcG9wdXA9InRydWUiIGFyaWEtZXhwYW5kZWQ9ImZhbHNlIj4NCiAgICAgIERyb3Bkb3duDQogICAgPC9idXR0b24+DQogICAgPGRpdiBjbGFzcz0iZHJvcGRvd24tbWVudSIgYXJpYS1sYWJlbGxlZGJ5PSJidG5Hcm91cERyb3AxIj4NCiAgICAgIDxhIGNsYXNzPSJkcm9wZG93bi1pdGVtIiBocmVmPSIjIj5Ecm9wZG93biBsaW5rPC9hPg0KICAgICAgPGEgY2xhc3M9ImRyb3Bkb3duLWl0ZW0iIGhyZWY9IiMiPkRyb3Bkb3duIGxpbms8L2E+DQogICAgPC9kaXY+DQogIDwvZGl2Pg0KPC9kaXY+',
11, 'https://getbootstrap.com/docs/4.0/components/button-group/',
'Wrap a series of buttons with .btn in .btn-group. Add on optional
JavaScript radio and checkbox style behavior with our buttons
plugin.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:28:08', 1, '', 26,
'e97f45dd-c391-4b01-9737-c1cd90c2be30'),
(116, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Documentation and
examples for badges, our small count and labeling component.',
'badge', 2, 'Badge',
'PGgxPkV4YW1wbGUgaGVhZGluZyA8c3BhbiBjbGFzcz0iYmFkZ2UgYmFkZ2Utc2Vjb25kYXJ5Ij5OZXc8L3NwYW4+PC9oMT4NCjxoMj5FeGFtcGxlIGhlYWRpbmcgPHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLXNlY29uZGFyeSI+TmV3PC9zcGFuPjwvaDI+DQo8aDM+RXhhbXBsZSBoZWFkaW5nIDxzcGFuIGNsYXNzPSJiYWRnZSBiYWRnZS1zZWNvbmRhcnkiPk5ldzwvc3Bhbj48L2gzPg0KPGg0PkV4YW1wbGUgaGVhZGluZyA8c3BhbiBjbGFzcz0iYmFkZ2UgYmFkZ2Utc2Vjb25kYXJ5Ij5OZXc8L3NwYW4+PC9oND4NCjxoNT5FeGFtcGxlIGhlYWRpbmcgPHNwYW4gY2xhc3M9ImJhZGdlIGJhZGdlLXNlY29uZGFyeSI+TmV3PC9zcGFuPjwvaDU+DQo8aDY+RXhhbXBsZSBoZWFkaW5nIDxzcGFuIGNsYXNzPSJiYWRnZSBiYWRnZS1zZWNvbmRhcnkiPk5ldzwvc3Bhbj48L2g2Pg==',
8, 'https://getbootstrap.com/docs/4.0/components/badge/',
'Badges scale to match the size of the immediate parent element by
using relative font sizing and em units.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:12:58', 1,
'', 26, '003efb29-e3f9-4378-a463-4de8e5675766'),
(117, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Group a series of
buttons together on a single line with the button group, and super-power
them with JavaScript.', 'btn-group-lg', 2, 'Button
Group - Large',
'PGRpdiBjbGFzcz0iYnRuLWdyb3VwIGJ0bi1ncm91cC1sZyIgcm9sZT0iZ3JvdXAiIGFyaWEtbGFiZWw9IkJhc2ljIGV4YW1wbGUiPg0KICA8YnV0dG9uIHR5cGU9ImJ1dHRvbiIgY2xhc3M9ImJ0biBidG4tc2Vjb25kYXJ5Ij5MZWZ0PC9idXR0b24+DQogIDxidXR0b24gdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkiPk1pZGRsZTwvYnV0dG9uPg0KICA8YnV0dG9uIHR5cGU9ImJ1dHRvbiIgY2xhc3M9ImJ0biBidG4tc2Vjb25kYXJ5Ij5SaWdodDwvYnV0dG9uPg0KPC9kaXY+',
11, 'https://getbootstrap.com/docs/4.0/components/button-group/',
'Wrap a series of buttons with .btn in .btn-group. Add on optional
JavaScript radio and checkbox style behavior with our buttons
plugin.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:27:34', 1, '', 27,
'710bde0f-89cc-4acc-a83d-e20fa0cbb893'),
(118, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'radio as button',
2, 'Button - As Radio',
'PGRpdiBjbGFzcz0iYnRuLWdyb3VwIiBkYXRhLXRvZ2dsZT0iYnV0dG9ucyI+DQogIDxsYWJlbCBjbGFzcz0iYnRuIGJ0bi1wcmltYXJ5IGFjdGl2ZSI+DQogICAgPGlucHV0IHR5cGU9InJhZGlvIiBuYW1lPSJvcHRpb25zIiBpZD0ib3B0aW9uMSIgY2hlY2tlZD0iIj4gUmFkaW8gMSAocHJlc2VsZWN0ZWQpDQogIDwvbGFiZWw+DQogIDxsYWJlbCBjbGFzcz0iYnRuIGJ0bi1wcmltYXJ5Ij4NCiAgICA8aW5wdXQgdHlwZT0icmFkaW8iIG5hbWU9Im9wdGlvbnMiIGlkPSJvcHRpb24yIj4gUmFkaW8gMg0KICA8L2xhYmVsPg0KPC9kaXY+',
12, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for
additional sizes.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:35:00', 1, '', 27,
'14c313be-d933-4858-92bc-b5d47a9db508'),
(119, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'active button', 2,
'Button - Active',
'PGEgaHJlZj0iIyIgY2xhc3M9ImJ0biBidG4tcHJpbWFyeSBidG4tbGcgYWN0aXZlIiByb2xlPSJidXR0b24iIGFyaWEtcHJlc3NlZD0idHJ1ZSI+UHJpbWFyeSBsaW5rPC9hPg==',
12, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for
additional sizes.', '', 1, '2017-11-01 00:00:00',
'2017-11-21 23:17:18', 1, '', 27,
'56f1534d-ea2d-471b-8633-aeed414df87a'),
(120, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'checkbox as
button', 2, 'Button - As Checkbox',
'PGRpdiBjbGFzcz0iYnRuLWdyb3VwIiBkYXRhLXRvZ2dsZT0iYnV0dG9ucyI+DQogIDxsYWJlbCBjbGFzcz0iYnRuIGJ0bi1wcmltYXJ5IGFjdGl2ZSI+DQogICAgPGlucHV0IHR5cGU9ImNoZWNrYm94IiBjaGVja2VkPSIiPiBDaGVja2JveCAxIChwcmUtY2hlY2tlZCkNCiAgPC9sYWJlbD4NCiAgPGxhYmVsIGNsYXNzPSJidG4gYnRuLXByaW1hcnkiPg0KICAgIDxpbnB1dCB0eXBlPSJjaGVja2JveCI+IENoZWNrYm94IDINCiAgPC9sYWJlbD4NCjwvZGl2Pg==',
12, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for
additional sizes.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:34:41', 1, '', 27,
'7f9ab8c9-15aa-4b2b-8271-114b032cdef4'),
(121, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-block', 2,
'Button - Block',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXByaW1hcnkgYnRuLWxnIGJ0bi1ibG9jayI+QmxvY2sgbGV2ZWwgYnV0dG9uPC9idXR0b24+',
12, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for
additional sizes.', '', 1, '2017-11-01 00:00:00',
'2017-11-21 23:17:15', 1, '', 28,
'e64dd4ca-a1cd-4442-9cf4-5d18a9e3dd91'),
(122, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'disabled button',
2, 'Button - Disabled',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXByaW1hcnkiIGRhdGEtdG9nZ2xlPSJidXR0b24iIGFyaWEtcHJlc3NlZD0iZmFsc2UiPg0KICBTaW5nbGUgdG9nZ2xlDQo8L2J1dHRvbj4=',
12, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for
additional sizes.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:34:21', 1, '', 28,
'52c9caa1-7f2b-4a8f-bb60-9a4158d27c0a'),
(123, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Group a series of
buttons together on a single line with the button group, and super-power
them with JavaScript.', 'btn-group-vertical', 2,
'Button Group - Vertical',
'PGRpdiBjbGFzcz0iYnRuLWdyb3VwLXZlcnRpY2FsIiByb2xlPSJncm91cCIgYXJpYS1sYWJlbD0iQmFzaWMgZXhhbXBsZSI+DQogIDxidXR0b24gdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkiPkxlZnQ8L2J1dHRvbj4NCiAgPGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXNlY29uZGFyeSI+TWlkZGxlPC9idXR0b24+DQogIDxidXR0b24gdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkiPlJpZ2h0PC9idXR0b24+DQo8L2Rpdj4=',
11, 'https://getbootstrap.com/docs/4.0/components/button-group/',
'Wrap a series of buttons with .btn in .btn-group. Add on optional
JavaScript radio and checkbox style behavior with our buttons
plugin.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:27:56', 1, '', 28,
'64415e4e-f38f-4e46-9ca1-6eea596f2456'),
(124, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-lg', 2,
'Button - Large',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXByaW1hcnkgYnRuLWxnIj5MYXJnZSBidXR0b248L2J1dHRvbj4=',
12, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for
additional sizes.', '', 1, '2017-11-01 00:00:00',
'2017-11-21 23:17:07', 1, '', 29,
'ed94a4f7-b396-4201-a7da-b268db30b13d'),
(125, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-sm', 2,
'Button - Small',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXByaW1hcnkgYnRuLXNtIj5TbWFsbCBidXR0b248L2J1dHRvbj4=',
12, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for
additional sizes.', '', 1, '2017-11-01 00:00:00',
'2017-11-21 23:17:13', 1, '', 29,
'4becf0e5-2fac-483a-b4bb-92b0b1608c3b'),
(126, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Group a series of
buttons together on a single line with the button group, and super-power
them with JavaScript.', 'btn-group-sm', 2, 'Button
Group - Small',
'PGRpdiBjbGFzcz0iYnRuLWdyb3VwIGJ0bi1ncm91cC1zbSIgcm9sZT0iZ3JvdXAiIGFyaWEtbGFiZWw9IkJhc2ljIGV4YW1wbGUiPg0KICA8YnV0dG9uIHR5cGU9ImJ1dHRvbiIgY2xhc3M9ImJ0biBidG4tc2Vjb25kYXJ5Ij5MZWZ0PC9idXR0b24+DQogIDxidXR0b24gdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkiPk1pZGRsZTwvYnV0dG9uPg0KICA8YnV0dG9uIHR5cGU9ImJ1dHRvbiIgY2xhc3M9ImJ0biBidG4tc2Vjb25kYXJ5Ij5SaWdodDwvYnV0dG9uPg0KPC9kaXY+',
11, 'https://getbootstrap.com/docs/4.0/components/button-group/',
'Wrap a series of buttons with .btn in .btn-group. Add on optional
JavaScript radio and checkbox style behavior with our buttons
plugin.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:27:45', 1, '', 29,
'3af366d7-978f-487a-a966-0477d7ea9d1a'),
(127, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-danger', 2,
'Button - Danger',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLWRhbmdlciI+RGFuZ2VyPC9idXR0b24+',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
23:14:20', 1, '', 30,
'772bc812-118c-4bf0-a286-b467c3d4cee6'),
(128, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Group a series of
buttons together on a single line with the button group, and super-power
them with JavaScript.', 'btn-group', 2, 'Button
Group',
'PGRpdiBjbGFzcz0iYnRuLWdyb3VwIiByb2xlPSJncm91cCIgYXJpYS1sYWJlbD0iQmFzaWMgZXhhbXBsZSI+DQogIDxidXR0b24gdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkiPkxlZnQ8L2J1dHRvbj4NCiAgPGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXNlY29uZGFyeSI+TWlkZGxlPC9idXR0b24+DQogIDxidXR0b24gdHlwZT0iYnV0dG9uIiBjbGFzcz0iYnRuIGJ0bi1zZWNvbmRhcnkiPlJpZ2h0PC9idXR0b24+DQo8L2Rpdj4=',
11, 'https://getbootstrap.com/docs/4.0/components/button-group/',
'Wrap a series of buttons with .btn in .btn-group. Add on optional
JavaScript radio and checkbox style behavior with our buttons
plugin.', '', 1, '2017-11-01 00:00:00',
'2017-11-22 00:25:49', 1, '', 30,
'cebe97c4-ff4a-4a74-bd12-ebe02ecfd814'),
(129, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-info', 2,
'Button - Info',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLWluZm8iPkluZm88L2J1dHRvbj4=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
23:14:14', 1, '', 31,
'35d64d76-fd06-4821-9cfb-7cc8a8901ccf'),
(130, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-link', 2,
'Button - Link',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLWxpbmsiPkxpbms8L2J1dHRvbj4=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
23:14:30', 1, '', 32,
'e6356804-5499-478d-b0cb-5f708fd1a739'),
(131, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.',
'btn-outline-danger', 2, 'Button - Outline Danger',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLW91dGxpbmUtZGFuZ2VyIj5EYW5nZXI8L2J1dHRvbj4=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'In need of a button, but not the hefty background colors they bring?
Replace the default modifier classes with the .btn-outline-* ones to remove
all background images and colors on any button.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:15:40', 1,
'', 32, '206c8a71-71b4-4e66-9bdb-9247e0efdf27'),
(132, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-outline-info',
2, 'Button - Outline Info',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLW91dGxpbmUtaW5mbyI+SW5mbzwvYnV0dG9uPg==',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'In need of a button, but not the hefty background colors they bring?
Replace the default modifier classes with the .btn-outline-* ones to remove
all background images and colors on any button.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:15:34', 1,
'', 33, 'ab044e3e-675a-4172-8849-a5fd61d889e3'),
(133, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.',
'btn-outline-primary', 2, 'Button - Outline Primary',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLW91dGxpbmUtcHJpbWFyeSI+UHJpbWFyeTwvYnV0dG9uPg==',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'In need of a button, but not the hefty background colors they bring?
Replace the default modifier classes with the .btn-outline-* ones to remove
all background images and colors on any button.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:14:51', 1,
'', 34, '6a26904a-fdae-4333-892a-932548b8a11d'),
(134, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-outline-light',
2, 'Button - Outline Light',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLW91dGxpbmUtbGlnaHQiPkxpZ2h0PC9idXR0b24+DQo=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'In need of a button, but not the hefty background colors they bring?
Replace the default modifier classes with the .btn-outline-* ones to remove
all background images and colors on any button.', '', 1,
'2017-11-01 00:00:00', '2017-11-11 23:54:26', 1,
'', 34, '5e418043-9a54-4cc3-abef-ac2c6b467a4f'),
(135, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-dark', 2,
'Button - Dark',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLWRhcmsiPkRhcms8L2J1dHRvbj4=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
23:14:26', 1, '', 35,
'ad5973b8-1860-49b8-9022-ac43d24a2bc5'),
(136, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.',
'btn-outline-secondary', 2, 'Button - Outline
Secondary',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLW91dGxpbmUtc2Vjb25kYXJ5Ij5TZWNvbmRhcnk8L2J1dHRvbj4=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'In need of a button, but not the hefty background colors they bring?
Replace the default modifier classes with the .btn-outline-* ones to remove
all background images and colors on any button.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:14:53', 1,
'', 35, 'ea92c635-9155-451c-a7f8-4353c60641c8'),
(137, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-light', 2,
'Button - Light',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLWxpZ2h0Ij5MaWdodDwvYnV0dG9uPg==',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
23:14:23', 1, '', 36,
'0cee266b-156e-44a9-aff0-af6935f139e9'),
(138, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.',
'btn-outline-success', 2, 'Button - Outline Success',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLW91dGxpbmUtc3VjY2VzcyI+U3VjY2VzczwvYnV0dG9uPg==',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'In need of a button, but not the hefty background colors they bring?
Replace the default modifier classes with the .btn-outline-* ones to remove
all background images and colors on any button.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:14:55', 1,
'', 36, '8798c735-ae7b-4657-8776-d07b0ec5bfe3'),
(139, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.',
'btn-outline-warning', 2, 'Button - Outline Warning',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLW91dGxpbmUtd2FybmluZyI+V2FybmluZzwvYnV0dG9uPg==',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'In need of a button, but not the hefty background colors they bring?
Replace the default modifier classes with the .btn-outline-* ones to remove
all background images and colors on any button.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:15:37', 1,
'', 36, '56c2a53e-7076-4c4a-9a79-0e9037e19fec'),
(140, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-outline-dark',
2, 'Button - Outline Dark',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLW91dGxpbmUtZGFyayI+RGFyazwvYnV0dG9uPg==',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'In need of a button, but not the hefty background colors they bring?
Replace the default modifier classes with the .btn-outline-* ones to remove
all background images and colors on any button.', '', 1,
'2017-11-01 00:00:00', '2017-11-21 23:15:47', 1,
'', 36, '4560a0a9-c5e9-4db5-b85b-f547206dc4f5'),
(141, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-primary', 2,
'Button - Primary',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXByaW1hcnkiPlByaW1hcnk8L2J1dHRvbj4=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
22:39:59', 1, '', 37,
'a2e15c1b-e002-41ba-b222-808a4de5d3cb'),
(142, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-success', 2,
'Button - Success',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXN1Y2Nlc3MiPlN1Y2Nlc3M8L2J1dHRvbj4=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
23:14:11', 1, '', 38,
'ba1c21b9-612d-4d8b-8d74-333e6dd6a140'),
(143, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-warning', 2,
'Button - Warning',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXdhcm5pbmciPldhcm5pbmc8L2J1dHRvbj4=',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
23:14:17', 1, '', 39,
'7c1fd0a6-3460-4034-b562-9eed77e53764'),
(144, 'Most Wanted Web Services, Inc.',
'sales@mwweb.host', 'Steve Voorhees',
'https://mostwantedwebhosting.com', 'Use Bootstrap\'s
custom button styles for actions in forms, dialogs, and more with support
for multiple sizes, states, and more.', 'btn-secondary', 2,
'Button - Secondary',
'PGJ1dHRvbiB0eXBlPSJidXR0b24iIGNsYXNzPSJidG4gYnRuLXNlY29uZGFyeSI+U2Vjb25kYXJ5PC9idXR0b24+',
10, 'https://getbootstrap.com/docs/4.0/components/buttons/',
'Bootstrap includes several predefined button styles, each serving its
own semantic purpose, with a few extras thrown in for more control.',
'', 1, '2017-11-01 00:00:00', '2017-11-21
22:40:04', 1, '', 40,
'5f6714fb-0030-40a6-b269-4d96d1b1bf08');

--
-- Dumping data for table `#__componentbuilder_validation_rule`
--

INSERT INTO `#__componentbuilder_validation_rule` (`id`, `name`, `php`,
`short_description`, `published`, `created`) VALUES
(1, 'inspect',
'CS8qKg0KCSAqIE1ldGhvZCB0byB0ZXN0IHRoZSB2YWx1ZS4NCgkgKg0KCSAqIEBwYXJhbSAgIFxTaW1wbGVYTUxFbGVtZW50ICAkZWxlbWVudCAgVGhlIFNpbXBsZVhNTEVsZW1lbnQgb2JqZWN0IHJlcHJlc2VudGluZyB0aGUgYDxmaWVsZD5gIHRhZyBmb3IgdGhlIGZvcm0gZmllbGQgb2JqZWN0Lg0KCSAqIEBwYXJhbSAgIG1peGVkICAgICAgICAgICAgICAkdmFsdWUgICAgVGhlIGZvcm0gZmllbGQgdmFsdWUgdG8gdmFsaWRhdGUuDQoJICogQHBhcmFtICAgc3RyaW5nICAgICAgICAgICAgICRncm91cCAgICBUaGUgZmllbGQgbmFtZSBncm91cCBjb250cm9sIHZhbHVlLiBUaGlzIGFjdHMgYXMgYW4gYXJyYXkgY29udGFpbmVyIGZvciB0aGUgZmllbGQuDQoJICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBGb3IgZXhhbXBsZSBpZiB0aGUgZmllbGQgaGFzIG5hbWU9ImZvbyIgYW5kIHRoZSBncm91cCB2YWx1ZSBpcyBzZXQgdG8gImJhciIgdGhlbiB0aGUNCgkgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZ1bGwgZmllbGQgbmFtZSB3b3VsZCBlbmQgdXAgYmVpbmcgImJhcltmb29dIi4NCgkgKiBAcGFyYW0gICBSZWdpc3RyeSAgICAgICAgICAgJGlucHV0ICAgIEFuIG9wdGlvbmFsIFJlZ2lzdHJ5IG9iamVjdCB3aXRoIHRoZSBlbnRpcmUgZGF0YSBzZXQgdG8gdmFsaWRhdGUgYWdhaW5zdCB0aGUgZW50aXJlIGZvcm0uDQoJICogQHBhcmFtICAgRm9ybSAgICAgICAgICAgICAgICRmb3JtICAgICBUaGUgZm9ybSBvYmplY3QgZm9yIHdoaWNoIHRoZSBmaWVsZCBpcyBiZWluZyB0ZXN0ZWQuDQoJICoNCgkgKiBAcmV0dXJuICBib29sZWFuICBUcnVlIGlmIHRoZSB2YWx1ZSBpcyB2YWxpZCwgZmFsc2Ugb3RoZXJ3aXNlLg0KCSAqDQoJICogQHNpbmNlICAgMTEuMQ0KCSAqLw0KCXB1YmxpYyBmdW5jdGlvbiB0ZXN0KFxTaW1wbGVYTUxFbGVtZW50ICRlbGVtZW50LCAkdmFsdWUsICRncm91cCA9IG51bGwsIFJlZ2lzdHJ5ICRpbnB1dCA9IG51bGwsIEZvcm0gJGZvcm0gPSBudWxsKQ0KCXsNCgkJLy8gbG9vayBpbnRvIHRoZXNlIHZhbHVlcyBvbmUgYXQgYSB0aW1lDQoJCWVjaG8gJ2VsZW1lbnQ8YnIgLz4nOw0KCQl2YXJfZHVtcCgkZWxlbWVudCk7DQoJCWVjaG8gJ3ZhbHVlPGJyIC8+JzsNCgkJdmFyX2R1bXAoJHZhbHVlKTsNCgkJZWNobyAnZ3JvdXA8YnIgLz4nOw0KCQl2YXJfZHVtcCgkZ3JvdXApOw0KCQllY2hvICdpbnB1dDxiciAvPic7DQoJCXZhcl9kdW1wKCRpbnB1dCk7DQoJCWVjaG8gJ2Zvcm08YnIgLz4nOw0KCQl2YXJfZHVtcCgkZm9ybSk7DQoJCWpleGl0KCk7DQoJfQ==',
'simple function to inspect the test values', 1, '2018-03-30
09:22:15'),
(2, 'code',
'CS8qKg0KCSAqIE1ldGhvZCB0byB0ZXN0IHRoZSB2YWx1ZS4NCgkgKg0KCSAqIEBwYXJhbSAgIFxTaW1wbGVYTUxFbGVtZW50ICAkZWxlbWVudCAgVGhlIFNpbXBsZVhNTEVsZW1lbnQgb2JqZWN0IHJlcHJlc2VudGluZyB0aGUgYDxmaWVsZD5gIHRhZyBmb3IgdGhlIGZvcm0gZmllbGQgb2JqZWN0Lg0KCSAqIEBwYXJhbSAgIG1peGVkICAgICAgICAgICAgICAkdmFsdWUgICAgVGhlIGZvcm0gZmllbGQgdmFsdWUgdG8gdmFsaWRhdGUuDQoJICogQHBhcmFtICAgc3RyaW5nICAgICAgICAgICAgICRncm91cCAgICBUaGUgZmllbGQgbmFtZSBncm91cCBjb250cm9sIHZhbHVlLiBUaGlzIGFjdHMgYXMgYW4gYXJyYXkgY29udGFpbmVyIGZvciB0aGUgZmllbGQuDQoJICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBGb3IgZXhhbXBsZSBpZiB0aGUgZmllbGQgaGFzIG5hbWU9ImZvbyIgYW5kIHRoZSBncm91cCB2YWx1ZSBpcyBzZXQgdG8gImJhciIgdGhlbiB0aGUNCgkgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZ1bGwgZmllbGQgbmFtZSB3b3VsZCBlbmQgdXAgYmVpbmcgImJhcltmb29dIi4NCgkgKiBAcGFyYW0gICBSZWdpc3RyeSAgICAgICAgICAgJGlucHV0ICAgIEFuIG9wdGlvbmFsIFJlZ2lzdHJ5IG9iamVjdCB3aXRoIHRoZSBlbnRpcmUgZGF0YSBzZXQgdG8gdmFsaWRhdGUgYWdhaW5zdCB0aGUgZW50aXJlIGZvcm0uDQoJICogQHBhcmFtICAgRm9ybSAgICAgICAgICAgICAgICRmb3JtICAgICBUaGUgZm9ybSBvYmplY3QgZm9yIHdoaWNoIHRoZSBmaWVsZCBpcyBiZWluZyB0ZXN0ZWQuDQoJICoNCgkgKiBAcmV0dXJuICBib29sZWFuICBUcnVlIGlmIHRoZSB2YWx1ZSBpcyB2YWxpZCwgZmFsc2Ugb3RoZXJ3aXNlLg0KCSAqLw0KCXB1YmxpYyBmdW5jdGlvbiB0ZXN0KFxTaW1wbGVYTUxFbGVtZW50ICRlbGVtZW50LCAkdmFsdWUsICRncm91cCA9IG51bGwsIFJlZ2lzdHJ5ICRpbnB1dCA9IG51bGwsIEZvcm0gJGZvcm0gPSBudWxsKQ0KCXsNCgkJLy8gVGhpcyByZW1vdmVzIGFsbCB2YWxpZGF0aW9uIChpcyBkYW5nZXJvdXMpIGJ1dCBuZWVkZWQgdG8gc3VibWl0IGNvZGUgdmlhIEpDQg0KCQlyZXR1cm4gdHJ1ZTsNCg0KCQkvKioNCgkJICogTXkgaWRlYSBpcyB0byBhZGQgc29tZSBraW5kIG9mIHZhbGlkYXRpb24gdG8gaW1wcm92ZSBKQ0IgY29kZSAocGVyL2xhbmd1YWdlKQ0KCQkgKg0KCQkgKiBTbyBhdCB0aGlzIHRpbWUgdGhpcyBjb2RlIHZhbGlkYXRpb24gaXMgdXNlZCBmb3IgSmF2YVNjcmlwdCxDU1MsSFRNTCBhbmQgUEhQLg0KCQkgKiBXZSBjYW4gc2VlIHdoYXQgbGFuZ3VhZ2UgaXMgYmVpbmcgd29ya2VkIG9uIHdpdGggdGhlIHN5bnRheCBwcm9wZXJ0eSBpbiB0aGUgJGVsZW1lbnQuIChpbiBKQ0IpDQoJCSAqIFdoYXQgY29tcGxpY2F0ZXMgdGhpbmdzIGlzIHRoZSBwbGFjZWhvbGRlcnMsIG9mIGJvdGggY3VzdG9tIGNvZGUsIGNvbXBvbmVudCwgYW5kIHZpZXcgbmFtZXMuDQoJCSAqIElkZWFsbHkgd2UgY291bGQgc3RyaXAgdGhlbSBhbmQgdGhlbiB2YWxpZGF0ZSB0aGUgY29kZSB0byBiZWluZyBzeW50YWN0aWNhbGx5IGNvcnJlY3QuDQoJCSAqIEJ1dCBzaW5jZSBzb21lIG9mIHRoZSBwbGFjZWhvbGRlcnMgZm9ybSBwYXJ0IG9mIHRoZSBjbGFzcy9mdW5jdGlvbiBuYW1lcyBhbmQgdGhlIG1vcmUsIGl0IHNlZW1zIGxpa2Ugd2UgYXJlIHByZXNzZWQgZm9yIGEgbXVjaCBtb3JlIGFkdmFuY2Ugc29sdXRpb24uDQoJCSAqIElmIHlvdSBoYXZlIGFueSBpZGVhcyB0byBob3cgd2UgY2FuIGdvIGFib3V0IHRvIGRvIHRoaXMsIHRoZW4gcGxlYXNlIG9wZW4gYW4gaXNzdWUgb24gZ2l0aHViIGFuZCBsZXRzIGJlZ2luLiAodGhpcyBpcyBhIG5pY2UgdG8gaGF2ZSwgc28gZG9uJ3QgYnJlYWsgYSBsZWcuLi4pDQoJCSAqLw0KCX0=',
'To validate code', 1, '2018-06-24 19:11:45'),
(3, 'uniquefield',
'CS8qKg0KCSAqIE1ldGhvZCB0byB0ZXN0IHRoZSBmaWVsZCB2YWx1ZSBmb3IgdW5pcXVlbmVzcy4NCgkgKg0KCSAqIEBwYXJhbSAgIFxTaW1wbGVYTUxFbGVtZW50ICAkZWxlbWVudCAgVGhlIFNpbXBsZVhNTEVsZW1lbnQgb2JqZWN0IHJlcHJlc2VudGluZyB0aGUgYDxmaWVsZD5gIHRhZyBmb3IgdGhlIGZvcm0gZmllbGQgb2JqZWN0Lg0KCSAqIEBwYXJhbSAgIG1peGVkICAgICAgICAgICAgICAkdmFsdWUgICAgVGhlIGZvcm0gZmllbGQgdmFsdWUgdG8gdmFsaWRhdGUuDQoJICogQHBhcmFtICAgc3RyaW5nICAgICAgICAgICAgICRncm91cCAgICBUaGUgZmllbGQgbmFtZSBncm91cCBjb250cm9sIHZhbHVlLiBUaGlzIGFjdHMgYXMgYW4gYXJyYXkgY29udGFpbmVyIGZvciB0aGUgZmllbGQuDQoJICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBGb3IgZXhhbXBsZSBpZiB0aGUgZmllbGQgaGFzIG5hbWU9ImZvbyIgYW5kIHRoZSBncm91cCB2YWx1ZSBpcyBzZXQgdG8gImJhciIgdGhlbiB0aGUNCgkgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZ1bGwgZmllbGQgbmFtZSB3b3VsZCBlbmQgdXAgYmVpbmcgImJhcltmb29dIi4NCgkgKiBAcGFyYW0gICBSZWdpc3RyeSAgICAgICAgICAgJGlucHV0ICAgIEFuIG9wdGlvbmFsIFJlZ2lzdHJ5IG9iamVjdCB3aXRoIHRoZSBlbnRpcmUgZGF0YSBzZXQgdG8gdmFsaWRhdGUgYWdhaW5zdCB0aGUgZW50aXJlIGZvcm0uDQoJICogQHBhcmFtICAgRm9ybSAgICAgICAgICAgICAgICRmb3JtICAgICBUaGUgZm9ybSBvYmplY3QgZm9yIHdoaWNoIHRoZSBmaWVsZCBpcyBiZWluZyB0ZXN0ZWQuDQoJICoNCgkgKiBAcmV0dXJuICBib29sZWFuICBUcnVlIGlmIHRoZSB2YWx1ZSBpcyB2YWxpZCwgZmFsc2Ugb3RoZXJ3aXNlLg0KCSAqDQoJICogQHNpbmNlICAgMTEuMQ0KCSAqLw0KCXB1YmxpYyBmdW5jdGlvbiB0ZXN0KFxTaW1wbGVYTUxFbGVtZW50ICRlbGVtZW50LCAkdmFsdWUsICRncm91cCA9IG51bGwsIFJlZ2lzdHJ5ICRpbnB1dCA9IG51bGwsIEZvcm0gJGZvcm0gPSBudWxsKQ0KCXsNCgkJLy8gR2V0IHRoZSBkYXRhYmFzZSBvYmplY3QgYW5kIGEgbmV3IHF1ZXJ5IG9iamVjdC4NCgkJJGRiID0gXEpGYWN0b3J5OjpnZXREYm8oKTsNCgkJJHF1ZXJ5ID0gJGRiLT5nZXRRdWVyeSh0cnVlKTsNCg0KCQkvLyBHZXQgdGhlIGV4dHJhIGZpZWxkIGNoZWNrIGF0dHJpYnV0ZS4NCgkJJGlkID0gKCRpbnB1dCBpbnN0YW5jZW9mIFJlZ2lzdHJ5KSA/ICRpbnB1dC0+Z2V0KCdpZCcsIG51bGwpIDogbnVsbDsNCg0KCQkvLyBnZXQgdGhlIGNvbXBvbmVudCAmIHRhYmxlIG5hbWUNCgkJJHRhYmxlID0gKCRmb3JtIGluc3RhbmNlb2YgRm9ybSkgPyAkZm9ybS0+Z2V0TmFtZSgpIDogJyc7DQoNCgkJLy8gZ2V0IHRoZSBjb2x1bW4gbmFtZQ0KCQkkbmFtZSA9IChhcnJheSkgJGVsZW1lbnQtPmF0dHJpYnV0ZXMoKS0+eyduYW1lJ307DQoJCSRjb2x1bW4gPSAoc3RyaW5nKSB0cmltKCRuYW1lWzBdKTsNCgkJDQoJCS8vIGNoZWNrIHRoYXQgd2UgaGF2ZSBhIHZhbHVlDQoJCWlmIChzdHJsZW4oJHZhbHVlKSAmJiBzdHJsZW4oJHRhYmxlKSA+IDMgJiYgc3RycG9zKCR0YWJsZSwgJ1tbW2NvbXBvbmVudF1dXS4nKSAhPT0gZmFsc2UpDQoJCXsNCgkJCS8vIG5vdyBnZXQgdGhlIHRhYmxlIG5hbWUNCgkJCSR0YWJsZUFycmF5ID0gZXhwbG9kZSgnLicsICR0YWJsZSk7DQoJCQkvLyBkbyB3ZSBoYXZlIHR3byB2YWx1ZXMNCgkJCWlmIChjb3VudCggKGFycmF5KSAkdGFibGVBcnJheSkgPT0gMikNCgkJCXsNCgkJCQkvLyBCdWlsZCB0aGUgcXVlcnkuDQoJCQkJJHF1ZXJ5LT5zZWxlY3QoJ0NPVU5UKCopJykNCgkJCQkJLT5mcm9tKCcjX19bW1tjb21wb25lbnRdXV1fJyAuIChzdHJpbmcpICR0YWJsZUFycmF5WzFdKQ0KCQkJCQktPndoZXJlKCRkYi0+cXVvdGVOYW1lKCRjb2x1bW4pIC4gJyA9ICcgLiAkZGItPnF1b3RlKCR2YWx1ZSkpOw0KDQoJCQkJLy8gcmVtb3ZlIHRoaXMgaXRlbSBmcm9tIHRoZSBsaXN0DQoJCQkJaWYgKCRpZCA+IDApDQoJCQkJew0KCQkJCQkkcXVlcnktPndoZXJlKCRkYi0+cXVvdGVOYW1lKCdpZCcpIC4gJyA8PiAnIC4gKGludCkgJGlkKTsNCgkJCQl9DQoNCgkJCQkvLyBTZXQgYW5kIHF1ZXJ5IHRoZSBkYXRhYmFzZS4NCgkJCQkkZGItPnNldFF1ZXJ5KCRxdWVyeSk7DQoJCQkJJGR1cGxpY2F0ZSA9IChib29sKSAkZGItPmxvYWRSZXN1bHQoKTsNCg0KCQkJCWlmICgkZHVwbGljYXRlKQ0KCQkJCXsNCgkJCQkJcmV0dXJuIGZhbHNlOw0KCQkJCX0NCgkJCX0NCgkJfQ0KDQoJCXJldHVybiB0cnVlOw0KCX0=',
'unique field value', 1, '2018-07-21 06:06:42'),
(4, 'memberloginname',
'CS8qKg0KCSAqIE1ldGhvZCB0byB0ZXN0IHRoZSB1c2VybmFtZSBmb3IgdW5pcXVlbmVzcy4NCgkgKg0KCSAqIEBwYXJhbSAgIFxTaW1wbGVYTUxFbGVtZW50ICAkZWxlbWVudCAgVGhlIFNpbXBsZVhNTEVsZW1lbnQgb2JqZWN0IHJlcHJlc2VudGluZyB0aGUgYDxmaWVsZD5gIHRhZyBmb3IgdGhlIGZvcm0gZmllbGQgb2JqZWN0Lg0KCSAqIEBwYXJhbSAgIG1peGVkICAgICAgICAgICAgICAkdmFsdWUgICAgVGhlIGZvcm0gZmllbGQgdmFsdWUgdG8gdmFsaWRhdGUuDQoJICogQHBhcmFtICAgc3RyaW5nICAgICAgICAgICAgICRncm91cCAgICBUaGUgZmllbGQgbmFtZSBncm91cCBjb250cm9sIHZhbHVlLiBUaGlzIGFjdHMgYXMgYW4gYXJyYXkgY29udGFpbmVyIGZvciB0aGUgZmllbGQuDQoJICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBGb3IgZXhhbXBsZSBpZiB0aGUgZmllbGQgaGFzIG5hbWU9ImZvbyIgYW5kIHRoZSBncm91cCB2YWx1ZSBpcyBzZXQgdG8gImJhciIgdGhlbiB0aGUNCgkgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZ1bGwgZmllbGQgbmFtZSB3b3VsZCBlbmQgdXAgYmVpbmcgImJhcltmb29dIi4NCgkgKiBAcGFyYW0gICBSZWdpc3RyeSAgICAgICAgICAgJGlucHV0ICAgIEFuIG9wdGlvbmFsIFJlZ2lzdHJ5IG9iamVjdCB3aXRoIHRoZSBlbnRpcmUgZGF0YSBzZXQgdG8gdmFsaWRhdGUgYWdhaW5zdCB0aGUgZW50aXJlIGZvcm0uDQoJICogQHBhcmFtICAgRm9ybSAgICAgICAgICAgICAgICRmb3JtICAgICBUaGUgZm9ybSBvYmplY3QgZm9yIHdoaWNoIHRoZSBmaWVsZCBpcyBiZWluZyB0ZXN0ZWQuDQoJICoNCgkgKiBAcmV0dXJuICBib29sZWFuICBUcnVlIGlmIHRoZSB2YWx1ZSBpcyB2YWxpZCwgZmFsc2Ugb3RoZXJ3aXNlLg0KCSAqDQoJICogQHNpbmNlICAgMTEuMQ0KCSAqLw0KCXB1YmxpYyBmdW5jdGlvbiB0ZXN0KFxTaW1wbGVYTUxFbGVtZW50ICRlbGVtZW50LCAkdmFsdWUsICRncm91cCA9IG51bGwsIFJlZ2lzdHJ5ICRpbnB1dCA9IG51bGwsIEZvcm0gJGZvcm0gPSBudWxsKQ0KCXsNCgkJLy8gR2V0IHRoZSBkYXRhYmFzZSBvYmplY3QgYW5kIGEgbmV3IHF1ZXJ5IG9iamVjdC4NCgkJJGRiID0gXEpGYWN0b3J5OjpnZXREYm8oKTsNCgkJJHF1ZXJ5ID0gJGRiLT5nZXRRdWVyeSh0cnVlKTsNCg0KCQkvLyBCdWlsZCB0aGUgcXVlcnkuDQoJCSRxdWVyeS0+c2VsZWN0KCdDT1VOVCgqKScpDQoJCQktPmZyb20oJyNfX3VzZXJzJykNCgkJCS0+d2hlcmUoJ3VzZXJuYW1lID0gJyAuICRkYi0+cXVvdGUoJHZhbHVlKSk7DQoNCgkJLy8gR2V0IHRoZSB1c2VyIElEIGlmIHNldC4NCgkJJHVzZXJJZCA9ICgkZm9ybSBpbnN0YW5jZW9mIEZvcm0gJiYgKCR1c2VySWQgPSAkZm9ybS0+Z2V0VmFsdWUoJ3VzZXInKSkpID8gJHVzZXJJZCA6ICgoJGlucHV0IGluc3RhbmNlb2YgUmVnaXN0cnkgJiYgKCR1c2VySWQgPSAkaW5wdXQtPmdldCgndXNlcicpKSkgPyAkdXNlcklkIDogMCk7DQoJCS8vIGlmIHN0aWxsIG5vdCB1c2VyIGlzIGZvdW5kIGdldCBtZW1iZXIgaWQNCgkJaWYgKCR1c2VySWQgPT0gMCkNCgkJew0KCQkJJG1lbWJlcklkID0gKCRmb3JtIGluc3RhbmNlb2YgRm9ybSAmJiAoJG1lbWJlcklkID0gJGZvcm0tPmdldFZhbHVlKCdpZCcpKSkgPyAkbWVtYmVySWQgOiAoKCRpbnB1dCBpbnN0YW5jZW9mIFJlZ2lzdHJ5ICYmICgkbWVtYmVySWQgPSAkaW5wdXQtPmdldCgnaWQnKSkpID8gJG1lbWJlcklkIDogMCk7DQoJCX0NCgkJLy8gZ2V0IGFjY291bnQgdHlwZSBpZiBuZWVkZWQNCgkJaWYgKCR1c2VySWQgPT0gMCAmJiAkbWVtYmVySWQgPiAwKQ0KCQl7DQoJCQkkYWNjb3VudElkID0gKCRmb3JtIGluc3RhbmNlb2YgRm9ybSAmJiAoJGFjY291bnRJZCA9ICRmb3JtLT5nZXRWYWx1ZSgnYWNjb3VudCcpKSkgPyAkYWNjb3VudElkIDogKCgkaW5wdXQgaW5zdGFuY2VvZiBSZWdpc3RyeSAmJiAoJGFjY291bnRJZCA9ICRpbnB1dC0+Z2V0KCdhY2NvdW50JykpKSA/ICRhY2NvdW50SWQgOiAwKTsNCgkJCS8vIG1ha2Ugc3VyZSB0aGVzZSBhY2NvdW50IGlzIHNldA0KCQkJaWYgKCRhY2NvdW50SWQgPT0gMCkNCgkJCXsNCgkJCQkkYWNjb3VudElkID0gW1tbQ29tcG9uZW50XV1dSGVscGVyOjpnZXRWYXIoJ21lbWJlcicsICRtZW1iZXJJZCwgJ2lkJywgJ2FjY291bnQnKTsNCgkJCX0NCgkJfQ0KCQkvLyBnZXQgdXNlciB2YWx1ZSBpZiBub3Qgc2V0IChkdWUgdG8gcGVybWlzc2lvbnMpDQoJCWlmICgkdXNlcklkID09IDAgJiYgJG1lbWJlcklkID4gMCAmJiAkYWNjb3VudElkID4gMCAmJiAoMSA9PSAkYWNjb3VudElkIHx8IDQgPT0gJGFjY291bnRJZCkpDQoJCXsNCgkJCSR1c2VySWQgPSBbW1tDb21wb25lbnRdXV1IZWxwZXI6OmdldFZhcignbWVtYmVyJywgJG1lbWJlcklkLCAnaWQnLCAndXNlcicpOw0KCQl9DQoJCSRxdWVyeS0+d2hlcmUoJGRiLT5xdW90ZU5hbWUoJ2lkJykgLiAnIDw+ICcgLiAoaW50KSAkdXNlcklkKTsNCg0KCQkvLyBTZXQgYW5kIHF1ZXJ5IHRoZSBkYXRhYmFzZS4NCgkJJGRiLT5zZXRRdWVyeSgkcXVlcnkpOw0KCQkkZHVwbGljYXRlID0gKGJvb2wpICRkYi0+bG9hZFJlc3VsdCgpOw0KDQoJCWlmICgkZHVwbGljYXRlKQ0KCQl7DQoJCQlyZXR1cm4gZmFsc2U7DQoJCX0NCg0KCQlyZXR1cm4gdHJ1ZTsNCgl9',
'Validate the member username', 1, '2018-09-16
00:42:59'),
(5, 'memberuseremail',
'CS8qKg0KCSAqIFRoZSByZWd1bGFyIGV4cHJlc3Npb24gdG8gdXNlIGluIHRlc3RpbmcgYSBmb3JtIGZpZWxkIHZhbHVlLg0KCSAqDQoJICogQHZhciAgICBzdHJpbmcNCgkgKiBAc2luY2UgIDExLjENCgkgKiBAbGluayAgIGh0dHA6Ly93d3cudzMub3JnL1RSL2h0bWwtbWFya3VwL2lucHV0LmVtYWlsLmh0bWwNCgkgKi8NCglwcm90ZWN0ZWQgJHJlZ2V4ID0gIl5bYS16QS1aMC05LiEjJCUmJyorLz0/Xl9ge3x9fi1dK0BbYS16QS1aMC05LV0rKD86XC5bYS16QS1aMC05LV0rKSokIjsNCg0KCS8qKg0KCSAqIE1ldGhvZCB0byB0ZXN0IHRoZSBlbWFpbCBhZGRyZXNzIGFuZCBvcHRpb25hbGx5IGNoZWNrIGZvciB1bmlxdWVuZXNzLg0KCSAqDQoJICogQHBhcmFtICAgXFNpbXBsZVhNTEVsZW1lbnQgICRlbGVtZW50ICBUaGUgU2ltcGxlWE1MRWxlbWVudCBvYmplY3QgcmVwcmVzZW50aW5nIHRoZSBgPGZpZWxkPmAgdGFnIGZvciB0aGUgZm9ybSBmaWVsZCBvYmplY3QuDQoJICogQHBhcmFtICAgbWl4ZWQgICAgICAgICAgICAgICR2YWx1ZSAgICBUaGUgZm9ybSBmaWVsZCB2YWx1ZSB0byB2YWxpZGF0ZS4NCgkgKiBAcGFyYW0gICBzdHJpbmcgICAgICAgICAgICAgJGdyb3VwICAgIFRoZSBmaWVsZCBuYW1lIGdyb3VwIGNvbnRyb2wgdmFsdWUuIFRoaXMgYWN0cyBhcyBhbiBhcnJheSBjb250YWluZXIgZm9yIHRoZSBmaWVsZC4NCgkgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEZvciBleGFtcGxlIGlmIHRoZSBmaWVsZCBoYXMgbmFtZT0iZm9vIiBhbmQgdGhlIGdyb3VwIHZhbHVlIGlzIHNldCB0byAiYmFyIiB0aGVuIHRoZQ0KCSAqICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZnVsbCBmaWVsZCBuYW1lIHdvdWxkIGVuZCB1cCBiZWluZyAiYmFyW2Zvb10iLg0KCSAqIEBwYXJhbSAgIFJlZ2lzdHJ5ICAgICAgICAgICAkaW5wdXQgICAgQW4gb3B0aW9uYWwgUmVnaXN0cnkgb2JqZWN0IHdpdGggdGhlIGVudGlyZSBkYXRhIHNldCB0byB2YWxpZGF0ZSBhZ2FpbnN0IHRoZSBlbnRpcmUgZm9ybS4NCgkgKiBAcGFyYW0gICBGb3JtICAgICAgICAgICAgICAgJGZvcm0gICAgIFRoZSBmb3JtIG9iamVjdCBmb3Igd2hpY2ggdGhlIGZpZWxkIGlzIGJlaW5nIHRlc3RlZC4NCgkgKg0KCSAqIEByZXR1cm4gIGJvb2xlYW4gIFRydWUgaWYgdGhlIHZhbHVlIGlzIHZhbGlkLCBmYWxzZSBvdGhlcndpc2UuDQoJICoNCgkgKiBAc2luY2UgICAxMS4xDQoJICovDQoJcHVibGljIGZ1bmN0aW9uIHRlc3QoXFNpbXBsZVhNTEVsZW1lbnQgJGVsZW1lbnQsICR2YWx1ZSwgJGdyb3VwID0gbnVsbCwgUmVnaXN0cnkgJGlucHV0ID0gbnVsbCwgRm9ybSAkZm9ybSA9IG51bGwpDQoJew0KCQkvLyBJZiB0aGUgZmllbGQgaXMgZW1wdHkgYW5kIG5vdCByZXF1aXJlZCwgdGhlIGZpZWxkIGlzIHZhbGlkLg0KCQkkcmVxdWlyZWQgPSAoKHN0cmluZykgJGVsZW1lbnRbJ3JlcXVpcmVkJ10gPT0gJ3RydWUnIHx8IChzdHJpbmcpICRlbGVtZW50WydyZXF1aXJlZCddID09ICdyZXF1aXJlZCcpOw0KDQoJCWlmICghJHJlcXVpcmVkICYmIGVtcHR5KCR2YWx1ZSkpDQoJCXsNCgkJCXJldHVybiB0cnVlOw0KCQl9DQoNCgkJLy8gSWYgdGhlIHRsZCBhdHRyaWJ1dGUgaXMgcHJlc2VudCwgY2hhbmdlIHRoZSByZWd1bGFyIGV4cHJlc3Npb24gdG8gcmVxdWlyZSBhdCBsZWFzdCAyIGNoYXJhY3RlcnMgZm9yIGl0Lg0KCQkkdGxkID0gKChzdHJpbmcpICRlbGVtZW50Wyd0bGQnXSA9PSAndGxkJyB8fCAoc3RyaW5nKSAkZWxlbWVudFsndGxkJ10gPT0gJ3JlcXVpcmVkJyk7DQoNCgkJaWYgKCR0bGQpDQoJCXsNCgkJCSR0aGlzLT5yZWdleCA9ICJeW2EtekEtWjAtOS4hIyQlJicqKy89P15fYHt8fX4tXStAW2EtekEtWjAtOV0oPzpbYS16QS1aMC05LV17MCw2MX1bYS16QS1aMC05XSkiDQoJCQkJLiAnPyg/OlwuW2EtekEtWjAtOV0oPzpbYS16QS1aMC05LV17MCw2MX1bYS16QS1aMC05XSk/KSskJzsNCgkJfQ0KDQoJCS8vIERldGVybWluZSBpZiB0aGUgbXVsdGlwbGUgYXR0cmlidXRlIGlzIHByZXNlbnQNCgkJJG11bHRpcGxlID0gKChzdHJpbmcpICRlbGVtZW50WydtdWx0aXBsZSddID09ICd0cnVlJyB8fCAoc3RyaW5nKSAkZWxlbWVudFsnbXVsdGlwbGUnXSA9PSAnbXVsdGlwbGUnKTsNCg0KCQlpZiAoISRtdWx0aXBsZSkNCgkJew0KCQkJLy8gSGFuZGxlIGlkbiBlbWFpbCBhZGRyZXNzZXMgYnkgY29udmVydGluZyB0byBwdW55Y29kZS4NCgkJCSR2YWx1ZSA9IFxKU3RyaW5nUHVueWNvZGU6OmVtYWlsVG9QdW55Y29kZSgkdmFsdWUpOw0KDQoJCQkvLyBUZXN0IHRoZSB2YWx1ZSBhZ2FpbnN0IHRoZSByZWd1bGFyIGV4cHJlc3Npb24uDQoJCQlpZiAoIXBhcmVudDo6dGVzdCgkZWxlbWVudCwgJHZhbHVlLCAkZ3JvdXAsICRpbnB1dCwgJGZvcm0pKQ0KCQkJew0KCQkJCXJldHVybiBmYWxzZTsNCgkJCX0NCgkJfQ0KCQllbHNlDQoJCXsNCgkJCSR2YWx1ZXMgPSBleHBsb2RlKCcsJywgJHZhbHVlKTsNCg0KCQkJZm9yZWFjaCAoJHZhbHVlcyBhcyAkdmFsdWUpDQoJCQl7DQoJCQkJLy8gSGFuZGxlIGlkbiBlbWFpbCBhZGRyZXNzZXMgYnkgY29udmVydGluZyB0byBwdW55Y29kZS4NCgkJCQkkdmFsdWUgPSBcSlN0cmluZ1B1bnljb2RlOjplbWFpbFRvUHVueWNvZGUoJHZhbHVlKTsNCg0KCQkJCS8vIFRlc3QgdGhlIHZhbHVlIGFnYWluc3QgdGhlIHJlZ3VsYXIgZXhwcmVzc2lvbi4NCgkJCQlpZiAoIXBhcmVudDo6dGVzdCgkZWxlbWVudCwgJHZhbHVlLCAkZ3JvdXAsICRpbnB1dCwgJGZvcm0pKQ0KCQkJCXsNCgkJCQkJcmV0dXJuIGZhbHNlOw0KCQkJCX0NCgkJCX0NCgkJfQ0KDQoJCS8vIENoZWNrIGlmIHdlIHNob3VsZCB0ZXN0IGZvciB1bmlxdWVuZXNzLiBUaGlzIG9ubHkgY2FuIGJlIHVzZWQgaWYgbXVsdGlwbGUgaXMgbm90IHRydWUNCgkJJHVuaXF1ZSA9ICgoc3RyaW5nKSAkZWxlbWVudFsndW5pcXVlJ10gPT0gJ3RydWUnIHx8IChzdHJpbmcpICRlbGVtZW50Wyd1bmlxdWUnXSA9PSAndW5pcXVlJyk7DQoNCgkJaWYgKCR1bmlxdWUgJiYgISRtdWx0aXBsZSkNCgkJew0KCQkJLy8gR2V0IHRoZSBkYXRhYmFzZSBvYmplY3QgYW5kIGEgbmV3IHF1ZXJ5IG9iamVjdC4NCgkJCSRkYiA9IFxKRmFjdG9yeTo6Z2V0RGJvKCk7DQoJCQkkcXVlcnkgPSAkZGItPmdldFF1ZXJ5KHRydWUpOw0KDQoJCQkvLyBCdWlsZCB0aGUgcXVlcnkuDQoJCQkkcXVlcnktPnNlbGVjdCgnQ09VTlQoKiknKQ0KCQkJCS0+ZnJvbSgnI19fdXNlcnMnKQ0KCQkJCS0+d2hlcmUoJ2VtYWlsID0gJyAuICRkYi0+cXVvdGUoJHZhbHVlKSk7DQoNCgkJCS8vIEdldCB0aGUgdXNlciBJRCBpZiBzZXQuDQoJCQkkdXNlcklkID0gKCRmb3JtIGluc3RhbmNlb2YgRm9ybSAmJiAoJHVzZXJJZCA9ICRmb3JtLT5nZXRWYWx1ZSgndXNlcicpKSkgPyAkdXNlcklkIDogKCgkaW5wdXQgaW5zdGFuY2VvZiBSZWdpc3RyeSAmJiAoJHVzZXJJZCA9ICRpbnB1dC0+Z2V0KCd1c2VyJykpKSA/ICR1c2VySWQgOiAwKTsNCgkJCS8vIGlmIHN0aWxsIG5vdCB1c2VyIGlzIGZvdW5kIGdldCBtZW1iZXIgaWQNCgkJCWlmICgkdXNlcklkID09IDApDQoJCQl7DQoJCQkJJG1lbWJlcklkID0gKCRmb3JtIGluc3RhbmNlb2YgRm9ybSAmJiAoJG1lbWJlcklkID0gJGZvcm0tPmdldFZhbHVlKCdpZCcpKSkgPyAkbWVtYmVySWQgOiAoKCRpbnB1dCBpbnN0YW5jZW9mIFJlZ2lzdHJ5ICYmICgkbWVtYmVySWQgPSAkaW5wdXQtPmdldCgnaWQnKSkpID8gJG1lbWJlcklkIDogMCk7DQoJCQl9DQoJCQkvLyBnZXQgYWNjb3VudCB0eXBlIGlmIG5lZWRlZA0KCQkJaWYgKCR1c2VySWQgPT0gMCAmJiAkbWVtYmVySWQgPiAwKQ0KCQkJew0KCQkJCSRhY2NvdW50SWQgPSAoJGZvcm0gaW5zdGFuY2VvZiBGb3JtICYmICgkYWNjb3VudElkID0gJGZvcm0tPmdldFZhbHVlKCdhY2NvdW50JykpKSA/ICRhY2NvdW50SWQgOiAoKCRpbnB1dCBpbnN0YW5jZW9mIFJlZ2lzdHJ5ICYmICgkYWNjb3VudElkID0gJGlucHV0LT5nZXQoJ2FjY291bnQnKSkpID8gJGFjY291bnRJZCA6IDApOw0KCQkJCS8vIG1ha2Ugc3VyZSB0aGVzZSBhY2NvdW50IGlzIHNldA0KCQkJCWlmICgkYWNjb3VudElkID09IDApDQoJCQkJew0KCQkJCQkkYWNjb3VudElkID0gW1tbQ29tcG9uZW50XV1dSGVscGVyOjpnZXRWYXIoJ21lbWJlcicsICRtZW1iZXJJZCwgJ2lkJywgJ2FjY291bnQnKTsNCgkJCQl9DQoJCQl9DQoJCQkvLyBnZXQgdXNlciB2YWx1ZSBpZiBub3Qgc2V0IChkdWUgdG8gcGVybWlzc2lvbnMpDQoJCQlpZiAoJHVzZXJJZCA9PSAwICYmICRtZW1iZXJJZCA+IDAgJiYgJGFjY291bnRJZCA+IDAgJiYgKDEgPT0gJGFjY291bnRJZCB8fCA0ID09ICRhY2NvdW50SWQpKQ0KCQkJew0KCQkJCSR1c2VySWQgPSBbW1tDb21wb25lbnRdXV1IZWxwZXI6OmdldFZhcignbWVtYmVyJywgJG1lbWJlcklkLCAnaWQnLCAndXNlcicpOw0KCQkJfQ0KCQkJJHF1ZXJ5LT53aGVyZSgkZGItPnF1b3RlTmFtZSgnaWQnKSAuICcgPD4gJyAuIChpbnQpICR1c2VySWQpOw0KDQoJCQkvLyBTZXQgYW5kIHF1ZXJ5IHRoZSBkYXRhYmFzZS4NCgkJCSRkYi0+c2V0UXVlcnkoJHF1ZXJ5KTsNCgkJCSRkdXBsaWNhdGUgPSAoYm9vbCkgJGRiLT5sb2FkUmVzdWx0KCk7DQoNCgkJCWlmICgkZHVwbGljYXRlKQ0KCQkJew0KCQkJCXJldHVybiBmYWxzZTsNCgkJCX0NCgkJfQ0KDQoJCXJldHVybiB0cnVlOw0KCX0=',
'Validate the member useremail', 1, '2018-09-16
00:43:44'),
(6, 'iban',
'CS8qKg0KCSogTWV0aG9kIHRvIGNoZWNrIGlmIElCQU4gaXMgdmFsaWQuDQoJKg0KCSogQHBhcmFtICAgXFNpbXBsZVhNTEVsZW1lbnQgICRlbGVtZW50ICBUaGUgU2ltcGxlWE1MRWxlbWVudCBvYmplY3QgcmVwcmVzZW50aW5nIHRoZSBgPGZpZWxkPmAgdGFnIGZvciB0aGUgZm9ybSBmaWVsZCBvYmplY3QuDQoJKiBAcGFyYW0gICBtaXhlZCAgICAgICAgICAgICAgJHZhbHVlICAgIFRoZSBmb3JtIGZpZWxkIHZhbHVlIHRvIHZhbGlkYXRlLg0KCSogQHBhcmFtICAgc3RyaW5nICAgICAgICAgICAgICRncm91cCAgICBUaGUgZmllbGQgbmFtZSBncm91cCBjb250cm9sIHZhbHVlLiBUaGlzIGFjdHMgYXMgYW4gYXJyYXkgY29udGFpbmVyIGZvciB0aGUgZmllbGQuDQoJKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEZvciBleGFtcGxlIGlmIHRoZSBmaWVsZCBoYXMgbmFtZT0iZm9vIiBhbmQgdGhlIGdyb3VwIHZhbHVlIGlzIHNldCB0byAiYmFyIiB0aGVuIHRoZQ0KCSogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmdWxsIGZpZWxkIG5hbWUgd291bGQgZW5kIHVwIGJlaW5nICJiYXJbZm9vXSIuDQoJKiBAcGFyYW0gICBSZWdpc3RyeSAgICAgICAgICAgJGlucHV0ICAgIEFuIG9wdGlvbmFsIFJlZ2lzdHJ5IG9iamVjdCB3aXRoIHRoZSBlbnRpcmUgZGF0YSBzZXQgdG8gdmFsaWRhdGUgYWdhaW5zdCB0aGUgZW50aXJlIGZvcm0uDQoJKiBAcGFyYW0gICBGb3JtICAgICAgICAgICAgICAgJGZvcm0gICAgIFRoZSBmb3JtIG9iamVjdCBmb3Igd2hpY2ggdGhlIGZpZWxkIGlzIGJlaW5nIHRlc3RlZC4NCgkqDQoJKiBAcmV0dXJuICBib29sZWFuICBUcnVlIGlmIHRoZSB2YWx1ZSBpcyB2YWxpZCwgZmFsc2Ugb3RoZXJ3aXNlLg0KCSoNCgkqIEBzaW5jZSAgIDMuOS4wDQoJKi8NCglwdWJsaWMgZnVuY3Rpb24gdGVzdChcU2ltcGxlWE1MRWxlbWVudCAkZWxlbWVudCwgJHZhbHVlLCAkZ3JvdXAgPSBudWxsLCBSZWdpc3RyeSAkaW5wdXQgPSBudWxsLCBGb3JtICRmb3JtID0gbnVsbCkNCgl7DQoJCSRjb3VudHJ5Q29kZU9mZnNldCA9IDA7IC8vIENPVU5UUllfQ09ERV9PRkZTRVQNCgkJJGNvdW50cnlDb2RlTGVuZ3RoID0gMjsgLy9DT1VOVFJZX0NPREVfTEVOR1RIDQoJCSRjaGVja3N1bU9mZnNldCA9IDI7IC8vQ0hFQ0tTVU1fT0ZGU0VUDQoJCSRjaGVja3N1bUxlbmd0aCA9IDI7IC8vQ0hFQ0tTVU1fTEVOR1RIDQoJCSRpbnN0aXR1dGVJZGVudGlmaWNhdGlvbk9mZnNldCA9IDQ7IC8vSU5TVElUVVRFX0lERU5USUZJQ0FUSU9OX09GRlNFVA0KDQoJCS8qKg0KCQkqIEB2YXIgYXJyYXkgQ291bnRyeSBjb2RlIHRvIHNpemUsIHJlZ2V4IGZvcm1hdCBmb3IgZWFjaCBjb3VudHJ5IHRoYXQgc3VwcG9ydHMgSUJBTg0KCQkqLw0KCQkkaWJhbkZvcm1hdE1hcCA9IGFycmF5KA0KCQkJJ0FBJyA9PiBhcnJheSgxMiwgJ15bQS1aMC05XXsxMn0kJyksDQoJCQknQUQnID0+IGFycmF5KDIwLCAnXlswLTldezR9WzAtOV17NH1bQS1aMC05XXsxMn0kJyksDQoJCQknQUUnID0+IGFycmF5KDE5LCAnXlswLTldezN9WzAtOV17MTZ9JCcpLA0KCQkJJ0FMJyA9PiBhcnJheSgyNCwgJ15bMC05XXs4fVtBLVowLTldezE2fSQnKSwNCgkJCSdBTycgPT4gYXJyYXkoMjEsICdeWzAtOV17MjF9JCcpLA0KCQkJJ0FUJyA9PiBhcnJheSgxNiwgJ15bMC05XXs1fVswLTldezExfSQnKSwNCgkJCSdBWCcgPT4gYXJyYXkoMTQsICdeWzAtOV17Nn1bMC05XXs3fVswLTldezF9JCcpLA0KCQkJJ0FaJyA9PiBhcnJheSgyNCwgJ15bQS1aXXs0fVtBLVowLTldezIwfSQnKSwNCgkJCSdCQScgPT4gYXJyYXkoMTYsICdeWzAtOV17M31bMC05XXszfVswLTldezh9WzAtOV17Mn0kJyksDQoJCQknQkUnID0+IGFycmF5KDEyLCAnXlswLTldezN9WzAtOV17N31bMC05XXsyfSQnKSwNCgkJCSdCRicgPT4gYXJyYXkoMjMsICdeWzAtOV17MjN9JCcpLA0KCQkJJ0JHJyA9PiBhcnJheSgxOCwgJ15bQS1aXXs0fVswLTldezR9WzAtOV17Mn1bQS1aMC05XXs4fSQnKSwNCgkJCSdCSCcgPT4gYXJyYXkoMTgsICdeW0EtWl17NH1bQS1aMC05XXsxNH0kJyksDQoJCQknQkknID0+IGFycmF5KDEyLCAnXlswLTldezEyfSQnKSwNCgkJCSdCSicgPT4gYXJyYXkoMjQsICdeW0EtWl17MX1bMC05XXsyM30kJyksDQoJCQknQkwnID0+IGFycmF5KDIzLCAnXlswLTldezV9WzAtOV17NX1bQS1aMC05XXsxMX1bMC05XXsyfSQnKSwNCgkJCSdCUicgPT4gYXJyYXkoMjUsICdeWzAtOV17OH1bMC05XXs1fVswLTldezEwfVtBLVpdezF9W0EtWjAtOV17MX0kJyksDQoJCQknQ0gnID0+IGFycmF5KDE3LCAnXlswLTldezV9W0EtWjAtOV17MTJ9JCcpLA0KCQkJJ0NJJyA9PiBhcnJheSgyNCwgJ15bQS1aXXsxfVswLTldezIzfSQnKSwNCgkJCSdDTScgPT4gYXJyYXkoMjMsICdeWzAtOV17MjN9JCcpLA0KCQkJJ0NSJyA9PiBhcnJheSgxNywgJ15bMC05XXs0fVswLTldezEzfSQnKSwNCgkJCSdDVicgPT4gYXJyYXkoMjEsICdeWzAtOV17MjF9JCcpLA0KCQkJJ0NZJyA9PiBhcnJheSgyNCwgJ15bMC05XXszfVswLTldezV9W0EtWjAtOV17MTZ9JCcpLA0KCQkJJ0NaJyA9PiBhcnJheSgyMCwgJ15bMC05XXs0fVswLTldezZ9WzAtOV17MTB9JCcpLA0KCQkJJ0RFJyA9PiBhcnJheSgxOCwgJ15bMC05XXs4fVswLTldezEwfSQnKSwNCgkJCSdESycgPT4gYXJyYXkoMTQsICdeWzAtOV17NH1bMC05XXs5fVswLTldezF9JCcpLA0KCQkJJ0RPJyA9PiBhcnJheSgyNCwgJ15bQS1aMC05XXs0fVswLTldezIwfSQnKSwNCgkJCSdEWicgPT4gYXJyYXkoMjAsICdeWzAtOV17MjB9JCcpLA0KCQkJJ0VFJyA9PiBhcnJheSgxNiwgJ15bMC05XXsyfVswLTldezJ9WzAtOV17MTF9WzAtOV17MX0kJyksDQoJCQknRVMnID0+IGFycmF5KDIwLCAnXlswLTldezR9WzAtOV17NH1bMC05XXsxfVswLTldezF9WzAtOV17MTB9JCcpLA0KCQkJJ0ZJJyA9PiBhcnJheSgxNCwgJ15bMC05XXs2fVswLTldezd9WzAtOV17MX0kJyksDQoJCQknRk8nID0+IGFycmF5KDE0LCAnXlswLTldezR9WzAtOV17OX1bMC05XXsxfSQnKSwNCgkJCSdGUicgPT4gYXJyYXkoMjMsICdeWzAtOV17NX1bMC05XXs1fVtBLVowLTldezExfVswLTldezJ9JCcpLA0KCQkJJ0dCJyA9PiBhcnJheSgxOCwgJ15bQS1aXXs0fVswLTldezZ9WzAtOV17OH0kJyksDQoJCQknR0UnID0+IGFycmF5KDE4LCAnXltBLVpdezJ9WzAtOV17MTZ9JCcpLA0KCQkJJ0dGJyA9PiBhcnJheSgyMywgJ15bMC05XXs1fVswLTldezV9W0EtWjAtOV17MTF9WzAtOV17Mn0kJyksDQoJCQknR0knID0+IGFycmF5KDE5LCAnXltBLVpdezR9W0EtWjAtOV17MTV9JCcpLA0KCQkJJ0dMJyA9PiBhcnJheSgxNCwgJ15bMC05XXs0fVswLTldezl9WzAtOV17MX0kJyksDQoJCQknR1AnID0+IGFycmF5KDIzLCAnXlswLTldezV9WzAtOV17NX1bQS1aMC05XXsxMX1bMC05XXsyfSQnKSwNCgkJCSdHUicgPT4gYXJyYXkoMjMsICdeWzAtOV17M31bMC05XXs0fVtBLVowLTldezE2fSQnKSwNCgkJCSdHVCcgPT4gYXJyYXkoMjQsICdeW0EtWjAtOV17NH1bQS1aMC05XXsyMH0kJyksDQoJCQknSFInID0+IGFycmF5KDE3LCAnXlswLTldezd9WzAtOV17MTB9JCcpLA0KCQkJJ0hVJyA9PiBhcnJheSgyNCwgJ15bMC05XXszfVswLTldezR9WzAtOV17MX1bMC05XXsxNX1bMC05XXsxfSQnKSwNCgkJCSdJRScgPT4gYXJyYXkoMTgsICdeW0EtWl17NH1bMC05XXs2fVswLTldezh9JCcpLA0KCQkJJ0lMJyA9PiBhcnJheSgxOSwgJ15bMC05XXszfVswLTldezN9WzAtOV17MTN9JCcpLA0KCQkJJ0lSJyA9PiBhcnJheSgyMiwgJ15bMC05XXsyMn0kJyksDQoJCQknSVMnID0+IGFycmF5KDIyLCAnXlswLTldezR9WzAtOV17Mn1bMC05XXs2fVswLTldezEwfSQnKSwNCgkJCSdJVCcgPT4gYXJyYXkoMjMsICdeW0EtWl17MX1bMC05XXs1fVswLTldezV9W0EtWjAtOV17MTJ9JCcpLA0KCQkJJ0pPJyA9PiBhcnJheSgyNiwgJ15bQS1aXXs0fVswLTldezR9W0EtWjAtOV17MTh9JCcpLA0KCQkJJ0tXJyA9PiBhcnJheSgyNiwgJ15bQS1aXXs0fVtBLVowLTldezIyfSQnKSwNCgkJCSdLWicgPT4gYXJyYXkoMTYsICdeWzAtOV17M31bQS1aMC05XXsxM30kJyksDQoJCQknTEInID0+IGFycmF5KDI0LCAnXlswLTldezR9W0EtWjAtOV17MjB9JCcpLA0KCQkJJ0xDJyA9PiBhcnJheSgyOCwgJ15bQS1aXXs0fVtBLVowLTldezI0fSQnKSwNCgkJCSdMSScgPT4gYXJyYXkoMTcsICdeWzAtOV17NX1bQS1aMC05XXsxMn0kJyksDQoJCQknTFQnID0+IGFycmF5KDE2LCAnXlswLTldezV9WzAtOV17MTF9JCcpLA0KCQkJJ0xVJyA9PiBhcnJheSgxNiwgJ15bMC05XXszfVtBLVowLTldezEzfSQnKSwNCgkJCSdMVicgPT4gYXJyYXkoMTcsICdeW0EtWl17NH1bQS1aMC05XXsxM30kJyksDQoJCQknTUMnID0+IGFycmF5KDIzLCAnXlswLTldezV9WzAtOV17NX1bQS1aMC05XXsxMX1bMC05XXsyfSQnKSwNCgkJCSdNRCcgPT4gYXJyYXkoMjAsICdeW0EtWjAtOV17Mn1bQS1aMC05XXsxOH0kJyksDQoJCQknTUUnID0+IGFycmF5KDE4LCAnXlswLTldezN9WzAtOV17MTN9WzAtOV17Mn0kJyksDQoJCQknTUYnID0+IGFycmF5KDIzLCAnXlswLTldezV9WzAtOV17NX1bQS1aMC05XXsxMX1bMC05XXsyfSQnKSwNCgkJCSdNRycgPT4gYXJyYXkoMjMsICdeWzAtOV17MjN9JCcpLA0KCQkJJ01LJyA9PiBhcnJheSgxNSwgJ15bMC05XXszfVtBLVowLTldezEwfVswLTldezJ9JCcpLA0KCQkJJ01MJyA9PiBhcnJheSgyNCwgJ15bQS1aXXsxfVswLTldezIzfSQnKSwNCgkJCSdNUScgPT4gYXJyYXkoMjMsICdeWzAtOV17NX1bMC05XXs1fVtBLVowLTldezExfVswLTldezJ9JCcpLA0KCQkJJ01SJyA9PiBhcnJheSgyMywgJ15bMC05XXs1fVswLTldezV9WzAtOV17MTF9WzAtOV17Mn0kJyksDQoJCQknTVQnID0+IGFycmF5KDI3LCAnXltBLVpdezR9WzAtOV17NX1bQS1aMC05XXsxOH0kJyksDQoJCQknTVUnID0+IGFycmF5KDI2LCAnXltBLVpdezR9WzAtOV17Mn1bMC05XXsyfVswLTldezEyfVswLTldezN9W0EtWl17M30kJyksDQoJCQknTVonID0+IGFycmF5KDIxLCAnXlswLTldezIxfSQnKSwNCgkJCSdOQycgPT4gYXJyYXkoMjMsICdeWzAtOV17NX1bMC05XXs1fVtBLVowLTldezExfVswLTldezJ9JCcpLA0KCQkJJ05MJyA9PiBhcnJheSgxNCwgJ15bQS1aXXs0fVswLTldezEwfSQnKSwNCgkJCSdOTycgPT4gYXJyYXkoMTEsICdeWzAtOV17NH1bMC05XXs2fVswLTldezF9JCcpLA0KCQkJJ1BGJyA9PiBhcnJheSgyMywgJ15bMC05XXs1fVswLTldezV9W0EtWjAtOV17MTF9WzAtOV17Mn0kJyksDQoJCQknUEsnID0+IGFycmF5KDIwLCAnXltBLVpdezR9W0EtWjAtOV17MTZ9JCcpLA0KCQkJJ1BMJyA9PiBhcnJheSgyNCwgJ15bMC05XXs4fVswLTldezE2fSQnKSwNCgkJCSdQTScgPT4gYXJyYXkoMjMsICdeWzAtOV17NX1bMC05XXs1fVtBLVowLTldezExfVswLTldezJ9JCcpLA0KCQkJJ1BTJyA9PiBhcnJheSgyNSwgJ15bQS1aXXs0fVtBLVowLTldezIxfSQnKSwNCgkJCSdQVCcgPT4gYXJyYXkoMjEsICdeWzAtOV17NH1bMC05XXs0fVswLTldezExfVswLTldezJ9JCcpLA0KCQkJJ1FBJyA9PiBhcnJheSgyNSwgJ15bQS1aXXs0fVswLTldezR9W0EtWjAtOV17MTd9JCcpLA0KCQkJJ1JFJyA9PiBhcnJheSgyMywgJ15bMC05XXs1fVswLTldezV9W0EtWjAtOV17MTF9WzAtOV17Mn0kJyksDQoJCQknUk8nID0+IGFycmF5KDIwLCAnXltBLVpdezR9W0EtWjAtOV17MTZ9JCcpLA0KCQkJJ1JTJyA9PiBhcnJheSgxOCwgJ15bMC05XXszfVswLTldezEzfVswLTldezJ9JCcpLA0KCQkJJ1NBJyA9PiBhcnJheSgyMCwgJ15bMC05XXsyfVtBLVowLTldezE4fSQnKSwNCgkJCSdTQycgPT4gYXJyYXkoMjcsICdeW0EtWl17NH1bMC05XXs0fVswLTldezE2fVtBLVpdezN9JCcpLA0KCQkJJ1NFJyA9PiBhcnJheSgyMCwgJ15bMC05XXszfVswLTldezE2fVswLTldezF9JCcpLA0KCQkJJ1NJJyA9PiBhcnJheSgxNSwgJ15bMC05XXs1fVswLTldezh9WzAtOV17Mn0kJyksDQoJCQknU0snID0+IGFycmF5KDIwLCAnXlswLTldezR9WzAtOV17Nn1bMC05XXsxMH0kJyksDQoJCQknU00nID0+IGFycmF5KDIzLCAnXltBLVpdezF9WzAtOV17NX1bMC05XXs1fVtBLVowLTldezEyfSQnKSwNCgkJCSdTTicgPT4gYXJyYXkoMjQsICdeW0EtWl17MX1bMC05XXsyM30kJyksDQoJCQknU1QnID0+IGFycmF5KDIxLCAnXlswLTldezh9WzAtOV17MTF9WzAtOV17Mn0kJyksDQoJCQknVEYnID0+IGFycmF5KDIzLCAnXlswLTldezV9WzAtOV17NX1bQS1aMC05XXsxMX1bMC05XXsyfSQnKSwNCgkJCSdUTCcgPT4gYXJyYXkoMTksICdeWzAtOV17M31bMC05XXsxNH1bMC05XXsyfSQnKSwNCgkJCSdUTicgPT4gYXJyYXkoMjAsICdeWzAtOV17Mn1bMC05XXszfVswLTldezEzfVswLTldezJ9JCcpLA0KCQkJJ1RSJyA9PiBhcnJheSgyMiwgJ15bMC05XXs1fVswLTldezF9W0EtWjAtOV17MTZ9JCcpLA0KCQkJJ1VBJyA9PiBhcnJheSgyNSwgJ15bMC05XXs2fVtBLVowLTldezE5fSQnKSwNCgkJCSdWRycgPT4gYXJyYXkoMjAsICdeW0EtWl17NH1bMC05XXsxNn0kJyksDQoJCQknV0YnID0+IGFycmF5KDIzLCAnXlswLTldezV9WzAtOV17NX1bQS1aMC05XXsxMX1bMC05XXsyfSQnKSwNCgkJCSdYSycgPT4gYXJyYXkoMTYsICdeWzAtOV17NH1bMC05XXsxMH1bMC05XXsyfSQnKSwNCgkJCSdZVCcgPT4gYXJyYXkoMjMsICdeWzAtOV17NX1bMC05XXs1fVtBLVowLTldezExfVswLTldezJ9JCcpDQoJCSk7DQoNCgkJLy8gQ0xFQU4gVVAgSUJBTg0KCQkkaWJhbiA9IHByZWdfcmVwbGFjZSgnL1teYS16MC05XSsvaScsICcnLCB0cmltKHN0cnRvdXBwZXIoJHZhbHVlKSkpOw0KDQoJCS8vIENIRUNLIENvdW50cnkgQ29kZQ0KCQkkY291bnRyeUNvZGUgPSBzdWJzdHIoJGliYW4sICRjb3VudHJ5Q29kZU9mZnNldCwgJGNvdW50cnlDb2RlTGVuZ3RoKTsNCgkJJGlzQ291bnRyeUNvZGVWYWxpZCA9ICEoaXNzZXQoJGliYW5Gb3JtYXRNYXBbJGNvdW50cnlDb2RlXSkgPT09IGZhbHNlKTsNCg0KCQkkdmFsaWRMZW5ndGggPSAkY291bnRyeUNvZGVMZW5ndGggKyAkY2hlY2tzdW1MZW5ndGggKyAkaWJhbkZvcm1hdE1hcFskY291bnRyeUNvZGVdWzBdOw0KCQkkaXNMZW5ndGhWYWxpZCA9IHN0cmxlbigkaWJhbikgPT09ICR2YWxpZExlbmd0aDsNCg0KCQkkYWNjb3VudElkZW50aWZpY2F0aW9uID0gc3Vic3RyKCRpYmFuLCAkaW5zdGl0dXRlSWRlbnRpZmljYXRpb25PZmZzZXQpOw0KCQkkaXNGb3JtYXRWYWxpZCA9ICEocHJlZ19tYXRjaCgnLycgLiAkaWJhbkZvcm1hdE1hcFskY291bnRyeUNvZGVdWzFdIC4gJy8nLCAkYWNjb3VudElkZW50aWZpY2F0aW9uKSAhPT0gMSk7DQoNCgkJJGNoZWNrc3VtID0gc3Vic3RyKCRpYmFuLCAkY2hlY2tzdW1PZmZzZXQsICRjaGVja3N1bUxlbmd0aCk7DQoJCSRhY2NvdW50SWRlbnRpZmljYXRpb24gPSBzdWJzdHIoJGliYW4sICRpbnN0aXR1dGVJZGVudGlmaWNhdGlvbk9mZnNldCk7DQoNCgkJLy8gR0VUIE5VTUVSSUMgQ09VTlRSWSBDT0RFDQoJCSRudW1lcmljUmVwcmVzZW50YXRpb24gPSAnJzsNCgkJJGxldHRlclJlcHJlc2VudGF0aW9uID0gJGNvdW50cnlDb2RlOw0KCQlmb3JlYWNoIChzdHJfc3BsaXQoJGxldHRlclJlcHJlc2VudGF0aW9uKSBhcyAkY2hhcikNCgkJew0KCQkJJG9yZCA9IG9yZCgkY2hhcik7DQoJCQlpZiAoJG9yZCA+PSA2NSAmJiAkb3JkIDw9IDkwKQ0KCQkJew0KCQkJCSRudW1lcmljUmVwcmVzZW50YXRpb24gLj0gKHN0cmluZykgKCRvcmQgLSA1NSk7DQoJCQl9DQoJCQllbHNlaWYgKCRvcmQgPj0gNDggJiYgJG9yZCA8PSA1NykNCgkJCXsNCgkJCQkkbnVtZXJpY1JlcHJlc2VudGF0aW9uIC49IChzdHJpbmcpICgkb3JkIC0gNDgpOw0KCQkJfQ0KCQl9DQoJCSRudW1lcmljQ291bnRyeUNvZGUgPSAkbnVtZXJpY1JlcHJlc2VudGF0aW9uOw0KDQoJCSRudW1lcmljUmVwcmVzZW50YXRpb24gPSAnJzsNCgkJJGxldHRlclJlcHJlc2VudGF0aW9uID0gJGFjY291bnRJZGVudGlmaWNhdGlvbjsNCgkJZm9yZWFjaCAoc3RyX3NwbGl0KCRsZXR0ZXJSZXByZXNlbnRhdGlvbikgYXMgJGNoYXIpDQoJCXsNCgkJCSRvcmQgPSBvcmQoJGNoYXIpOw0KCQkJaWYgKCRvcmQgPj0gNjUgJiYgJG9yZCA8PSA5MCkNCgkJCXsNCgkJCQkkbnVtZXJpY1JlcHJlc2VudGF0aW9uIC49IChzdHJpbmcpICgkb3JkIC0gNTUpOw0KCQkJfQ0KCQkJZWxzZWlmICgkb3JkID49IDQ4ICYmICRvcmQgPD0gNTcpDQoJCQl7DQoJCQkJJG51bWVyaWNSZXByZXNlbnRhdGlvbiAuPSAoc3RyaW5nKSAoJG9yZCAtIDQ4KTsNCgkJCX0NCgkJfQ0KCQkkbnVtZXJpY0FjY291bnRJZGVudGlmaWNhdGlvbiA9ICRudW1lcmljUmVwcmVzZW50YXRpb247DQoJCSRpbnZlcnRlZEliYW4gPSAkbnVtZXJpY0FjY291bnRJZGVudGlmaWNhdGlvbiAuICRudW1lcmljQ291bnRyeUNvZGUgLiAkY2hlY2tzdW07DQoNCgkJLy8gQ0hFQ0tTVU0gQkNNT0QNCgkJJHggPSAkaW52ZXJ0ZWRJYmFuOw0KCQkkeSA9IDk3Ow0KCQlpZiAoIWZ1bmN0aW9uX2V4aXN0cygnYmNtb2QnKSkNCgkJew0KCQkJJHRha2UgPSA1Ow0KCQkJJG1vZCA9ICcnOw0KCQkJZG8gew0KCQkJCSRhID0gKGludCkkbW9kIC4gc3Vic3RyKCR4LCAwLCAkdGFrZSk7DQoJCQkJJHggPSBzdWJzdHIoJHgsICR0YWtlKTsNCgkJCQkkbW9kID0gJGEgJSAkeTsNCgkJCX0gd2hpbGUgKHN0cmxlbigkeCkpOw0KCQkJJGJjbW9kID0gKHN0cmluZykkbW9kOw0KCQl9DQoJCWVsc2UNCgkJew0KCQkJJGJjbW9kID0gYmNtb2QoJHgsICR5KTsNCgkJfQ0KDQoJCSRpc0NoZWNrc3VtVmFsaWQgPSAkYmNtb2QgPT09ICcxJzsNCg0KCQlpZiAoISRpc0NvdW50cnlDb2RlVmFsaWQgfHwgISRpc0xlbmd0aFZhbGlkIHx8ICEkaXNGb3JtYXRWYWxpZCB8fCAhJGlzQ2hlY2tzdW1WYWxpZCkNCgkJew0KCQkJcmV0dXJuIGZhbHNlOw0KCQl9DQoJCWVsc2UNCgkJew0KCQkgICAgcmV0dXJuIHRydWU7DQoJCX0NCgl9',
'IBAN validation', 1, '2019-02-12 23:14:43');

--
-- Dumping data for table `#__componentbuilder_field`
--

INSERT INTO `#__componentbuilder_field` (`id`, `add_css_view`,
`add_css_views`, `add_javascript_view_footer`,
`add_javascript_views_footer`, `css_view`, `css_views`, `datadefault`,
`datadefault_other`, `datalenght`, `datalenght_other`, `datatype`,
`indexes`, `javascript_view_footer`, `javascript_views_footer`, `name`,
`null_switch`, `store`, `fieldtype`, `xml`, `published`, `created`,
`modified`, `version`, `hits`, `ordering`, `guid`) VALUES
(23, '', '', '', '', '',
'', '', '', 64, '',
'CHAR', '', '', '',
'Alias', 'NOT NULL', '', 24,
'\"<field type=\\\"text\\\"
name=\\\"alias\\\" label=\\\"Alias\\\"
filter=\\\"STRING\\\" hint=\\\"Auto-generated from
name\\\"\\/>\"', 1, '2015-04-09 13:46:04',
'2016-05-05 22:30:18', 2, '', 216,
'335866ce-b81b-4329-901d-c20254135c9c'),
(84, '', '', '', '', '',
'', '', '', '', '',
'TEXT', '', '', '',
'Description (full width)', 'NOT NULL', '',
25, '\"<field \\r\\n\\ttype=\\\"textarea\\\"
\\r\\n\\tname=\\\"description\\\"
\\r\\n\\tlabel=\\\"Description\\\"
\\r\\n\\trows=\\\"11\\\" \\r\\n\\tcols=\\\"10\\\"
\\r\\n\\tdescription=\\\"Add Description Here\\\"
\\r\\n\\tclass=\\\"text_area span12\\\"
\\r\\n\\tfilter=\\\"HTML\\\" \\r\\n\\thint=\\\"Add
Description Here\\\" \\r\\n\\/>\"', 1, '2015-03-19
18:20:49', '2016-10-20 17:01:21', 4, '', 265,
'749a9917-90c3-49c4-9e72-aa33b0683a87'),
(100, '', '', '', '', '',
'', '', '', 255, '',
'VARCHAR', '', '', '', 'Email
(required)', 'NOT NULL', '', 24,
'\"<field \\r\\n\\ttype=\\\"text\\\"
\\r\\n\\tname=\\\"email\\\"
\\r\\n\\tlabel=\\\"Email\\\" \\r\\n\\tsize=\\\"10\\\"
\\r\\n\\tmaxlength=\\\"50\\\" \\r\\n\\tdescription=\\\"Enter
Email\\\"
\\r\\n\\tclass=\\\"text_area\\\"\\r\\n\\tfilter=\\\"STRING\\\"
\\r\\n\\tvalidate=\\\"email\\\"
\\r\\n\\trequired=\\\"true\\\"\\r\\n\\tmessage=\\\"Error!
Please add email address here.\\\"
\\r\\n\\thint=\\\"demo@example.com\\\"
\\r\\n\\/>\"', 1, '2015-05-05 23:44:32',
'2016-02-07 22:43:18', 4, '', 285,
'10c1eccb-b3c3-4325-a056-45a72d116fd8'),
(158, '', '', '', '', '',
'', '', '', 255, '',
'VARCHAR', '', '', '',
'Image', 'NOT NULL', '', 12,
'\"<field\\n\\ttype=\\\"media\\\"\\n\\tname=\\\"image\\\"\\n\\tlabel=\\\"Image\\\"\\n\\/>\"',
1, '2015-04-29 14:00:56', '2020-06-07 02:17:46', 2,
'', 45, '0d6970af-b361-4f65-84f6-0eb0c5f09bad'),
(196, '', '', '', '', '',
'', '', '', 64, '',
'VARCHAR', '', '', '', 'Mobile
Phone', 'NOT NULL', '', 23, '\"<field
type=\\\"text\\\" \\r\\nname=\\\"mobile_phone\\\"
\\r\\nlabel=\\\"Mobile Phone\\\" \\r\\nsize=\\\"10\\\"
\\r\\nmaxlength=\\\"50\\\" \\r\\ndefault=\\\"\\\"
\\r\\ndescription=\\\"Enter Mobile Phone Number\\\"
\\r\\nclass=\\\"text_area\\\"
\\r\\nfilter=\\\"STRING\\\" \\r\\nvalidated=\\\"tel\\\"
\\r\\nrequired=\\\"true\\\" \\r\\nmessage=\\\"Error! Please
add mobile phone number here.\\\" \\r\\nhint=\\\"Mobile Phone
Here\\\"  \\/>\"', 1, '2015-04-07 22:12:58',
'2016-03-28 14:00:02', 2, '', 7,
'65933a19-243a-48b2-aae9-34e2da710051'),
(199, '', '', '', '', '',
'', '', '', 255, '',
'VARCHAR', 2, '', '', 'Name
(required)', 'NOT NULL', '', 24,
'\"<field\\n\\ttype=\\\"text\\\"\\n\\tname=\\\"name\\\"\\n\\tlabel=\\\"Name\\\"\\n\\tsize=\\\"40\\\"\\n\\tmaxlength=\\\"150\\\"\\n\\tdescription=\\\"Enter
Name
Here\\\"\\n\\tclass=\\\"text_area\\\"\\n\\treadonly=\\\"false\\\"\\n\\tdisabled=\\\"false\\\"\\n\\trequired=\\\"true\\\"\\n\\tfilter=\\\"STRING\\\"\\n\\tmessage=\\\"Error!
Please add name here.\\\"\\n\\thint=\\\"Name
Here\\\"\\n\\/>\"', 1, '2015-03-19 17:30:59',
'2020-06-01 23:44:08', 9, '', 4,
'5d3d34dd-4876-4c6a-86ab-b4e162f22c08'),
(203, '', '', '', '', '',
'', '', '', 1, '', 'INT',
'', '', '', 'Not Required',
'NOT NULL', '', 9,
'\"<field\\n\\ttype=\\\"hidden\\\"\\n\\tname=\\\"not_required\\\"\\n\\tdefault=\\\"\\u4e00_\\u4e00\\\"\\n\\/>\"',
1, '2015-05-08 16:19:16', '2020-02-27 20:17:33', 13,
'', 19, 'da5e6901-6958-40e5-a4f5-6822d6fe57ac'),
(280, '', '', '', '', '',
'', '', '', 255, '',
'VARCHAR', '', '', '',
'Website', 'NOT NULL', '', 27,
'\"<field\\n\\ttype=\\\"url\\\"\\n\\tname=\\\"website\\\"\\n\\tlabel=\\\"Website\\\"\\n\\tsize=\\\"60\\\"\\n\\tmaxlength=\\\"150\\\"\\n\\tdescription=\\\"Enter
website
address\\\"\\n\\tclass=\\\"text_area\\\"\\n\\tfilter=\\\"url\\\"\\n\\tvalidated=\\\"url\\\"\\n\\tmessage=\\\"Error!
Please add website
here.\\\"\\n\\thint=\\\"http:\\/\\/www.example.com\\\"\\n\\tscheme=\\\"http,https\\\"\\n\\/>\"',
1, '2015-04-08 00:36:16', '2018-07-08 00:11:05', 2,
'', 105, '6c3a6983-d1bf-4e5e-9e99-deea00b0cefd'),
(682, '', '', '', '', '',
'', '', '', 1, '',
'TINYINT', 2, '', '', 'Add More',
'NOT NULL', '', 17, '\"<field
\\r\\n\\ttype=\\\"radio\\\" \\r\\n\\tname=\\\"add\\\"
\\r\\n\\tlabel=\\\"Add More\\\"
\\r\\n\\tdescription=\\\"\\\" \\r\\n\\tclass=\\\"btn-group
btn-group-yesno\\\" \\r\\n\\toption=\\\"1|Yes,0|No\\\"
\\r\\n\\tdefault=\\\"0\\\"
\\r\\n\\trequired=\\\"true\\\" \\r\\n\\/>\"', 1,
'2015-08-05 01:18:20', '2018-03-30 09:30:45', 4,
'', 196, 'a66389aa-2323-4f44-8c23-ff44969639be'),
(1011, '', '', '', '',
'', '', 'Other', '0000-00-00',
'', '', 'DATE', '', '',
'', 'Date of Birth', 'NOT NULL',
'', 1,
'\"<field\\n\\ttype=\\\"calendar\\\"\\n\\tname=\\\"dateofbirth\\\"\\n\\tlabel=\\\"Date
of
Birth\\\"\\n\\tdefault=\\\"1970-01-01\\\"\\n\\tdescription=\\\"Your
date of
birth\\\"\\n\\tformat=\\\"%Y-%m-%d\\\"\\n\\tminyear=\\\"-120\\\"\\n\\tmaxyear=\\\"-1\\\"\\n\\tfilter=\\\"STRING\\\"\\n\\ttodaybutton=\\\"false\\\"\\n\\trequired=\\\"true\\\"\\n\\/>\"',
1, '2015-12-07 01:47:32', '2018-08-03 09:56:07', 4,
'', 649, 'cb2bdf20-8800-407b-a4f6-250152a0bdfb');

--
-- Dumping data for table `#__componentbuilder_fieldtype`
--

INSERT INTO `#__componentbuilder_fieldtype` (`id`, `description`, `name`,
`properties`, `short_description`, `params`, `published`, `version`,
`hits`, `ordering`, `guid`) VALUES
(1, 'The calendar form field type provides a text box for entry of a
date. An icon next to the text box provides a link to a pop-up calendar,
which can also be used to enter the date value. If the field has a saved
value this is shown in the text box. Otherwis', 'Calendar',
'{\"properties0\":{\"name\":\"type\",\"example\":\"calendar\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
calendar.\"},\"properties1\":{\"name\":\"name\",\"example\":\"date\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
a
date\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"default\",\"example\":\"NOW\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default date. This must be given in the same format as specified by
the format argument. You can put \\\"NOW\\\" to have current
time.\"},\"properties4\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the text
box.\"},\"properties5\":{\"name\":\"readonly\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether the text box is read-only (true or false). If the text box is
read-only, the date cannot be changed, but can be selected and copied. No
calendar icon will be
shown.\"},\"properties6\":{\"name\":\"disabled\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether the text box is disabled (true or false). If the text box is
disabled, the date cannot be changed, selected or
copied.\"},\"properties7\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form
field.\"},\"properties8\":{\"name\":\"format\",\"example\":\"%d-%m-%Y\",\"adjustable\":\"1\",\"description\":\"(optional)
is the date format to be used. This is in the format used by PHP to specify
date string formats (see below). If no format argument is given,
\'%Y-%m-%d\' is assumed (giving dates like
\'2008-04-16\').\"},\"properties9\":{\"name\":\"filter\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is time zone to be used. There are two values; server_utc and user_utc. The
first one is server time zone and the later is user time zone as configured
in global configuration and user information
respectively.\"},\"properties10\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties23\":{\"name\":\"message\",\"example\":\"Error!
Please add some text
here.\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The error message that will be displayed instead of the default
message.\"},\"properties11\":{\"name\":\"size\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)\"},\"properties12\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties13\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties14\":{\"name\":\"translateformat\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
If set to true, the calendar will use a language string to determine the
format. The `format` attribute is ignored. If false, the `format` attribute
is used (same behaviour as today). (starting with
3.7.0)\"},\"properties15\":{\"name\":\"showtime\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
If set to true and translateformat is true, the language key
DATE_FORMAT_CALENDAR_DATETIME is used, otherwise DATE_FORMAT_CALENDAR_DATE.
(starting with
3.7.0)\"},\"properties16\":{\"name\":\"timeformat\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
can be set to 12 (and specify AM or PM) or 24 (starting with
3.7.0)\"},\"properties17\":{\"name\":\"singleheader\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
if set to false, the year and the month selection will be set on two
separates lines, with independant selection (starting with
3.7.0)\"},\"properties18\":{\"name\":\"todaybutton\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
if set to true, a button is added at the bottom of the datePicker to select
the date of the current day (starting with
3.7.0)\"},\"properties19\":{\"name\":\"weeknumbers\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
if set to true, a column is added at the left of the datePicker to display
the number of the week in the current year (starting with
3.7.0)\"},\"properties20\":{\"name\":\"filltable\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
if set to true, dates of the previous and next month is added at the top
and the bottom of the current month to fill the grid (starting with
3.7.0)\"},\"properties21\":{\"name\":\"minyear\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
set a signed integer for a number of years (-10, -2, 0, 7, 12, ...) to
define the relative lower limit for the year selection. The user could not
select a year before your limit (starting with
3.7.0)\"},\"properties22\":{\"name\":\"maxyear\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional):
set a signed integer for a number of years (-10, -2, 0, 7, 12, ...) to
define the relative upper limit for the year selection. The user could not
select a year after your limit (starting with 3.7.0)\"}}',
'provides a text box for entry of a date. An icon next to the text box
provides a link to a pop-up calendar, which can also be used to enter the
date value.', '', 1, 9, '', '',
'6cf5a33f-cb25-4a58-bfec-7e1511896402'),
(2, 'The category form field type provides a drop down list of all
published categories for a certain extension. If the parameter has a saved
value this is selected when the page is first loaded. If not, the default
value (if any) is selected. If the show_root', 'Category',
'{\"properties0\":{\"name\":\"type\",\"example\":\"category\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
category.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mycategory\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
a
category\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"extension\",\"example\":\"com_content\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the name of the extension for which the categories will be retrieved.
For example, to list content categories, use the value
\'com_content\'. You can add also target one view, use the value
\'com_component.view\'.\"},\"properties4\":{\"name\":\"scope\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is an alias for
extension.\"},\"properties5\":{\"name\":\"required\",\"example\":\"true\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties6\":{\"name\":\"show_root\",\"example\":\"true\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether a choice representing the root category will be shown. Remove
completely if it is not to be
shown.\"},\"properties7\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default category ID
number.\"},\"properties8\":{\"name\":\"description\",\"example\":\"select
one of the following
categories\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties9\":{\"name\":\"class\",\"example\":\"inputbox\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'inputbox\'.\"},\"properties10\":{\"name\":\"published\",\"example\":\"1\",\"adjustable\":\"1\",\"description\":\"(optional)
(1\\/0\\/2\\/-2) is whether the drop down will show only published (1),
unpublished (0), archived (2) or trashed (-2) categories. It is possible to
combine different publishing status by entering the list of the
corresponding numbers separated by comma (e.g. \\\"0,2,-2\\\"
will display only unpublished, archived and trashed categories in the
drop-down).\"},\"properties11\":{\"name\":\"multiple\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether multiple items can be selected at the same time (true or
false).\"},\"properties12\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides a drop down list of categories for an extension.',
'', 1, 13, '', '',
'f70346b3-2096-4f44-8b26-01ab87da7d1e'),
(3, 'The checkbox form field type provides a single checkbox. If the
parameter has a saved value this is selected when the page is first loaded.
If not, the default value (if any) is selected.',
'Checkbox',
'{\"properties0\":{\"name\":\"type\",\"example\":\"checkbox\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
checkbox\"},\"properties1\":{\"name\":\"name\",\"example\":\"show_title\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Show
title\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"value\",\"example\":\"1\",\"adjustable\":\"1\",\"description\":\"(optional)
is the value of the parameter if this checkbox is set (usually
1).\"},\"properties4\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default value (usually 0 or
1).\"},\"properties5\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties6\":{\"name\":\"description\",\"example\":\"Show
the title of the
item\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the
label.\"},\"properties7\":{\"name\":\"class\",\"example\":\"inputbox\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'inputbox\'.\"},\"properties8\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties9\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (JavaScript use)\"}}', 'provides a
single checkbox to be checked or unchecked', '', 1, 7,
'', '',
'10066262-b6e3-4f82-941e-cbe4f61ddd6c'),
(4, 'The checkboxes form field type provides a set of checkboxes.
Note: unlike most standard form field types, such as textfield or checkbox,
this field is not an \"out of the box\" solution. It will create
checkboxes for you, and submit their values in form of ',
'Checkboxes',
'{\"properties0\":{\"name\":\"type\",\"example\":\"checkboxes\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
checkboxs\"},\"properties1\":{\"name\":\"name\",\"example\":\"toppings\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
Toppings\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"option\",\"example\":\"anch|Anchovies,chor|Chorizo,on|Onions,mush|Mushrooms\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
set the options of this radio. Separate options with commas and use the
pipe symbol to separate value from
text.\"},\"properties4\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default
value.\"},\"properties5\":{\"name\":\"description\",\"example\":\"Select
the topping of your
choice\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the
label.\"},\"properties6\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties7\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'inputbox\'.\"},\"properties8\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides unlimited checkboxes that can be used for
multi-select.', '', 1, 4, '', '',
'ac10859b-58da-4584-9682-36a6c2c8d04d'),
(5, 'Provides a color picker. Enter the color as #ff00ff or pick it
from the palet.', 'Color',
'{\"properties0\":{\"name\":\"type\",\"example\":\"color\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
color.\"},\"properties1\":{\"name\":\"name\",\"example\":\"backgroundcolor\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"default\",\"example\":\"#FFFFFF\",\"adjustable\":\"1\",\"description\":\"(optional)
provides a color when not
set.\"},\"properties3\":{\"name\":\"label\",\"example\":\"Background\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties4\":{\"name\":\"description\",\"example\":\"Select
the background color
here.\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) tooltip for the form
field.\"},\"properties5\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties6\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides a color picker when clicking the input box.',
'', 1, 5, '', '',
'7f60f198-53e7-4fe9-813f-d1b6c553680e'),
(6, 'The list form field type provides a drop down list or a list box
of other current component table entries. If the field has a saved value
this is selected when the page is first loaded. If not, the default value
(if any) is selected.', 'Custom',
'{\"properties0\":{\"name\":\"type\",\"example\":\"subjects\",\"mandatory\":\"1\",\"description\":\"(mandatory)
can be anything, just not the same as any other default Joomla field type.
You can also not use the \\\"_\\\" (underscore) or
\\\"-\\\" (hyphen) in the type name, and no
spaces.\"},\"properties1\":{\"name\":\"name\",\"example\":\"subject\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
a
Subject\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties5\":{\"name\":\"class\",\"example\":\"list_class\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'inputbox\'.\"},\"properties6\":{\"name\":\"multiple\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether multiple items can be selected at the same time (true or
false).\"},\"properties7\":{\"name\":\"default\",\"example\":\"0\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties8\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties9\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties10\":{\"name\":\"readonly\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties11\":{\"name\":\"disabled\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties12\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties13\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript
use)\"},\"properties14\":{\"name\":\"extends\",\"example\":\"list\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"The
JFormField sub class that should be extended. The options are
(\'list\',\'radio\',\'checkboxes\')\"},\"properties15\":{\"name\":\"button\",\"example\":\"true\",\"adjustable\":\"1\",\"description\":\"(optional)
to add new button next to field in edit
view\"},\"properties16\":{\"name\":\"table\",\"example\":\"#__###component###_subject\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The table being linked to. The ###TABLE### placeholder holds the table in
the
php.\"},\"properties17\":{\"name\":\"component\",\"example\":\"com_###component###\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The name of the component where this table is found. Must be
com_users\"},\"properties18\":{\"name\":\"view\",\"example\":\"subject\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The single view name if the place this field is
added.\"},\"properties19\":{\"name\":\"views\",\"example\":\"subjects\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The list view name if the place this field is
added.\"},\"properties20\":{\"name\":\"value_field\",\"example\":\"name\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The name of the text field in table linked to. The ###TEXT### placeholder
holds the value_field in the
php.\"},\"properties21\":{\"name\":\"key_field\",\"example\":\"id\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The field from the linked table to save in this table as the unique key.
The ###ID### placeholder holds the key_field in the
php.\"},\"properties22\":{\"name\":\"prime_php\",\"example\":\"1\",\"adjustable\":\"1\",\"description\":\"This
field makes sure that the PHP used here is used to build the field type,
and other are custom fields with the same field type are ignored. So to
avoid that they over write the PHP added here. You should only have one
prime per\\/type. To disable remove the field or set to
0\"},\"properties23\":{\"name\":\"type_php_1\",\"example\":\"\\/\\/
Get the user object.\\r\\n\\t\\t$user =
JFactory::getUser();\\r\\n\\t\\t\\/\\/ Get the databse
object.\\r\\n\\t\\t$db = JFactory::getDBO();\\r\\n\\t\\t$query =
$db->getQuery(true);\\r\\n\\t\\t$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\r\\n\\t\\t$query->from($db->quoteName(\'###TABLE###\',
\'a\'));\\r\\n\\t\\t$query->where($db->quoteName(\'a.published\')
. \' = 1\');\\r\\n\\t\\t$query->order(\'a.###TEXT###
ASC\');\\r\\n\\t\\t\\/\\/ Implement View Level Access (if set in
table)\\r\\n\\t\\tif (!$user->authorise(\'core.options\',
\'[[[com_component]]]\'))\\r\\n\\t\\t{\\r\\n\\t\\t\\t$columns =
$db->getTableColumns(\'###TABLE###\');\\r\\n\\t\\t\\tif(isset($columns[\'access\']))\\r\\n\\t\\t\\t{\\r\\n\\t\\t\\t\\t$groups
= implode(\',\',
$user->getAuthorisedViewLevels());\\r\\n\\t\\t\\t\\t$query->where(\'a.access
IN (\' . $groups .
\')\');\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t\\t$db->setQuery((string)$query);\\r\\n\\t\\t$items
= $db->loadObjectList();\\r\\n\\t\\t$options = array();\\r\\n\\t\\tif
($items)\\r\\n\\t\\t{\\r\\n\\t\\t\\tif ($this->multiple ===
false)\\r\\n\\t\\t\\t{\\r\\n\\t\\t\\t\\t$options[] =
JHtml::_(\'select.option\', \'\',
JText::_(\'Select an
option\'));\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\tforeach($items as
$item)\\r\\n\\t\\t\\t{\\r\\n\\t\\t\\t\\t$options[] =
JHtml::_(\'select.option\', $item->###ID###,
$item->###CODE_TEXT###);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t\\treturn
$options;\",\"adjustable\":\"1\",\"description\":\"The
php for the getOptions method.\"}}', 'provides a drop down
list of items entries.', '', 1, 28, '',
'', 'dd2e1f4b-f5db-45e8-85fa-efd27bae7b6a'),
(7, 'The a list of users that can be targeting one or more groups and
excluded users that already belongs to an item in a view.',
'CustomUser',
'{\"properties0\":{\"name\":\"type\",\"example\":\"staffusers\",\"mandatory\":\"1\",\"description\":\"(mandatory)
can be anything, just not the same as any other default Joomla field
type.\"},\"properties1\":{\"name\":\"name\",\"example\":\"staff\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Staff\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'inputbox\'.\"},\"properties5\":{\"name\":\"multiple\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether multiple items can be selected at the same time (true or
false).\"},\"properties6\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties7\":{\"name\":\"readonly\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties8\":{\"name\":\"disabled\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties9\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"\"},\"properties10\":{\"name\":\"hint\",\"example\":\"select
a
user\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"\"},\"properties11\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties12\":{\"name\":\"extends\",\"example\":\"user\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"The
JFormField sub class that should be extended. The options are
(\'list\',\'radio\',\'checkboxes\')\"},\"properties13\":{\"name\":\"table\",\"example\":\"#__users\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The table being linked to. Must be
#__users\"},\"properties14\":{\"name\":\"component\",\"example\":\"com_users\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The name of the component where this table is found. Must be
com_users\"},\"properties15\":{\"name\":\"view\",\"example\":\"###view###\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The single view name if the place this field is
added.\"},\"properties16\":{\"name\":\"views\",\"example\":\"###views###\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The list view name if the place this field is
added.\"},\"properties17\":{\"name\":\"value_field\",\"example\":\"name\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The name of the text field in table linked
to.\"},\"properties18\":{\"name\":\"key_field\",\"example\":\"id\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The field from the linked table to save in this table as the unique
key.\"},\"properties19\":{\"name\":\"type_php_1\",\"example\":\"\\t\\t\\/\\/
set the groups array\\r\\n\\t\\treturn
JComponentHelper::getParams(\'com_###component###\')->get(\'###type###\');\",\"adjustable\":\"1\",\"description\":\"The
php for the getGroups
method.\"},\"properties22\":{\"name\":\"type_phpx_1\",\"example\":\"\\t\\t\\/\\/
To ensure that there is only one record per user\\r\\n\\t\\t\\/\\/ Get a db
connection.\\r\\n\\t\\t$db = JFactory::getDbo();\\r\\n\\t\\t\\/\\/ Create a
new query object.\\r\\n\\t\\t$query =
$db->getQuery(true);\\r\\n\\t\\t\\/\\/ Select all records from the
#__###component###_###view### table from ###CODE###
column\\\".\\r\\n\\t\\t$query->select($db->quoteName(\'###CODE###\'));\\r\\n\\t\\t$query->from($db->quoteName(\'#__###component###_###view###\'));\\r\\n\\t\\t$db->setQuery($query);\\r\\n\\t\\t$db->execute();\\r\\n\\t\\t$found
= $db->getNumRows();\\r\\n\\t\\tif
($found)\\r\\n\\t\\t{\\r\\n\\t\\t\\t\\/\\/ return all users already
used\\r\\n\\t\\t\\treturn
array_unique($db->loadColumn());\\r\\n\\t\\t}\\r\\n\\t\\treturn
null;\",\"adjustable\":\"1\",\"description\":\"The
php for the getExcluded method.\"}}', 'Provides list of
users.', '', 1, 6, '', '',
'a4a39f70-070f-459c-be4b-0ac103a29b9a'),
(8, 'The Editor field type provides a WYSIWYG editor.',
'Editor',
'{\"properties0\":{\"name\":\"type\",\"example\":\"editor\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
editor.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mytextblock\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Test
Field\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"default\",\"example\":\"Some
text\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties4\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the
label.\"},\"properties5\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties6\":{\"name\":\"width\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
defines the width (in pixels) of the wysiwyg editor and defaults to
100%.\"},\"properties7\":{\"name\":\"height\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
defines the height (in pixels) of the wysiwyg editor and defaults to
250px.\"},\"properties8\":{\"name\":\"cols\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
defines the width of the editor (in
columns).\"},\"properties9\":{\"name\":\"rows\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
defines the height of the editor (in
rows).\"},\"properties10\":{\"name\":\"buttons\",\"example\":\"no\",\"adjustable\":\"1\",\"description\":\"(optional)
can be an array of plugin buttons to be excluded or set to false. The
default editors-xtd are: article, image, pagebreak and
readmore.\"},\"properties11\":{\"name\":\"syntax\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
can be used to set the code syntax matching for this
field.\"},\"properties12\":{\"name\":\"hide\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
array of plugin buttons to be hidden. eg... set
buttons=\\\"true\\\"
hide=\\\"readmore,pagebreak\\\"\"},\"properties13\":{\"name\":\"editor\",\"example\":\"codemirror|none\",\"adjustable\":\"1\",\"description\":\"specifies
the editor to be used and can include two options
(editor=\\\"desired|alternative\\\")\"},\"properties14\":{\"name\":\"filter\",\"example\":\"safehtml\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties15\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties16\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties17\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides an editor area field.', '', 1, 11,
'', '',
'51f288d2-6eaa-42bc-a182-a6f69b3032b8'),
(9, 'The hidden form field type provides a hidden field for saving a
field whose value cannot be altered directly by a user in the Administrator
(it can be altered in code or by editing the params.ini file). If the
parameter has a saved value this is entered i', 'Hidden',
'{\"properties0\":{\"name\":\"type\",\"example\":\"hidden\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
hidden.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mysecretvariable\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"default\",\"example\":\"1\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the data which needs to be
collected.\"},\"properties5\":{\"name\":\"filter\",\"example\":\"STRING\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties4\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a field.\"}}',
'provides a hidden field for saving a form field whose value cannot be
altered directly by a user.', '', 1, 2, '',
'', '82f1b5ca-bb9b-44d7-9a7a-9a03fb2a31dd'),
(10, 'The integer form field type provides a select box with a range
of integer values. If the field has a value saved, this value is displayed
when the page is first loaded. If not, the default value (if any) is
selected.', 'Integer',
'{\"properties0\":{\"name\":\"type\",\"example\":\"integer\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
integer.\"},\"properties1\":{\"name\":\"name\",\"example\":\"size\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Size\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default
value.\"},\"properties4\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties5\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties6\":{\"name\":\"class\",\"example\":\"text_area\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties7\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties8\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties9\":{\"name\":\"first\",\"example\":\"1\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
this value is the lowest on the
list.\"},\"properties10\":{\"name\":\"last\",\"example\":\"20\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
this value is the highest on the
list.\"},\"properties11\":{\"name\":\"step\",\"example\":\"5\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
each option will be the previous option incremented by this integer,
starting with the first value until the last value is
reached.\"},\"properties12\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties13\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides a
drop down list of integers between a minimum and maximum.',
'', 1, 6, '', '',
'fdbb50ea-35d2-45b2-a0bc-076fdf1544b8'),
(11, 'The list form field type provides a drop down list or a list box
of custom-defined entries. If the field has a saved value this is selected
when the page is first loaded. If not, the default value (if any) is
selected.', 'List',
'{\"properties0\":{\"name\":\"type\",\"example\":\"list\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
list.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mylist\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
an
option\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties5\":{\"name\":\"class\",\"example\":\"list_class\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'inputbox\'.\"},\"properties6\":{\"name\":\"multiple\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether multiple items can be selected at the same time (true or
false).\"},\"properties7\":{\"name\":\"filter\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
filter
options\"},\"properties8\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties9\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties10\":{\"name\":\"option\",\"example\":\"0|Option
1,1|Option 2,2|Option
1\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
set the options of this radio. Separate options with commas and use the
pipe symbol to separate value from
text.\"},\"properties11\":{\"name\":\"useglobal\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
 if set to true, it will show the value that is set in the global
configuration if found in the
database.\"},\"properties12\":{\"name\":\"default\",\"example\":\"0\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default list item
value.\"},\"properties13\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties14\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides a
drop down list of custom-defined entries.', '', 1, 10,
'', '',
'a51dfc06-1b9b-4d0a-86ba-f705bcd40d4d'),
(12, 'The media form field type provides modal access to the media
manager for the choice of an image. Users with appropriate permissions will
be able to upload files.', 'Media',
'{\"properties0\":{\"name\":\"type\",\"example\":\"media\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
media.\"},\"properties1\":{\"name\":\"name\",\"example\":\"media\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Media\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"directory\",\"example\":\"\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the directory from which the user will be able to choose a file. This
attribute should be relative to the top level \\/images\\/
folder.\"},\"properties5\":{\"name\":\"preview\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
shows or hides the preview of the currently chosen image.
(\\\"true\\\": Show always, \\\"tooltip\\\": Show as
tooltip, \\\"false\\\": Show never) (since Joomla!
2.5.5)\"},\"properties6\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides modal access to the media manager for insertion of images
with upload for users with appropriate permissions.', '', 1,
4, '', '',
'69957007-e3d4-4976-a32b-611d02dbad71'),
(13, 'Provides a meter to show value in a range, updated with jQuery
if needed or simply a fixed value.', 'Meter',
'{\"properties0\":{\"name\":\"type\",\"example\":\"meter\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
meter.\"},\"properties1\":{\"name\":\"name\",\"example\":\"meter\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Meter\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"width\",\"example\":\"330px\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of meter
box\"},\"properties4\":{\"name\":\"color\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The background
color\"},\"properties5\":{\"name\":\"default\",\"example\":\"9\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties6\":{\"name\":\"animated\",\"example\":\"1\",\"adjustable\":\"1\",\"description\":\"(optional)
lets the bar have
strips\"},\"properties7\":{\"name\":\"active\",\"example\":\"1\",\"adjustable\":\"1\",\"description\":\"(optional)
lets the strips on the bar
move\"},\"properties8\":{\"name\":\"description\",\"example\":\"Enter
some
description\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties9\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties10\":{\"name\":\"min\",\"example\":\"1\",\"adjustable\":\"1\",\"description\":\"(mandatory)
this value is the min on the
meter.\"},\"properties11\":{\"name\":\"max\",\"example\":\"20\",\"adjustable\":\"1\",\"description\":\"(mandatory)
this value is the max on
meter.\"},\"properties12\":{\"name\":\"step\",\"example\":\"1\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
each option will be the previous option incremented by this integer,
starting with the first value until the last value is
reached.\"},\"properties13\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Provides a meter to show value in a range.', '', 1, 3,
'', '',
'81668284-e572-4e17-927b-ba697fc64bd0'),
(14, 'This form field makes it possible to create titles, texts,
descriptions and even alert boxes. It also allows you to bring order in the
settings for extensions, by separating them with useful titles. Or adding
descriptions for certain settings (without having to rely on the tooltips).
Or adding any other text you want.', 'Note',
'{\"properties0\":{\"name\":\"type\",\"example\":\"note\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
note\"},\"properties1\":{\"name\":\"name\",\"example\":\"note_one\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"The
notice\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory
or optional if using description) (translatable) is the descriptive title
of the note
\"},\"properties3\":{\"name\":\"description\",\"example\":\"The
notice
description\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional
if using label)(translatable) the description\\/text of the note
\"},\"properties4\":{\"name\":\"heading\",\"example\":\"h4\",\"adjustable\":\"1\",\"description\":\"(optional)
the type of heading element to use for the label (default:
h4)\"},\"properties5\":{\"name\":\"class\",\"example\":\"alert\",\"adjustable\":\"1\",\"description\":\"(optional)
a class name (or class names), like these examples ( alert, alert
alert-info, alert alert-success, alert alert-error
)\"},\"properties6\":{\"name\":\"close\",\"example\":\"true\",\"adjustable\":\"1\",\"description\":\"(optional)
a value of \'true\' (for alerts) or the value for the
data-dismiss of the bootstrap close
icon\"},\"properties7\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'supports a one line text field.', '', 1, 5,
'', '',
'f9ecacd0-8481-4157-8c71-d7aaefc2b7c3'),
(15, 'Provides a one line text box with up-down handles to set a
number in the field.', 'Number',
'{\"properties0\":{\"name\":\"type\",\"example\":\"number\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
number.\"},\"properties1\":{\"name\":\"name\",\"example\":\"number\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Number\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default
value.\"},\"properties4\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties5\":{\"name\":\"class\",\"example\":\"text_area\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties6\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties7\":{\"name\":\"min\",\"example\":\"1\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
this value is the lowest on the
list.\"},\"properties8\":{\"name\":\"max\",\"example\":\"40\",\"mandatory\":\"1\",\"description\":\"(mandatory)
this value is the highest on the
list.\"},\"properties9\":{\"name\":\"step\",\"example\":\"5\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
each option will be the previous option incremented by this integer,
starting with the first value until the last value is
reached.\"},\"properties10\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Javascript that should run on changing of the
value.\"},\"properties11\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Provides a one line text box with up-down handles to set a number in
the field.', '', 1, 4, '', '',
'5abd2b73-643b-4273-841a-787991aad968'),
(16, 'The password form field type provides a text box for entry of a
password. The password characters will be obscured as they are entered. If
the field has a saved value this is entered (in obscured form) into the
text box. If not, the default value (if any)', 'Password',
'{\"properties0\":{\"name\":\"type\",\"example\":\"password\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
password.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mypassword\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Enter
A
Password\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"size\",\"example\":\"10\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of the text box in characters. If omitted the width is
determined by the browser. The value of size does not limit the number of
characters that may be
entered.\"},\"properties4\":{\"name\":\"default\",\"example\":\"secret\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default
password.\"},\"properties5\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties6\":{\"name\":\"message\",\"example\":\"Error!
Please add password
here.\",\"adjustable\":\"1\",\"description\":\"(optional)
The error message that will be displayed instead of the default
message.\"},\"properties7\":{\"name\":\"class\",\"example\":\"text_area\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties8\":{\"name\":\"readonly\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties9\":{\"name\":\"disabled\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties10\":{\"name\":\"required\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties11\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties12\":{\"name\":\"field\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
used in validation of \\\"equals\\\" to link the field to
match.\"},\"properties13\":{\"name\":\"filter\",\"example\":\"raw\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties14\":{\"name\":\"hint\",\"example\":\"Password
Here\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The placeholder to display inside the text
box.\"},\"properties15\":{\"name\":\"autocomplete\",\"example\":\"off\",\"adjustable\":\"1\",\"description\":\"(optional)
The autocomplete state for the form field.  If \'off\' element
will not be automatically completed by
browser.\"},\"properties16\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties17\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides a
text box for entry of a password. The password characters will be obscured
as they are entered.', '', 1, 10, '',
'', '0022598d-0ee1-44f2-aa94-c2eb47595f73'),
(17, 'The radio form field type provides radio buttons to select
different options. If the field has a saved value this is selected when the
page is first loaded. If not, the default value (if any) is
selected.', 'Radio',
'{\"properties0\":{\"name\":\"type\",\"example\":\"radio\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
radio.\"},\"properties1\":{\"name\":\"name\",\"example\":\"myradiovalue\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
an
option\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"class\",\"example\":\"btn-group
btn-group-yesno\",\"adjustable\":\"1\",\"description\":\"(optional)
New in Joomla 3, if set to class=\\\"btn-group
btn-group-yesno\\\" will show the nice coloured
buttons\"},\"properties5\":{\"name\":\"option\",\"example\":\"1|Yes,0|No\",\"adjustable\":\"1\",\"description\":\"(mandatory)
set the options of this radio. Separate options with commas and use the
pipe symbol to separate value from
text.\"},\"properties6\":{\"name\":\"default\",\"example\":\"0\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default radio button item
value.\"},\"properties7\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties8\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties9\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties10\":{\"name\":\"readonly\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties11\":{\"name\":\"disabled\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties12\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties13\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides
radio buttons to select different options.', '', 1, 18,
'', '',
'b868ed59-4208-4206-8504-95a35a74a11c'),
(18, 'Provides a horizontal scroll bar to specify a value in a
range.', 'Range',
'{\"properties0\":{\"name\":\"type\",\"example\":\"range\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
range.\"},\"properties1\":{\"name\":\"name\",\"example\":\"range\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Range\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"default\",\"example\":\"9\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties4\":{\"name\":\"description\",\"example\":\"Enter
some
description\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties5\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties6\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties7\":{\"name\":\"min\",\"example\":\"1\",\"adjustable\":\"1\",\"description\":\"(mandatory)
this value is the min on the
meter.\"},\"properties8\":{\"name\":\"max\",\"example\":\"20\",\"adjustable\":\"1\",\"description\":\"(mandatory)
this value is the max on
meter.\"},\"properties9\":{\"name\":\"step\",\"example\":\"1\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
each option will be the previous option incremented by this integer,
starting with the first value until the last value is
reached.\"},\"properties10\":{\"name\":\"required\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties11\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties12\":{\"name\":\"onchange\",\"example\":\"jQuery(\'#jform_range\').closest(\'.controls\').find(\'span\').remove();
var value =
jQuery(\'#jform_range\').val();jQuery(\'#jform_range\').closest(\'.controls\').append(\'
\'+value+\'\');\",\"adjustable\":\"1\",\"description\":\"(optional)
javascript to run when the range is
changed\"},\"properties13\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Provides a horizontal scroll bar to specify a value in a
range.', '', 1, 5, '', '',
'627d3845-7273-4f75-8e63-7b3a319a42c8'),
(19, 'Provides a modal with rows of formfields that you specify. As
many options can be added as desired. Note this form field has a jQuery
based javascript file as a dependency.', 'Repeatable',
'{\"properties0\":{\"name\":\"type\",\"example\":\"repeatable\",\"adjustable\":\"1\",\"description\":\"(mandatory)
must be
repeatable.\"},\"properties1\":{\"name\":\"name\",\"example\":\"repeatable_list\",\"adjustable\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter\"},\"properties2\":{\"name\":\"label\",\"example\":\"The
Repeatable
List\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) description text for the form field. Displays at the top of
the modal with the name as well as in the usual position in the
form\"},\"properties4\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The default value for the form field if the field is left empty. Note this
has to be a json string compatible with the contents of the form
field.\"},\"properties5\":{\"name\":\"id\",\"example\":\"aid\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
id of the hidden from field. (the modal will have this id with an added
suffix of \\\"_modal\\\" and the table within the modal will have
this id with a suffix of
_modal_table\\\")\"},\"properties6\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
class of the
table.\"},\"properties7\":{\"name\":\"select\",\"example\":\"Click
here\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) The text to show on the modal
button.\"},\"properties8\":{\"name\":\"icon\",\"example\":\"list\",\"adjustable\":\"1\",\"description\":\"(optional)
The icon to show on the select button (is prefixed with
\\\"icon-\\\").\"},\"properties9\":{\"name\":\"maximum\",\"example\":\"50\",\"adjustable\":\"1\",\"description\":\"(optional)
The maximum number of rows of fields allowed (by default 999 to be
effectively
infinite)\"},\"properties10\":{\"name\":\"fields\",\"example\":\"1,2,3\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The fields to add to the modal. All fields must first be created in
component builder as a field before you can add them here, since you must
use the id of the field. Separate the field ids with commas. Do not add
custom fields that are not also used in this
component.\"},\"properties11\":{\"name\":\"filter\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Use only if you would like to save raw data, since the default is
best.\"},\"properties12\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Allows form fields which can have as many options as the user
desires.', '', 1, 5, '', '',
'05bf68d4-52f9-4705-8ae7-cba137fce0ad'),
(20, 'The spacer form field type provides a visual separator between
parameter field elements. It is purely a visual aid and no field value is
stored.', 'Spacer',
'{\"properties0\":{\"name\":\"type\",\"example\":\"spacer\",\"adjustable\":\"0\",\"mandatory\":\"1\",\"translatable\":\"0\",\"description\":\"(mandatory)
must be
spacer.\"},\"properties1\":{\"name\":\"name\",\"example\":\"myspacer\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"0\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"The
notice\",\"adjustable\":\"1\",\"mandatory\":\"0\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is the text to use as a
spacer.\"},\"properties3\":{\"name\":\"description\",\"example\":\"The
notice
description\",\"adjustable\":\"1\",\"mandatory\":\"0\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"hr\",\"example\":\"\",\"adjustable\":\"1\",\"mandatory\":\"0\",\"translatable\":\"0\",\"description\":\"(optional)
is whether to display a horizontal rule (\'true\' or
\'false\'). If this attribute is \'true\', the label
attribute will be
ignored.\"},\"properties5\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"mandatory\":\"0\",\"translatable\":\"0\",\"description\":\"(optional)
is a CSS class name for the HTML form field.\"}}', 'provides
a visual separator between form fields. It is purely a visual aid and no
value is stored.', '', 1, 1, '', '',
'626d0cba-a908-4a4f-a447-96d781aeaa0b'),
(21, 'Using this generic form field type forces you to write SQL in an
XML file and is rather limited. For more flexibility, consider using Custom
FieldType.\r\n\r\nThe sql form field type provides a drop down list of
entries obtained by running a query on the Joom', 'SQL',
'{\"properties0\":{\"name\":\"type\",\"example\":\"sql\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
sql.\"},\"properties1\":{\"name\":\"name\",\"example\":\"title\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the field. This must match the name of the query
results column that contains the values that will be shown to the user in
the drop-down list, unless a different name is specified in the value_field
attribute.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
an
article\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"query\",\"example\":\"SELECT
id, concat( title, \' (\', created, \')\') AS title
FROM
#__content\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the SQL query which will provide the data for the drop-down list. The
query must return two columns; one called \'value\' (unless
overridden by the key_field attribute) which will hold the values of the
list items; the other called the same as the value of the name attribute
(unless overridden by the value_field attribute) containing the text to be
shown in the drop-down
list.\"},\"properties4\":{\"name\":\"default\",\"example\":\"10\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default value. This is the value of the \'value\' field,
unless overridden by the key_field
attribute.\"},\"properties5\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties6\":{\"name\":\"readonly\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties7\":{\"name\":\"disabled\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties8\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties9\":{\"name\":\"key_field\",\"example\":\"id\",\"adjustable\":\"1\",\"description\":\"(optional)
is the name of the column that will contain values for the parameter. If
omitted then the column called \'value\' will be used, if it
exists.\"},\"properties10\":{\"name\":\"value_field\",\"example\":\"title\",\"adjustable\":\"1\",\"description\":\"(optional)
is the name of the column that will contain values to be shown to the user
in the drop-down list. If omitted then the column with the same name as the
name attribute will be used, if it
exists.\"},\"properties11\":{\"name\":\"translate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
will translate the output of the value_field if set to true. It defaults to
false.\"},\"properties12\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides a drop down list of entries obtained by running a query on
the Joomla Database. The first results column returned by the query
provides the values for the drop down box.', '', 1, 3,
'', '',
'd4c16f1e-fd6e-4714-90eb-f9d97edd9c32'),
(22, 'The Tag field type provides a point where you can enter tags -
this is either AJAX or nested.', 'Tag',
'{\"properties0\":{\"name\":\"type\",\"example\":\"tag\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
tag.\"},\"properties1\":{\"name\":\"name\",\"example\":\"tags\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"mode\",\"example\":\"ajax\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the way the tags will be loaded, the options are ( ajax or nested
)\"},\"properties3\":{\"name\":\"label\",\"example\":\"Tags\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties4\":{\"name\":\"description\",\"example\":\"Assign
tags to ###VIEW### items. Tag names must be
unique.\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is the description of the
field.\"},\"properties5\":{\"name\":\"id\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the id to add to the field. Note if none is set this will be the name of
the
field.\"},\"properties6\":{\"name\":\"class\",\"example\":\"inputbox
small\",\"adjustable\":\"1\",\"description\":\"(optional)
is the class to add to the
field.\"},\"properties7\":{\"name\":\"published\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
determines if non published tags should be
allowed.\"},\"properties8\":{\"name\":\"language\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is language to filter the existing tags
by.\"},\"properties9\":{\"name\":\"multiple\",\"example\":\"true\",\"adjustable\":\"1\",\"description\":\"(optional)
is the ability to add more than 1 tag to the form
field.\"},\"properties10\":{\"name\":\"custom\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
if the ajax mode is chosen setting this to [deny] will prevent users from
adding in new
tags.\"},\"properties11\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides an entry point for tags (either AJAX or Nested).',
'', 1, 3, '', '',
'48cba89e-8fcb-481e-a7d3-2e41773e452d'),
(23, 'The tel field type is an alias for a text field. Telephone
numbers can be validated using the tel rule and filtered using the tel
input filter.', 'Tel',
'{\"properties0\":{\"name\":\"type\",\"example\":\"text\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
text.\"},\"properties1\":{\"name\":\"name\",\"example\":\"phone\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Phone\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"size\",\"example\":\"10\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of the text box in characters. If omitted the width is
determined by the browser. The value of size does not limit the number of
characters that may be
entered.\"},\"properties4\":{\"name\":\"maxlength\",\"example\":\"50\",\"adjustable\":\"1\",\"description\":\"(optional)
limits the number of characters that may be
entered.\"},\"properties5\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties6\":{\"name\":\"description\",\"example\":\"Enter
phone
number\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties7\":{\"name\":\"class\",\"example\":\"text_area\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties8\":{\"name\":\"readonly\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties9\":{\"name\":\"disabled\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties10\":{\"name\":\"required\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties11\":{\"name\":\"filter\",\"example\":\"tel\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties12\":{\"name\":\"validated\",\"example\":\"tel\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to validated the input
data.\"},\"properties13\":{\"name\":\"message\",\"example\":\"Error!
Please add phone number
here.\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The error message that will be displayed instead of the default
message.\"},\"properties14\":{\"name\":\"hint\",\"example\":\"Your
Phone
Number\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The placeholder to display inside the text
box.\"},\"properties15\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties16\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides
an input field for a telephone number.', '', 1, 6,
'', '',
'1c6c519c-3bc8-4914-8940-3e9591b0bce6'),
(24, 'The text form field type provides a text box for data entry. If
the field has a value saved, this value is displayed when the page is first
loaded. If not, the default value (if any) is selected.',
'Text',
'{\"properties0\":{\"name\":\"type\",\"example\":\"text\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
text.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mytextvalue\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Enter
some
text\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"size\",\"example\":\"10\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of the text box in characters. If omitted the width is
determined by the browser. The value of size does not limit the number of
characters that may be
entered.\"},\"properties4\":{\"name\":\"maxlength\",\"example\":\"50\",\"adjustable\":\"1\",\"description\":\"(optional)
limits the number of characters that may be
entered.\"},\"properties5\":{\"name\":\"default\",\"example\":\"Some
text\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties6\":{\"name\":\"description\",\"example\":\"Enter
some
description\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties7\":{\"name\":\"class\",\"example\":\"text_area\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties8\":{\"name\":\"readonly\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties9\":{\"name\":\"disabled\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties10\":{\"name\":\"required\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties11\":{\"name\":\"filter\",\"example\":\"STRING\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties12\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties13\":{\"name\":\"field\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
used in validation of \\\"equals\\\" to link the field to
match.\"},\"properties14\":{\"name\":\"message\",\"example\":\"Error!
Please add some text
here.\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The error message that will be displayed instead of the default
message.\"},\"properties15\":{\"name\":\"hint\",\"example\":\"Your
Name
Here\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The placeholder to display inside the text
box.\"},\"properties16\":{\"name\":\"autocomplete\",\"example\":\"on\",\"adjustable\":\"1\",\"description\":\"(optional)
The autocomplete state for the form field.  If \'off\' element
will not be automatically completed by
browser.\"},\"properties17\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties18\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides a
text box for data entry.', '', 1, 10, '',
'', '201327fe-3067-4316-a155-3fe2a52e05c0'),
(25, 'The textarea form field type provides a text area for entry of
multi-line text. If the field has a value saved, this value is displayed
when the page is first loaded. If not, the default value (if any) is
selected.', 'Textarea',
'{\"properties0\":{\"name\":\"type\",\"example\":\"textarea\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
textarea.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mytextarea\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Enter
some
text\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"rows\",\"example\":\"10\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the height of the visible text area in lines. If omitted the width is
determined by the browser. The value of rows does not limit the number of
lines that may be
entered.\"},\"properties4\":{\"name\":\"cols\",\"example\":\"5\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the width of the visible text area in characters. If omitted the width
is determined by the browser. The value of cols does not limit the number
of characters that may be
entered.\"},\"properties5\":{\"name\":\"default\",\"example\":\"default
text\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties6\":{\"name\":\"description\",\"example\":\"Text
Area\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the
label.\"},\"properties7\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties8\":{\"name\":\"class\",\"example\":\"text_area\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties9\":{\"name\":\"filter\",\"example\":\"raw\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties10\":{\"name\":\"hint\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The placeholder to display inside the
textarea.\"},\"properties11\":{\"name\":\"required\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties12\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties13\":{\"name\":\"readonly\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties14\":{\"name\":\"disabled\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties15\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties16\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides a
text area for entry of multi-line text.', '', 1, 9,
'', '',
'76fe1250-6fa7-49e5-a0ee-f06d8d4c9f99'),
(26, 'The timezones form field type provides a drop down list of time
zones. If the field has a value saved, this value is displayed when the
page is first loaded. If not, the default value (if any) is
selected.', 'Timezone',
'{\"properties0\":{\"name\":\"type\",\"example\":\"timezone\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
timezone.\"},\"properties1\":{\"name\":\"name\",\"example\":\"timezone\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Timezone\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default time zone. For example, use \'-10\' for
\'(UTC -10:00)
Hawaii\'.\"},\"properties4\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties5\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides a drop down list of time zones.', '', 1, 3,
'', '',
'ed8d8cf4-cb05-49cc-95ef-4ef275f539f9'),
(27, 'This field essentially is a text field with the type of url. If
a fully qualified url (that is one with a scheme and domain such as
http://example.com) is entered and it uses idn (that is uses characters
that are non ascii such as ê or Ψ) it will translat',
'URL',
'{\"properties0\":{\"name\":\"type\",\"example\":\"url\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
url.\"},\"properties1\":{\"name\":\"name\",\"example\":\"website\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Website\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"size\",\"example\":\"10\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of the text box in characters. If omitted the width is
determined by the browser. The value of size does not limit the number of
characters that may be
entered.\"},\"properties4\":{\"name\":\"maxlength\",\"example\":\"50\",\"adjustable\":\"1\",\"description\":\"(optional)
limits the number of characters that may be
entered.\"},\"properties5\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties6\":{\"name\":\"description\",\"example\":\"Enter
website
address\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties7\":{\"name\":\"class\",\"example\":\"text_area\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties8\":{\"name\":\"readonly\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties9\":{\"name\":\"disabled\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties10\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties11\":{\"name\":\"relative\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
set to true for relative
URLs\"},\"properties12\":{\"name\":\"filter\",\"example\":\"url\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties13\":{\"name\":\"validated\",\"example\":\"url\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties14\":{\"name\":\"scheme\",\"example\":\"http,https,mailto\",\"adjustable\":\"1\",\"description\":\"(optional)
Validates that the value is a URL with a valid scheme (which can be
restricted by the optional comma-separated field \'scheme\'), and
passes a basic syntax
check.\"},\"properties15\":{\"name\":\"message\",\"example\":\"Error!
Please add website
here.\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties16\":{\"name\":\"hint\",\"example\":\"Your
Website
Here\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The placeholder to display inside the text
box.\"},\"properties17\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties18\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides a
URL text input field.', '', 1, 9, '',
'', '8df6e07e-2b16-43ed-a18d-2059fa44cdf1'),
(28, 'The user form field type provides a modal select box of
users.', 'User',
'{\"properties0\":{\"name\":\"type\",\"example\":\"user\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
user.\"},\"properties1\":{\"name\":\"name\",\"example\":\"user\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the field. This must match the name of the query
results column that contains the values that will be shown to the user in
the drop-down list, unless a different name is specified in the value_field
attribute.\"},\"properties2\":{\"name\":\"label\",\"example\":\"User\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form
field.\"},\"properties5\":{\"name\":\"size\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of the text box in characters. If omitted the width is
determined by the browser. The value of size does not limit the number of
characters that may be
entered.\"},\"properties6\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties7\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides a modal list of users.', '', 1, 4,
'', '',
'b0641980-5e78-42f6-972f-86aa607db23e'),
(29, 'The usergroup form field type provides a modal select box of
user groups.', 'Usergroup',
'{\"properties0\":{\"name\":\"type\",\"example\":\"usergroup\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
usergroup.\"},\"properties1\":{\"name\":\"name\",\"example\":\"usergroup\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the field. This must match the name of the query
results column that contains the values that will be shown to the user in
the drop-down list, unless a different name is specified in the value_field
attribute.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Group\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"Select
a
group\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form
field.\"},\"properties5\":{\"name\":\"size\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of the text box in characters. If omitted the width is
determined by the browser. The value of size does not limit the number of
characters that may be
entered.\"},\"properties6\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the field required true if
yes.\"},\"properties7\":{\"name\":\"multiple\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
If set to multiple then allows more than one usergroup to be
selected.\"},\"properties8\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides a drop down list of user groups.', '', 1, 3,
'', '',
'e2f31181-fbb3-4c3a-859d-72b6b0cff308'),
(30, 'The filelist form field type provides a drop down list of files
from a specified directory. If the field has a saved value this is selected
when the page is first loaded. If not, the default value (if any) is
selected.\r\n\r\nBy default, the first item on the',
'Filelist',
'{\"properties0\":{\"name\":\"type\",\"example\":\"filelist\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
filelist.\"},\"properties1\":{\"name\":\"name\",\"example\":\"myfile\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
a
file\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"directory\",\"example\":\"images\\/stories\",\"adjustable\":\"1\",\"description\":\"(optional)
is the filesystem path to the directory containing the files to be listed.
If omitted the directory given by JPATH_ROOT is
assumed.\"},\"properties4\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default file
name.\"},\"properties5\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties6\":{\"name\":\"filter\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a regular expression string which is used to filter the list of files
selected for inclusion in the drop-down list. If omitted, all files in the
directory are included. The filter argument expression is applied before
the exclude argument expression. For information on constructing regular
expressions see Regular expressions in parameter
arguments.\"},\"properties7\":{\"name\":\"exclude\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a regular expression string which is used to exclude files from the
list. The exclude argument expression is applied after the filter argument
expression. For information on constructing regular expressions see Regular
expressions in parameter
arguments.\"},\"properties8\":{\"name\":\"stripext\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a Boolean argument. If true then file name extensions will be stripped
from the file names listed. Also note that the file name will be saved
without the extension
too.\"},\"properties9\":{\"name\":\"hide_none\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a Boolean argument. If true, the \'- Do not use -\' item is
omitted from the drop-down
list.\"},\"properties10\":{\"name\":\"hide_default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a Boolean argument. If true, the \'- Use default -\' item is
omitted from the drop-down
list.\"},\"properties11\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Provides a drop down list of files from a specified directory.',
'', 1, 4, '', 1,
'0c80df15-52c6-4647-983b-4bb4888a2edf'),
(31, 'The folderlist form field type provides a drop down list of
folders from a specfied directory. If the field has a saved value this is
selected when the page is first loaded. If not, the default value (if any)
is selected.\r\n\r\nBy default, the first item on ',
'Folderlist',
'{\"properties0\":{\"name\":\"type\",\"example\":\"folderlist\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
folderlist.\"},\"properties1\":{\"name\":\"name\",\"example\":\"myfolder\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
a
folder\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"directory\",\"example\":\"images\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the filesystem path to the directory containing the folders to be
listed.\"},\"properties4\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default folder
name.\"},\"properties5\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties6\":{\"name\":\"filter\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a regular expression string which is used to filter the list of folders
selected for inclusion in the drop-down list. If omitted, all folders in
the directory are included. The filter argument expression is applied
before the exclude argument expression. For information on constructing
regular expressions see Regular expressions in parameter
arguments.\"},\"properties7\":{\"name\":\"exclude\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a regular expression string which is used to exclude folders from the
list. The exclude argument expression is applied after the filter argument
expression. For information on constructing regular expressions see Regular
expressions in parameter
arguments.\"},\"properties8\":{\"name\":\"hide_none\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a Boolean argument. If true, the \'- Do not use -\' item is
omitted from the drop-down
list.\"},\"properties9\":{\"name\":\"hide_default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a Boolean argument. If true, the \'- Use default -\' item is
omitted from the drop-down
list.\"},\"properties10\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Provides a drop down list of folders from a specified
directory.', '', 1, 4, '', 2,
'd3ab2ae4-9370-4497-ae6d-dee2e0b74b7a'),
(32, 'Note: When using the file input type you should always add the
attribute enctype=\"multipart/form-data\" to your form tag.
Otherwise, the uploaded files will not be attached correctly.\r\n\r\nNote
2: You can put a soft limit file size by adding a hidden field with
name=\"MAX_FILE_SIZE\" and value the maximum allowed bytes which
is handled by php, but you must also handle it in your code with or without
it.', 'File',
'{\"properties0\":{\"name\":\"type\",\"example\":\"file\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
file.\"},\"properties1\":{\"name\":\"name\",\"example\":\"myfilevalue\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Enter
some
text\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"Choose
an image from your computer with maximum
100KB\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default value, but doesn\'t mean much for a
file.\"},\"properties5\":{\"name\":\"size\",\"example\":\"10\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of the file box in
characters.\"},\"properties6\":{\"name\":\"accept\",\"example\":\"image\\/*\",\"adjustable\":\"1\",\"description\":\"(optional)
Tells the browser what MIME types your form will allow to be
uploaded.\"},\"properties7\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form
field.\"},\"properties8\":{\"name\":\"labelclass\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
adds a CSS class for form field\'s label; for Joomla
2.5.4+\"},\"properties9\":{\"name\":\"disabled\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent
attribute\"},\"properties10\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript
use)\"},\"properties11\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
For Joomla form validating it to be filled
in\"},\"properties12\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Whether to Joomla validate the field according to
rules\"},\"properties13\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Provides an input field for files', '', 1, 9,
'', 3, '6da71c1e-119c-4e0d-a309-f3e52ecfa1d1'),
(33, 'The menuitem form field type provides a drop down grouped list
of the available menu items from your Joomla site.',
'menuitem',
'{\"properties0\":{\"name\":\"type\",\"example\":\"menuitem\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
menuitem.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mymenuitem\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
a menu
item\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default menu item. Note that this is the ItemID number of the menu
item.\"},\"properties4\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties5\":{\"name\":\"published\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
determines whether all menu items are listed or only published menu items.
If state is \'0\' then all menu items will be listed. If state is
\'1\' then only published menu items will be
listed.\"},\"properties6\":{\"name\":\"filter\",\"example\":\"int\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties7\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'provides a drop down list of the available menu items from your
Joomla site.', '', 1, 5, '', 4,
'f183b0e2-017f-48bd-8dba-d332ce1b8d9e'),
(34, 'Remember all views already have [accesslevel] added by default,
only add this if you need more custom access selection! Provides a dropdown
list of accesslevel options with the current option selected.',
'Accesslevel',
'{\"properties0\":{\"name\":\"type\",\"example\":\"accesslevel\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
accesslevel\"},\"properties1\":{\"name\":\"name\",\"example\":\"accesstwo\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the field. This must match the name of the query
results column that contains the values that will be shown to the user in
the drop-down list, unless a different name is specified in the value_field
attribute.
\"},\"properties2\":{\"name\":\"label\",\"example\":\"Access
Two\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"Select
an access level to this
concept.\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"class\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form
field.\"},\"properties5\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is the field required true if
yes.\"},\"properties6\":{\"name\":\"multiple\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
If set to multiple then allows more than one usergroup to be
selected.\"},\"properties7\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'List of accesslevels', '', 1, 4, '', 5,
'913ed2ce-836c-48e8-97af-e482441f47df'),
(35, 'Provides a form with rows of fields that you specify. As many
options can be added as desired. Note this form field has a jQuery based
javascript file as a dependency.', 'Subform',
'{\"properties0\":{\"name\":\"type\",\"example\":\"subform\",\"description\":\"(mandatory)
must be
subform.\"},\"properties1\":{\"name\":\"name\",\"example\":\"options\",\"adjustable\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter\"},\"properties2\":{\"name\":\"label\",\"example\":\"The
Option
List\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"layout\",\"example\":\"joomla.form.field.subform.repeatable-table\",\"adjustable\":\"1\",\"description\":\"(mandatory)
The layout for the repeatable
table.\"},\"properties4\":{\"name\":\"component\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
To change the component where it should search for
layout\"},\"properties5\":{\"name\":\"client\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Function to initialise the application clientFrontend: site or 0Backend:
admin or
1\"},\"properties6\":{\"name\":\"multiple\",\"example\":\"true\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
The rows to be
multiple.\"},\"properties7\":{\"name\":\"buttons\",\"example\":\"add,remove,move\",\"adjustable\":\"1\",\"description\":\"(optional)
Which buttons to show if multiple mode is true.Options:
add,remove,move\"},\"properties8\":{\"name\":\"fields\",\"example\":\"1,2,3\",\"adjustable\":\"1\",\"description\":\"(mandatory)
The fields to add to the modal. All fields must first be created in
component builder as a field before you can add them here, since you must
use the id of the field. Separate the field ids with commas. Do not add
custom fields that are not also used in this
component.\"},\"properties9\":{\"name\":\"formsource\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
you can add a path to a xml file containing the
fields.\"},\"properties10\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) description text for the form field. Displays at the top of
the modal with the name as well as in the usual position in the
form\"},\"properties11\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The default value for the form field if the field is left empty. Note this
has to be a json string compatible with the contents of the form
field.\"},\"properties12\":{\"name\":\"icon\",\"example\":\"list\",\"adjustable\":\"1\",\"description\":\"(optional)
The icon to show on the select button (is prefixed with
\\\"icon-\\\").\"},\"properties13\":{\"name\":\"max\",\"example\":\"50\",\"adjustable\":\"1\",\"description\":\"(optional)
The maximum number of rows of fields allowed (by default 999 to be
effectively
infinite)\"},\"properties14\":{\"name\":\"min\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The minimum number of rows of fields
required\"},\"properties15\":{\"name\":\"filter\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Use only if you would like to save raw data, since the default is
best.\"},\"properties16\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Allows form fields which can have as many options as the user
desires.', '', 1, 14, '', 6,
'7139f2c8-a70a-46a6-bbe3-4eefe54ca515'),
(36, 'Provides an input field for an email address.',
'Email',
'{\"properties0\":{\"name\":\"type\",\"example\":\"email\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
email.\"},\"properties1\":{\"name\":\"name\",\"example\":\"email\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Email
Address\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"size\",\"example\":\"10\",\"adjustable\":\"1\",\"description\":\"(optional)
is the width of the text box in characters. If omitted the width is
determined by the browser. The value of size does not limit the number of
characters that may be
entered.\"},\"properties4\":{\"name\":\"maxlength\",\"example\":\"50\",\"adjustable\":\"1\",\"description\":\"(optional)
limits the number of characters that may be
entered.\"},\"properties5\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties6\":{\"name\":\"description\",\"example\":\"Enter
some
description\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties7\":{\"name\":\"class\",\"example\":\"inputbox\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'text_area\'.\"},\"properties8\":{\"name\":\"readonly\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value\"},\"properties9\":{\"name\":\"disabled\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field cannot be changed and will automatically inherit the default
value - it will also not
submit\"},\"properties10\":{\"name\":\"required\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties11\":{\"name\":\"filter\",\"example\":\"STRING\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties12\":{\"name\":\"validate\",\"example\":\"email\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties13\":{\"name\":\"unique\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
Used in validation, to check if we should test for uniqueness, to insure
that this email does not already belong to another user. Check line 99 in
\\/libraries\\/src\\/Form\\/Rule\\/EmailRule.php\"},\"properties14\":{\"name\":\"field\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
used in validation of \\\"equals\\\" to link the field to
match.\"},\"properties15\":{\"name\":\"message\",\"example\":\"Error!
Please add some text
here.\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The error message that will be displayed instead of the default
message.\"},\"properties16\":{\"name\":\"hint\",\"example\":\"your@email.com\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
The placeholder to display inside the text
box.\"},\"properties17\":{\"name\":\"autocomplete\",\"example\":\"on\",\"adjustable\":\"1\",\"description\":\"(optional)
The autocomplete state for the form field.  If \'off\' element
will not be automatically completed by
browser.\"},\"properties18\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties19\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'Email form
field type', '', 1, 7, '', 7,
'35948af5-9e79-4454-8dfa-682ee4fdf650'),
(37, 'Provides a dropdown list of plugin options from the
folder.', 'Plugins',
'{\"properties0\":{\"name\":\"type\",\"example\":\"plugins\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
editors.\"},\"properties1\":{\"name\":\"name\",\"example\":\"editor\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
an
editor\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"default\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
(not translatable) is the default
value.\"},\"properties4\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the
label.\"},\"properties5\":{\"name\":\"multiple\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether multiple items can be selected at the same time (true or
false).\"},\"properties6\":{\"name\":\"folder\",\"example\":\"editors\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
editors or
captcha.\"},\"properties7\":{\"name\":\"filter\",\"example\":\"cmd\",\"adjustable\":\"1\",\"description\":\"(optional)
allow the system to save certain html tags or raw
data.\"},\"properties8\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
show this field on the bases of the value in another field.
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"}}',
'Provides a dropdown list of plugin options from the folder.',
'', 1, 8, '', 8,
'37fa4e1d-b7ca-4a8f-aa4b-d8085c135233'),
(38, 'Provides the use of a captcha plugin.',
'Captcha',
'{\"properties0\":{\"name\":\"type\",\"example\":\"captcha\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
captcha.\"},\"properties3\":{\"name\":\"name\",\"example\":\"captcha\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"validate\",\"example\":\"captcha\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
captcha.\"},\"properties1\":{\"name\":\"label\",\"example\":\"Captcha\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties4\":{\"name\":\"description\",\"example\":\"We
do not like spam, please show us you are
human\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties5\":{\"name\":\"namespace\",\"example\":\"componentbuilder\",\"description\":\"(optional)
the component name seems to work\"}}', 'Captcha robot
check.', '', 1, 2, '', 9,
'206fdad4-14d0-45f1-9c84-3d09abf48a39'),
(39, 'The list form field type provides a drop down list or a list box
of custom-defined entries. If the field has a saved value this is selected
when the page is first loaded. If not, the default value (if any) is
selected.', 'Groupedlist',
'{\"properties0\":{\"name\":\"type\",\"example\":\"groupedlist\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
groupedlist.\"},\"properties1\":{\"name\":\"name\",\"example\":\"mygrouplist\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
field.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Select
an
option\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties5\":{\"name\":\"class\",\"example\":\"list_class\",\"adjustable\":\"1\",\"description\":\"(optional)
is a CSS class name for the HTML form field. If omitted this will default
to
\'inputbox\'.\"},\"properties6\":{\"name\":\"multiple\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
is whether multiple items can be selected at the same time (true or
false).\"},\"properties7\":{\"name\":\"filter\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
filter
options\"},\"properties8\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties9\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties10\":{\"name\":\"option\",\"example\":\"Group
Name@@1,1|Option 1|1,2|Option 2|1,Group Name 2@@2,3|Option
3|2\",\"adjustable\":\"1\",\"description\":\"(mandatory)
set the options of this radio. Separate options with commas and use the
pipe symbol to separate value from
text.\"},\"properties11\":{\"name\":\"useglobal\",\"example\":\"false\",\"adjustable\":\"1\",\"description\":\"(optional)
 if set to true, it will show the value that is set in the global
configuration if found in the
database.\"},\"properties12\":{\"name\":\"default\",\"example\":\"0\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default list item
value.\"},\"properties13\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties14\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'provides a
drop down list of custom-defined entries.', '', 1, 2,
'', 10, '088d47c0-b058-4894-b92e-dcf1b9d5a722'),
(40, 'The modulelayout form field type provides a drop down list of
all available layouts for a module, grouped by core and template. If the
parameter has a saved value this is selected when the page is first loaded.
If not, the default value (if any) is selected.',
'Modulelayout',
'{\"properties0\":{\"name\":\"type\",\"example\":\"modulelayout\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
modulelayout.\"},\"properties1\":{\"name\":\"name\",\"example\":\"layout\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Layout\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"Module
layout\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as a tooltip when the user moves
the mouse over the drop-down
box.\"},\"properties4\":{\"name\":\"module\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a specific module name (e.g.
mod_articles_category).\"},\"properties5\":{\"name\":\"client_id\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional).
If 0 (site): Forces searching for layouts only in directories
\\/modules\\/[MODULENAME]\\/tmpl\\/ and all
\\/templates\\/[TEMPLATENAME]\\/html\\/[MODULENAME]\\/. If 1
(administrator): Forces searching for layouts only in directories
\\/administrator\\/modules\\/[MODULENAME]\\/tmpl\\/ and all
\\/administrator\\/templates\\/[TEMPLATENAME]\\/html\\/[MODULENAME]\\/.\\r\\n\"},\"properties6\":{\"name\":\"template\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
is a template name (e.g. protostar or isis). If set forces searching for
module template overrides only in this template.\"}}',
'modulelayout', '', 1, 1, '', 11,
'7520c8f4-543d-4c7a-8e4f-e2da71c3b1cd'),
(43, 'Provides a combobox field, which offers a list like the List
Form Field Type, but additionally allows free text.',
'Combo',
'{\"properties0\":{\"name\":\"type\",\"example\":\"combo\",\"mandatory\":\"1\",\"description\":\"(mandatory)
must be
combo.\"},\"properties1\":{\"name\":\"name\",\"example\":\"type\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
is the unique name of the
parameter.\"},\"properties2\":{\"name\":\"label\",\"example\":\"Type\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"translatable\":\"1\",\"description\":\"(mandatory)
(translatable) is the descriptive title of the
field.\"},\"properties3\":{\"name\":\"description\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) tooltip for the form
field.\"},\"properties4\":{\"name\":\"message\",\"example\":\"\",\"adjustable\":\"1\",\"translatable\":\"1\",\"description\":\"(optional)
(translatable) is text that will be shown as error on
validation.\"},\"properties5\":{\"name\":\"class\",\"example\":\"combobox\",\"adjustable\":\"1\",\"description\":\"(optional)
specify your own classes for additonal markup, defaults to
\\\"combobox\\\".\"},\"properties6\":{\"name\":\"filter\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
filter
options\"},\"properties7\":{\"name\":\"required\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The field must be filled before submitting the
form.\"},\"properties8\":{\"name\":\"validate\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
The validation method for the form field.  This value will determine which
method is used to validate the value for a
field.\"},\"properties9\":{\"name\":\"option\",\"example\":\"0|Option
1,1|Option 2,2|Option
1\",\"adjustable\":\"1\",\"mandatory\":\"1\",\"description\":\"(mandatory)
set the options of this radio. Separate options with commas and use the
pipe symbol to separate value from
text.\"},\"properties10\":{\"name\":\"default\",\"example\":\"0\",\"adjustable\":\"1\",\"description\":\"(optional)
is the default list item
value.\"},\"properties11\":{\"name\":\"showon\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
Allows you to hide the field based on the value(s) of another field; for
Joomla 3.2.4+
https:\\/\\/joomla.stackexchange.com\\/a\\/17682\\/2166\"},\"properties12\":{\"name\":\"onchange\",\"example\":\"\",\"adjustable\":\"1\",\"description\":\"(optional)
HTML equivalent attribute (javascript use)\"}}', 'Provides a
combobox list field, allows free text.', '', 1, 2,
'', 13, '2c8b128f-7da2-4f55-b1d7-3613f902f590');

--
-- Dumping data for table `#__componentbuilder_language`
--

INSERT INTO `#__componentbuilder_language` (`id`, `langtag`, `name`,
`params`, `published`, `created`, `modified`, `version`, `hits`,
`ordering`) VALUES
(1, 'af-ZA', 'Afrikaans', '', 1,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(2, 'sq-AL', 'Albanian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(3, 'ar-AA', 'Arabic Unitag', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(4, 'hy-AM', 'Armenian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(5, 'id-ID', 'Bahasa Indonesia', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(6, 'eu-ES', 'Basque', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(7, 'be-BY', 'Belarusian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(8, 'bn-BD', 'Bengali', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(9, 'bs-BA', 'Bosnian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(10, 'bg-BG', 'Bulgarian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(11, 'ca-ES', 'Catalan', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(12, 'zh-CN', 'Chinese Simplified', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(13, 'zh-TW', 'Chinese Traditional', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(14, 'hr-HR', 'Croatian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(15, 'cs-CZ', 'Czech', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(16, 'da-DK', 'Danish', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(17, 'prs-AF', 'Dari Persian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(18, 'nl-NL', 'Dutch', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(19, 'dz-BT', 'Dzongkha', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(20, 'en-AU', 'English AU', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(21, 'en-CA', 'English CA', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(22, 'en-GB', 'English GB', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(23, 'en-NZ', 'English NZ', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(24, 'en-US', 'English US', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(25, 'eo-XX', 'Esperanto', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(26, 'et-EE', 'Estonian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(27, 'fi-FI', 'Finnish', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(28, 'nl-BE', 'Flemish', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(29, 'fr-FR', 'French', '', 1,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(30, 'fr-CA', 'French CA', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(31, 'gl-ES', 'Galician', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(32, 'ka-GE', 'Georgian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(33, 'de-AT', 'German AT', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(34, 'de-CH', 'German CH', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(35, 'de-DE', 'German DE', '', 1,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(36, 'de-LI', 'German LI', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(37, 'de-LU', 'German LU', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(38, 'el-GR', 'Greek', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(39, 'he-IL', 'Hebrew', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(40, 'hi-IN', 'Hindi', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(41, 'hu-HU', 'Hungarian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(42, 'ga-IE', 'Irish', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(43, 'it-IT', 'Italian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(44, 'ja-JP', 'Japanese', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(45, 'km-KH', 'Khmer', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(46, 'ko-KR', 'Korean', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(47, 'lv-LV', 'Latvian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(48, 'mk-MK', 'Macedonian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(49, 'ms-MY', 'Malay', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(50, 'srp-ME', 'Montenegrin', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(51, 'nb-NO', 'Norwegian Bokmal', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(52, 'nn-NO', 'Norwegian Nynorsk', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(53, 'fa-IR', 'Persian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(54, 'pl-PL', 'Polish', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(55, 'pt-PT', 'Portuguese', '', 1,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(56, 'pt-BR', 'Portuguese Brazil', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(57, 'ro-RO', 'Romanian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(58, 'ru-RU', 'Russian', '', 1,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 4,
'', 1),
(59, 'sr-RS', 'Serbian Cyrillic', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(60, 'sr-YU', 'Serbian Latin', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(61, 'si-LK', 'Sinhala', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(62, 'sk-SK', 'Slovak', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(63, 'sl-SI', 'Slovenian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(64, 'es-ES', 'Spanish', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(65, 'es-CO', 'Spanish CO', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(66, 'sw-KE', 'Swahili', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(67, 'sv-SE', 'Swedish', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(68, 'sy-IQ', 'Syriac', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(69, 'ta-IN', 'Tamil', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(70, 'th-TH', 'Thai', '', 2, '2018-04-19
13:43:44', '2020-03-19 13:41:00', 3, '', 1),
(71, 'tr-TR', 'Turkish', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(72, 'tk-TM', 'Turkmen', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(73, 'uk-UA', 'Ukrainian', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(74, 'ug-CN', 'Uyghur', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(75, 'vi-VN', 'Vietnamese', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(76, 'cy-GB', 'Welsh', '', 2,
'2018-04-19 13:43:44', '2020-03-19 13:41:00', 3,
'', 1),
(77, 'lt-LT', 'Lithuanian', '', 2,
'2018-09-14 10:39:11', '2020-03-19 13:41:00', 2,
'', 2),
(78, 'kk-KZ', 'Kazakh', '', 2,
'2020-03-19 13:41:00', '0000-00-00 00:00:00', 1,
'', 3);

--
-- Dumping data for table `#__componentbuilder_help_document`
--

INSERT INTO `#__componentbuilder_help_document` (`id`, `admin_view`,
`alias`, `article`, `content`, `groups`, `location`, `site_view`, `target`,
`title`, `type`, `url`, `params`, `published`, `version`, `hits`,
`ordering`) VALUES
(1, 'components', '2016-03-04-02-31-55', '',
'<p>Here as in all Joomla backend list views you can perform all
the common tasks, and
more.</p>\r\n<h3>Create</h3>\r\n<p>You can create a
component by clicking on the\r\n    <button>New</button>button
in the toolbar, this will open a window where you can add all the needed
values to create a new
component.</p>\r\n<h3>Edit</h3>\r\n<p>You can edit
components in two ways.</p>\r\n<ul>\r\n    <li>You can
click on the box next to the component name and then click on the\r\n      
 <button>Edit</button>button in the toolbar; this will open the
component and if you have permission it will give you access to edit the
values of a component.</li>\r\n    <li>You can simply click on
the component name; this will open the component and if you have permission
it will give you access to edit the values of a
component.</li>\r\n</ul>\r\n<h3>Edit
State</h3>\r\n<p>You can publish, unpublish, archive, and trash
any component by clicking in the boxes next the component names and then
click on the corresponding button of the task you want to perform. This
will change the state of all the components you’ve
selected.</p>\r\n<p>If you have trashed a component it is in
the trash and can still be found in the database. To view items that are
still in the trash change the “- Select Status –“ filter to Trashed.
Here you will see the list of trashed components. To completely remove
these components from your system do the following: first select all the
components you want to permanently delete by clicking in the boxes next to
the component names and then click on the\r\n    <button>Empty
trash</button>button in the toolbar. This will permanently delete the
components from the database. On the other hand if you would like to change
the status of the component to publish, unpublish or archive, click in the
boxes next to the component names and then click on the corresponding
button of the task you want to perform. This will change the state of all
the components you’ve
selected.</p>\r\n<h3>Check-in</h3>\r\n<p>When
another user on your Joomla website opens a component the system checks the
component out to that user. A little lock will show up next to the
component name. When you hover over the lock it will show to you who
checked it out and when.</p>\r\n<p>Component builder adds a
nice feature to all its components that is called the auto check-in
feature. This feature has a time setting that you can update in the
component\'s global settings.</p>\r\n<p>If this feature
has not yet checked-in any of the components that you as the administrator
wants to open you can force a check-in by clicking in the boxes next to the
component names and then click on the\r\n   
<button>Check-in</button>button in the toolbar, or simply click
on the little lock. This will then check in the component, which will mean
that it removes the component from the user who checked it out before you.
Remember that they will lose all changes they have made if they have not
yet clicked save. This can cause very unpleasant circumstances, so only use
this feature if you are absolutely sure you know what you are
doing.</p>\r\n<h3>Batch Feature</h3>\r\n<p>You can
use the Batch feature to update or copy many components at once by clicking
in the boxes next the component names and then click on the\r\n   
<button>Batch</button>button in the toolbar. This will open a
popup window with multiple dropdown options of fields you can change with
the batch feature. You can then select update or copy depending of your
desired task and finally click on the\r\n   
<button>Process</button>button. Once completed this batch
feature will have either copied or updated all the components according to
the task you selected.</p>\r\n<h3>Export &
Import</h3>\r\n<p>The export and import feature is some of the
most exciting features to the list view of components. With them you can
update and create many components at
once.</p>\r\n<h3>Export</h3>\r\n<p>The export
option only exports the components selected. So to export all components
you must change the limited number of components that are being loaded to
\"All\". The box that limits the number of components being
loaded is found on the right top corner of the page. Simply change it from
the number to “All” and the page should now reload with all the
component records from the database, excluding those in trash. If you want
those also to load you must change the “- Select Status –“ filter to
“All” as well. Now you can click on the tick box at the very top of the
table. This should select all the components. Next click on the\r\n   
<button>Export Date</button>button in the toolbar. This should
open a download window and you can select to save the excel file to your
computer.</p>\r\n<h3>Import</h3>\r\n<p>The import
option can be used to create components or update existing components. The
way to update existing components is to use the same id as the component
you want to update. Best way to do this is to first export the components
you want to update and then make the changes you have in mind in the excel
document without removing or changing the id. To instead create new
components via an import, simple leave the id field
empty.</p>\r\n<p>So once you have your excel document ready you
will again open the list view of components and click on the\r\n   
<button>Import Data</button>button in the toolbar. This will
open a page where you can select the excel file on your computer as an
upload, or on the server in a directory, or at any direct url to the excel
document.</p>\r\n<p>Once you have the file selected you can
click on the\r\n    <button>Upload File</button> or\r\n   
<button>Get File</button>button depending on the method you
have chosen. When file has successfully been uploaded or retrieved a new
window will open where you can map the excel document headers of each
column to the field names used in the database. Usually if you’re using
an exported version of the excel document this mapping will be done for
you, yet if you have changed any of the header names you may need to set
these field relationships manually. There is an option to ignore a column
in the case when you want to leave a field totally
unchanged.</p>\r\n<p>When the field to column relationship has
correctly been mapped you can click on the\r\n   
<button>continue</button>button at the bottom of the page. This
should return you to the list view of components with a success
message.</p>\r\n<h3>Debug</h3>\r\n<p>In the event
that any of the above features did not work as expected, please read the
error message carefully since it should usually give you enough information
to why your request could not be processed. Subsequently if you are still
not able to perform the request after making all needed corrections
according to the error messages, then please contact your system
administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Components', 2,
'', '', 1, 12, '', 1),
(2, 'admin_views',
'welcome-to-the-list-view-of-admin-views', '',
'<p>Here as in all Joomla backend list views you can perform all
the common tasks, and more.</p> <h3>Create</h3>
<p>You can create an admin view by clicking on the
<button>New</button> button in the toolbar, this will open a
window where you can add all the needed values to create a new admin
view.</p> <h3>Edit</h3> <p>You can edit admin views
in two ways.</p> <ul> <li>You can click on the box next
to the admin view name and then click on the
<button>Edit</button> button in the toolbar; this will open the
admin view and if you have permission it will give you access to edit the
values of an admin view.</li> <li>You can simply click on the
admin view name; this will open the admin view and if you have permission
it will give you access to edit the values of an admin view.</li>
</ul> <h3>Edit State</h3> <p>You can publish,
unpublish, archive, and trash any admin view by clicking in the boxes next
the admin view names and then click on the corresponding button of the task
you want to perform. This will change the state of all the admin views
you’ve selected.</p> <p>If you have trashed an admin view it
is in the trash and can still be found in the database. To view items that
are still in the trash change the “- Select Status –“ filter to
Trashed. Here you will see the list of trashed admin views. To completely
remove these admin views from your system do the following: first select
all the admin views you want to permanently delete by clicking in the boxes
next to the admin view names and then click on the <button>Empty
trash</button> button in the toolbar. This will permanently delete
the admin views from the database. On the other hand if you would like to
change the status of the admin view to publish, unpublish or archive, click
in the boxes next to the admin view names and then click on the
corresponding button of the task you want to perform. This will change the
state of all the admin views you’ve selected.</p>
<h3>Check-in</h3> <p>When another user on your Joomla
website opens an admin view the system checks the admin view out to that
user. A little lock will show up next to the admin view name. When you
hover over the lock it will show to you who checked it out and
when.</p> <p>Component builder adds a nice feature to all its
components that is called the auto check-in feature. This feature has a
time setting that you can update in the component\'s global
settings.</p> <p>If this feature has not yet checked-in any of
the admin views that you as the administrator wants to open you can force a
check-in by clicking in the boxes next to the admin view names and then
click on the <button>Check-in</button> button in the toolbar,
or simply click on the little lock. This will then check in the admin view,
which will mean that it removes the admin view from the user who checked it
out before you. Remember that they will lose all changes they have made if
they have not yet clicked save. This can cause very unpleasant
circumstances, so only use this feature if you are absolutely sure you know
what you are doing.</p> <h3>Batch Feature</h3>
<p>You can use the Batch feature to update or copy many admin views
at once by clicking in the boxes next the admin view names and then click
on the <button>Batch</button> button in the toolbar. This will
open a popup window with multiple dropdown options of fields you can change
with the batch feature. You can then select update or copy depending of
your desired task and finally click on the
<button>Process</button> button. Once completed this batch
feature will have either copied or updated all the admin views according to
the task you selected.</p> <h3>Export & Import</h3>
<p>The export and import feature is some of the most exciting
features to the list view of admin views. With them you can update and
create many admin views at once.</p> <h3>Export</h3>
<p>The export option only exports the admin views selected. So to
export all admin views you must change the limited number of admin views
that are being loaded to \"All\". The box that limits the number
of admin views being loaded is found on the right top corner of the page.
Simply change it from the number to “All” and the page should now
reload with all the admin view records from the database, excluding those
in trash. If you want those also to load you must change the “- Select
Status –“ filter to “All” as well. Now you can click on the tick
box at the very top of the table. This should select all the admin views.
Next click on the <button>Export Date</button> button in the
toolbar. This should open a download window and you can select to save the
excel file to your computer.</p> <h3>Import</h3>
<p>The import option can be used to create admin views or update
existing admin views. The way to update existing admin views is to use the
same id as the admin view you want to update. Best way to do this is to
first export the admin views you want to update and then make the changes
you have in mind in the excel document without removing or changing the id.
To instead create new admin views via an import, simple leave the id field
empty.</p> <p>So once you have your excel document ready you
will again open the list view of admin views and click on the
<button>Import Data</button> button in the toolbar. This will
open a page where you can select the excel file on your computer as an
upload, or on the server in a directory, or at any direct url to the excel
document.</p> <p>Once you have the file selected you can click
on the <button>Upload File</button> or <button>Get
File</button> button depending on the method you have chosen. When
file has successfully been uploaded or retrieved a new window will open
where you can map the excel document headers of each column to the field
names used in the database. Usually if you’re using an exported version
of the excel document this mapping will be done for you, yet if you have
changed any of the header names you may need to set these field
relationships manually. There is an option to ignore a column in the case
when you want to leave a field totally unchanged.</p> <p>When
the field to column relationship has correctly been mapped you can click on
the <button>continue</button> button at the bottom of the page.
This should return you to the list view of admin views with a success
message.</p> <h3>Debug</h3> <p>In the event that
any of the above features did not work as expected, please read the error
message carefully since it should usually give you enough information to
why your request could not be processed. Subsequently if you are still not
able to perform the request after making all needed corrections according
to the error messages, then please contact your system
administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Admin Views', 2,
'', '', 1, 5, '', 2),
(3, 'custom_admin_views',
'welcome-to-the-list-view-of-custom-admin-views', '',
'<p>Here as in all Joomla backend list views you can perform all
the common tasks, and more.</p> <h3>Create</h3>
<p>You can create a custom admin view by clicking on the
<button>New</button> button in the toolbar, this will open a
window where you can add all the needed values to create a new custom admin
view.</p> <h3>Edit</h3> <p>You can edit custom
admin views in two ways.</p> <ul> <li>You can click on
the box next to the custom admin view name and then click on the
<button>Edit</button> button in the toolbar; this will open the
custom admin view and if you have permission it will give you access to
edit the values of a custom admin view.</li> <li>You can simply
click on the custom admin view name; this will open the custom admin view
and if you have permission it will give you access to edit the values of a
custom admin view.</li> </ul> <h3>Edit State</h3>
<p>You can publish, unpublish, archive, and trash any custom admin
view by clicking in the boxes next the custom admin view names and then
click on the corresponding button of the task you want to perform. This
will change the state of all the custom admin views you’ve
selected.</p> <p>If you have trashed a custom admin view it is
in the trash and can still be found in the database. To view items that are
still in the trash change the “- Select Status –“ filter to Trashed.
Here you will see the list of trashed custom admin views. To completely
remove these custom admin views from your system do the following: first
select all the custom admin views you want to permanently delete by
clicking in the boxes next to the custom admin view names and then click on
the <button>Empty trash</button> button in the toolbar. This
will permanently delete the custom admin views from the database. On the
other hand if you would like to change the status of the custom admin view
to publish, unpublish or archive, click in the boxes next to the custom
admin view names and then click on the corresponding button of the task you
want to perform. This will change the state of all the custom admin views
you’ve selected.</p> <h3>Check-in</h3> <p>When
another user on your Joomla website opens a custom admin view the system
checks the custom admin view out to that user. A little lock will show up
next to the custom admin view name. When you hover over the lock it will
show to you who checked it out and when.</p> <p>Component
builder adds a nice feature to all its components that is called the auto
check-in feature. This feature has a time setting that you can update in
the component\'s global settings.</p> <p>If this feature
has not yet checked-in any of the custom admin views that you as the
administrator wants to open you can force a check-in by clicking in the
boxes next to the custom admin view names and then click on the
<button>Check-in</button> button in the toolbar, or simply
click on the little lock. This will then check in the custom admin view,
which will mean that it removes the custom admin view from the user who
checked it out before you. Remember that they will lose all changes they
have made if they have not yet clicked save. This can cause very unpleasant
circumstances, so only use this feature if you are absolutely sure you know
what you are doing.</p> <h3>Batch Feature</h3>
<p>You can use the Batch feature to update or copy many custom admin
views at once by clicking in the boxes next the custom admin view names and
then click on the <button>Batch</button> button in the toolbar.
This will open a popup window with multiple dropdown options of fields you
can change with the batch feature. You can then select update or copy
depending of your desired task and finally click on the
<button>Process</button> button. Once completed this batch
feature will have either copied or updated all the custom admin views
according to the task you selected.</p> <h3>Export &
Import</h3> <p>The export and import feature is some of the
most exciting features to the list view of custom admin views. With them
you can update and create many custom admin views at once.</p>
<h3>Export</h3> <p>The export option only exports the
custom admin views selected. So to export all custom admin views you must
change the limited number of custom admin views that are being loaded to
\"All\". The box that limits the number of custom admin views
being loaded is found on the right top corner of the page. Simply change it
from the number to “All” and the page should now reload with all the
custom admin view records from the database, excluding those in trash. If
you want those also to load you must change the “- Select Status –“
filter to “All” as well. Now you can click on the tick box at the very
top of the table. This should select all the custom admin views. Next click
on the <button>Export Date</button> button in the toolbar. This
should open a download window and you can select to save the excel file to
your computer.</p> <h3>Import</h3> <p>The import
option can be used to create custom admin views or update existing custom
admin views. The way to update existing custom admin views is to use the
same id as the custom admin view you want to update. Best way to do this is
to first export the custom admin views you want to update and then make the
changes you have in mind in the excel document without removing or changing
the id. To instead create new custom admin views via an import, simple
leave the id field empty.</p> <p>So once you have your excel
document ready you will again open the list view of custom admin views and
click on the <button>Import Data</button> button in the
toolbar. This will open a page where you can select the excel file on your
computer as an upload, or on the server in a directory, or at any direct
url to the excel document.</p> <p>Once you have the file
selected you can click on the <button>Upload File</button> or
<button>Get File</button> button depending on the method you
have chosen. When file has successfully been uploaded or retrieved a new
window will open where you can map the excel document headers of each
column to the field names used in the database. Usually if you’re using
an exported version of the excel document this mapping will be done for
you, yet if you have changed any of the header names you may need to set
these field relationships manually. There is an option to ignore a column
in the case when you want to leave a field totally unchanged.</p>
<p>When the field to column relationship has correctly been mapped
you can click on the <button>continue</button> button at the
bottom of the page. This should return you to the list view of custom admin
views with a success message.</p> <h3>Debug</h3>
<p>In the event that any of the above features did not work as
expected, please read the error message carefully since it should usually
give you enough information to why your request could not be processed.
Subsequently if you are still not able to perform the request after making
all needed corrections according to the error messages, then please contact
your system administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Custom Admin
Views', 2, '', '', 1, 4, '', 3),
(4, 'site_views',
'welcome-to-the-list-view-of-site-views', '',
'<p>Here as in all Joomla backend list views you can perform all
the common tasks, and more.</p> <h3>Create</h3>
<p>You can create a site view by clicking on the
<button>New</button> button in the toolbar, this will open a
window where you can add all the needed values to create a new site
view.</p> <h3>Edit</h3> <p>You can edit site views
in two ways.</p> <ul> <li>You can click on the box next
to the site view name and then click on the
<button>Edit</button> button in the toolbar; this will open the
site view and if you have permission it will give you access to edit the
values of a site view.</li> <li>You can simply click on the
site view name; this will open the site view and if you have permission it
will give you access to edit the values of a site view.</li>
</ul> <h3>Edit State</h3> <p>You can publish,
unpublish, archive, and trash any site view by clicking in the boxes next
the site view names and then click on the corresponding button of the task
you want to perform. This will change the state of all the site views
you’ve selected.</p> <p>If you have trashed a site view it is
in the trash and can still be found in the database. To view items that are
still in the trash change the “- Select Status –“ filter to Trashed.
Here you will see the list of trashed site views. To completely remove
these site views from your system do the following: first select all the
site views you want to permanently delete by clicking in the boxes next to
the site view names and then click on the <button>Empty
trash</button> button in the toolbar. This will permanently delete
the site views from the database. On the other hand if you would like to
change the status of the site view to publish, unpublish or archive, click
in the boxes next to the site view names and then click on the
corresponding button of the task you want to perform. This will change the
state of all the site views you’ve selected.</p>
<h3>Check-in</h3> <p>When another user on your Joomla
website opens a site view the system checks the site view out to that user.
A little lock will show up next to the site view name. When you hover over
the lock it will show to you who checked it out and when.</p>
<p>Component builder adds a nice feature to all its components that
is called the auto check-in feature. This feature has a time setting that
you can update in the component\'s global settings.</p>
<p>If this feature has not yet checked-in any of the site views that
you as the administrator wants to open you can force a check-in by clicking
in the boxes next to the site view names and then click on the
<button>Check-in</button> button in the toolbar, or simply
click on the little lock. This will then check in the site view, which will
mean that it removes the site view from the user who checked it out before
you. Remember that they will lose all changes they have made if they have
not yet clicked save. This can cause very unpleasant circumstances, so only
use this feature if you are absolutely sure you know what you are
doing.</p> <h3>Batch Feature</h3> <p>You can use
the Batch feature to update or copy many site views at once by clicking in
the boxes next the site view names and then click on the
<button>Batch</button> button in the toolbar. This will open a
popup window with multiple dropdown options of fields you can change with
the batch feature. You can then select update or copy depending of your
desired task and finally click on the <button>Process</button>
button. Once completed this batch feature will have either copied or
updated all the site views according to the task you selected.</p>
<h3>Export & Import</h3> <p>The export and import
feature is some of the most exciting features to the list view of site
views. With them you can update and create many site views at
once.</p> <h3>Export</h3> <p>The export option only
exports the site views selected. So to export all site views you must
change the limited number of site views that are being loaded to
\"All\". The box that limits the number of site views being
loaded is found on the right top corner of the page. Simply change it from
the number to “All” and the page should now reload with all the site
view records from the database, excluding those in trash. If you want those
also to load you must change the “- Select Status –“ filter to
“All” as well. Now you can click on the tick box at the very top of the
table. This should select all the site views. Next click on the
<button>Export Date</button> button in the toolbar. This should
open a download window and you can select to save the excel file to your
computer.</p> <h3>Import</h3> <p>The import option
can be used to create site views or update existing site views. The way to
update existing site views is to use the same id as the site view you want
to update. Best way to do this is to first export the site views you want
to update and then make the changes you have in mind in the excel document
without removing or changing the id. To instead create new site views via
an import, simple leave the id field empty.</p> <p>So once you
have your excel document ready you will again open the list view of site
views and click on the <button>Import Data</button> button in
the toolbar. This will open a page where you can select the excel file on
your computer as an upload, or on the server in a directory, or at any
direct url to the excel document.</p> <p>Once you have the file
selected you can click on the <button>Upload File</button> or
<button>Get File</button> button depending on the method you
have chosen. When file has successfully been uploaded or retrieved a new
window will open where you can map the excel document headers of each
column to the field names used in the database. Usually if you’re using
an exported version of the excel document this mapping will be done for
you, yet if you have changed any of the header names you may need to set
these field relationships manually. There is an option to ignore a column
in the case when you want to leave a field totally unchanged.</p>
<p>When the field to column relationship has correctly been mapped
you can click on the <button>continue</button> button at the
bottom of the page. This should return you to the list view of site views
with a success message.</p> <h3>Debug</h3> <p>In
the event that any of the above features did not work as expected, please
read the error message carefully since it should usually give you enough
information to why your request could not be processed. Subsequently if you
are still not able to perform the request after making all needed
corrections according to the error messages, then please contact your
system administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Site Views', 2,
'', '', 1, 3, '', 4),
(5, 'templates',
'welcome-to-the-list-view-of-templates', '',
'<p>Here as in all Joomla backend list views you can perform all
the common tasks, and more.</p> <h3>Create</h3>
<p>You can create a template by clicking on the
<button>New</button> button in the toolbar, this will open a
window where you can add all the needed values to create a new
template.</p> <h3>Edit</h3> <p>You can edit
templates in two ways.</p> <ul> <li>You can click on the
box next to the template name and then click on the
<button>Edit</button> button in the toolbar; this will open the
template and if you have permission it will give you access to edit the
values of a template.</li> <li>You can simply click on the
template name; this will open the template and if you have permission it
will give you access to edit the values of a template.</li>
</ul> <h3>Edit State</h3> <p>You can publish,
unpublish, archive, and trash any template by clicking in the boxes next
the template names and then click on the corresponding button of the task
you want to perform. This will change the state of all the templates
you’ve selected.</p> <p>If you have trashed a template it is
in the trash and can still be found in the database. To view items that are
still in the trash change the “- Select Status –“ filter to Trashed.
Here you will see the list of trashed templates. To completely remove these
templates from your system do the following: first select all the templates
you want to permanently delete by clicking in the boxes next to the
template names and then click on the <button>Empty
trash</button> button in the toolbar. This will permanently delete
the templates from the database. On the other hand if you would like to
change the status of the template to publish, unpublish or archive, click
in the boxes next to the template names and then click on the corresponding
button of the task you want to perform. This will change the state of all
the templates you’ve selected.</p> <h3>Check-in</h3>
<p>When another user on your Joomla website opens a template the
system checks the template out to that user. A little lock will show up
next to the template name. When you hover over the lock it will show to you
who checked it out and when.</p> <p>Component builder adds a
nice feature to all its components that is called the auto check-in
feature. This feature has a time setting that you can update in the
component\'s global settings.</p> <p>If this feature has
not yet checked-in any of the templates that you as the administrator wants
to open you can force a check-in by clicking in the boxes next to the
template names and then click on the <button>Check-in</button>
button in the toolbar, or simply click on the little lock. This will then
check in the template, which will mean that it removes the template from
the user who checked it out before you. Remember that they will lose all
changes they have made if they have not yet clicked save. This can cause
very unpleasant circumstances, so only use this feature if you are
absolutely sure you know what you are doing.</p> <h3>Batch
Feature</h3> <p>You can use the Batch feature to update or copy
many templates at once by clicking in the boxes next the template names and
then click on the <button>Batch</button> button in the toolbar.
This will open a popup window with multiple dropdown options of fields you
can change with the batch feature. You can then select update or copy
depending of your desired task and finally click on the
<button>Process</button> button. Once completed this batch
feature will have either copied or updated all the templates according to
the task you selected.</p> <h3>Export & Import</h3>
<p>The export and import feature is some of the most exciting
features to the list view of templates. With them you can update and create
many templates at once.</p> <h3>Export</h3> <p>The
export option only exports the templates selected. So to export all
templates you must change the limited number of templates that are being
loaded to \"All\". The box that limits the number of templates
being loaded is found on the right top corner of the page. Simply change it
from the number to “All” and the page should now reload with all the
template records from the database, excluding those in trash. If you want
those also to load you must change the “- Select Status –“ filter to
“All” as well. Now you can click on the tick box at the very top of the
table. This should select all the templates. Next click on the
<button>Export Date</button> button in the toolbar. This should
open a download window and you can select to save the excel file to your
computer.</p> <h3>Import</h3> <p>The import option
can be used to create templates or update existing templates. The way to
update existing templates is to use the same id as the template you want to
update. Best way to do this is to first export the templates you want to
update and then make the changes you have in mind in the excel document
without removing or changing the id. To instead create new templates via an
import, simple leave the id field empty.</p> <p>So once you
have your excel document ready you will again open the list view of
templates and click on the <button>Import Data</button> button
in the toolbar. This will open a page where you can select the excel file
on your computer as an upload, or on the server in a directory, or at any
direct url to the excel document.</p> <p>Once you have the file
selected you can click on the <button>Upload File</button> or
<button>Get File</button> button depending on the method you
have chosen. When file has successfully been uploaded or retrieved a new
window will open where you can map the excel document headers of each
column to the field names used in the database. Usually if you’re using
an exported version of the excel document this mapping will be done for
you, yet if you have changed any of the header names you may need to set
these field relationships manually. There is an option to ignore a column
in the case when you want to leave a field totally unchanged.</p>
<p>When the field to column relationship has correctly been mapped
you can click on the <button>continue</button> button at the
bottom of the page. This should return you to the list view of templates
with a success message.</p> <h3>Debug</h3> <p>In
the event that any of the above features did not work as expected, please
read the error message carefully since it should usually give you enough
information to why your request could not be processed. Subsequently if you
are still not able to perform the request after making all needed
corrections according to the error messages, then please contact your
system administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Templates', 2,
'', '', 1, 4, '', 5),
(6, 'layouts', 'welcome-to-the-list-view-of-layouts',
'', '<p>Here as in all Joomla backend list views you
can perform all the common tasks, and more.</p>
<h3>Create</h3> <p>You can create a layout by clicking on
the <button>New</button> button in the toolbar, this will open
a window where you can add all the needed values to create a new
layout.</p> <h3>Edit</h3> <p>You can edit layouts
in two ways.</p> <ul> <li>You can click on the box next
to the layout name and then click on the <button>Edit</button>
button in the toolbar; this will open the layout and if you have permission
it will give you access to edit the values of a layout.</li>
<li>You can simply click on the layout name; this will open the
layout and if you have permission it will give you access to edit the
values of a layout.</li> </ul> <h3>Edit State</h3>
<p>You can publish, unpublish, archive, and trash any layout by
clicking in the boxes next the layout names and then click on the
corresponding button of the task you want to perform. This will change the
state of all the layouts you’ve selected.</p> <p>If you have
trashed a layout it is in the trash and can still be found in the database.
To view items that are still in the trash change the “- Select Status
–“ filter to Trashed. Here you will see the list of trashed layouts. To
completely remove these layouts from your system do the following: first
select all the layouts you want to permanently delete by clicking in the
boxes next to the layout names and then click on the <button>Empty
trash</button> button in the toolbar. This will permanently delete
the layouts from the database. On the other hand if you would like to
change the status of the layout to publish, unpublish or archive, click in
the boxes next to the layout names and then click on the corresponding
button of the task you want to perform. This will change the state of all
the layouts you’ve selected.</p> <h3>Check-in</h3>
<p>When another user on your Joomla website opens a layout the system
checks the layout out to that user. A little lock will show up next to the
layout name. When you hover over the lock it will show to you who checked
it out and when.</p> <p>Component builder adds a nice feature
to all its components that is called the auto check-in feature. This
feature has a time setting that you can update in the component\'s
global settings.</p> <p>If this feature has not yet checked-in
any of the layouts that you as the administrator wants to open you can
force a check-in by clicking in the boxes next to the layout names and then
click on the <button>Check-in</button> button in the toolbar,
or simply click on the little lock. This will then check in the layout,
which will mean that it removes the layout from the user who checked it out
before you. Remember that they will lose all changes they have made if they
have not yet clicked save. This can cause very unpleasant circumstances, so
only use this feature if you are absolutely sure you know what you are
doing.</p> <h3>Batch Feature</h3> <p>You can use
the Batch feature to update or copy many layouts at once by clicking in the
boxes next the layout names and then click on the
<button>Batch</button> button in the toolbar. This will open a
popup window with multiple dropdown options of fields you can change with
the batch feature. You can then select update or copy depending of your
desired task and finally click on the <button>Process</button>
button. Once completed this batch feature will have either copied or
updated all the layouts according to the task you selected.</p>
<h3>Export & Import</h3> <p>The export and import
feature is some of the most exciting features to the list view of layouts.
With them you can update and create many layouts at once.</p>
<h3>Export</h3> <p>The export option only exports the
layouts selected. So to export all layouts you must change the limited
number of layouts that are being loaded to \"All\". The box that
limits the number of layouts being loaded is found on the right top corner
of the page. Simply change it from the number to “All” and the page
should now reload with all the layout records from the database, excluding
those in trash. If you want those also to load you must change the “-
Select Status –“ filter to “All” as well. Now you can click on the
tick box at the very top of the table. This should select all the layouts.
Next click on the <button>Export Date</button> button in the
toolbar. This should open a download window and you can select to save the
excel file to your computer.</p> <h3>Import</h3>
<p>The import option can be used to create layouts or update existing
layouts. The way to update existing layouts is to use the same id as the
layout you want to update. Best way to do this is to first export the
layouts you want to update and then make the changes you have in mind in
the excel document without removing or changing the id. To instead create
new layouts via an import, simple leave the id field empty.</p>
<p>So once you have your excel document ready you will again open the
list view of layouts and click on the <button>Import
Data</button> button in the toolbar. This will open a page where you
can select the excel file on your computer as an upload, or on the server
in a directory, or at any direct url to the excel document.</p>
<p>Once you have the file selected you can click on the
<button>Upload File</button> or <button>Get
File</button> button depending on the method you have chosen. When
file has successfully been uploaded or retrieved a new window will open
where you can map the excel document headers of each column to the field
names used in the database. Usually if you’re using an exported version
of the excel document this mapping will be done for you, yet if you have
changed any of the header names you may need to set these field
relationships manually. There is an option to ignore a column in the case
when you want to leave a field totally unchanged.</p> <p>When
the field to column relationship has correctly been mapped you can click on
the <button>continue</button> button at the bottom of the page.
This should return you to the list view of layouts with a success
message.</p> <h3>Debug</h3> <p>In the event that
any of the above features did not work as expected, please read the error
message carefully since it should usually give you enough information to
why your request could not be processed. Subsequently if you are still not
able to perform the request after making all needed corrections according
to the error messages, then please contact your system
administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Layouts', 2,
'', '', 1, 3, '', 6),
(7, 'dynamic_gets',
'welcome-to-the-list-view-of-dynamic-gets', '',
'<p>Here as in all Joomla backend list views you can perform all
the common tasks, and more.</p> <h3>Create</h3>
<p>You can create a dynamic get by clicking on the
<button>New</button> button in the toolbar, this will open a
window where you can add all the needed values to create a new dynamic
get.</p> <h3>Edit</h3> <p>You can edit dynamic gets
in two ways.</p> <ul> <li>You can click on the box next
to the dynamic get name and then click on the
<button>Edit</button> button in the toolbar; this will open the
dynamic get and if you have permission it will give you access to edit the
values of a dynamic get.</li> <li>You can simply click on the
dynamic get name; this will open the dynamic get and if you have permission
it will give you access to edit the values of a dynamic get.</li>
</ul> <h3>Edit State</h3> <p>You can publish,
unpublish, archive, and trash any dynamic get by clicking in the boxes next
the dynamic get names and then click on the corresponding button of the
task you want to perform. This will change the state of all the dynamic
gets you’ve selected.</p> <p>If you have trashed a dynamic
get it is in the trash and can still be found in the database. To view
items that are still in the trash change the “- Select Status –“
filter to Trashed. Here you will see the list of trashed dynamic gets. To
completely remove these dynamic gets from your system do the following:
first select all the dynamic gets you want to permanently delete by
clicking in the boxes next to the dynamic get names and then click on the
<button>Empty trash</button> button in the toolbar. This will
permanently delete the dynamic gets from the database. On the other hand if
you would like to change the status of the dynamic get to publish,
unpublish or archive, click in the boxes next to the dynamic get names and
then click on the corresponding button of the task you want to perform.
This will change the state of all the dynamic gets you’ve
selected.</p> <h3>Check-in</h3> <p>When another
user on your Joomla website opens a dynamic get the system checks the
dynamic get out to that user. A little lock will show up next to the
dynamic get name. When you hover over the lock it will show to you who
checked it out and when.</p> <p>Component builder adds a nice
feature to all its components that is called the auto check-in feature.
This feature has a time setting that you can update in the
component\'s global settings.</p> <p>If this feature has
not yet checked-in any of the dynamic gets that you as the administrator
wants to open you can force a check-in by clicking in the boxes next to the
dynamic get names and then click on the
<button>Check-in</button> button in the toolbar, or simply
click on the little lock. This will then check in the dynamic get, which
will mean that it removes the dynamic get from the user who checked it out
before you. Remember that they will lose all changes they have made if they
have not yet clicked save. This can cause very unpleasant circumstances, so
only use this feature if you are absolutely sure you know what you are
doing.</p> <h3>Batch Feature</h3> <p>You can use
the Batch feature to update or copy many dynamic gets at once by clicking
in the boxes next the dynamic get names and then click on the
<button>Batch</button> button in the toolbar. This will open a
popup window with multiple dropdown options of fields you can change with
the batch feature. You can then select update or copy depending of your
desired task and finally click on the <button>Process</button>
button. Once completed this batch feature will have either copied or
updated all the dynamic gets according to the task you selected.</p>
<h3>Export & Import</h3> <p>The export and import
feature is some of the most exciting features to the list view of dynamic
gets. With them you can update and create many dynamic gets at
once.</p> <h3>Export</h3> <p>The export option only
exports the dynamic gets selected. So to export all dynamic gets you must
change the limited number of dynamic gets that are being loaded to
\"All\". The box that limits the number of dynamic gets being
loaded is found on the right top corner of the page. Simply change it from
the number to “All” and the page should now reload with all the dynamic
get records from the database, excluding those in trash. If you want those
also to load you must change the “- Select Status –“ filter to
“All” as well. Now you can click on the tick box at the very top of the
table. This should select all the dynamic gets. Next click on the
<button>Export Date</button> button in the toolbar. This should
open a download window and you can select to save the excel file to your
computer.</p> <h3>Import</h3> <p>The import option
can be used to create dynamic gets or update existing dynamic gets. The way
to update existing dynamic gets is to use the same id as the dynamic get
you want to update. Best way to do this is to first export the dynamic gets
you want to update and then make the changes you have in mind in the excel
document without removing or changing the id. To instead create new dynamic
gets via an import, simple leave the id field empty.</p> <p>So
once you have your excel document ready you will again open the list view
of dynamic gets and click on the <button>Import Data</button>
button in the toolbar. This will open a page where you can select the excel
file on your computer as an upload, or on the server in a directory, or at
any direct url to the excel document.</p> <p>Once you have the
file selected you can click on the <button>Upload File</button>
or <button>Get File</button> button depending on the method you
have chosen. When file has successfully been uploaded or retrieved a new
window will open where you can map the excel document headers of each
column to the field names used in the database. Usually if you’re using
an exported version of the excel document this mapping will be done for
you, yet if you have changed any of the header names you may need to set
these field relationships manually. There is an option to ignore a column
in the case when you want to leave a field totally unchanged.</p>
<p>When the field to column relationship has correctly been mapped
you can click on the <button>continue</button> button at the
bottom of the page. This should return you to the list view of dynamic gets
with a success message.</p> <h3>Debug</h3> <p>In
the event that any of the above features did not work as expected, please
read the error message carefully since it should usually give you enough
information to why your request could not be processed. Subsequently if you
are still not able to perform the request after making all needed
corrections according to the error messages, then please contact your
system administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Dynamic Gets', 2,
'', '', 1, 3, '', 7),
(8, 'snippets', 'welcome-to-the-list-view-of-snippets',
'', '<p>Here as in all Joomla backend list views you
can perform all the common tasks, and more.</p>
<h3>Create</h3> <p>You can create a snippet by clicking
on the <button>New</button> button in the toolbar, this will
open a window where you can add all the needed values to create a new
snippet.</p> <h3>Edit</h3> <p>You can edit snippets
in two ways.</p> <ul> <li>You can click on the box next
to the snippet name and then click on the <button>Edit</button>
button in the toolbar; this will open the snippet and if you have
permission it will give you access to edit the values of a
snippet.</li> <li>You can simply click on the snippet name;
this will open the snippet and if you have permission it will give you
access to edit the values of a snippet.</li> </ul>
<h3>Edit State</h3> <p>You can publish, unpublish,
archive, and trash any snippet by clicking in the boxes next the snippet
names and then click on the corresponding button of the task you want to
perform. This will change the state of all the snippets you’ve
selected.</p> <p>If you have trashed a snippet it is in the
trash and can still be found in the database. To view items that are still
in the trash change the “- Select Status –“ filter to Trashed. Here
you will see the list of trashed snippets. To completely remove these
snippets from your system do the following: first select all the snippets
you want to permanently delete by clicking in the boxes next to the snippet
names and then click on the <button>Empty trash</button> button
in the toolbar. This will permanently delete the snippets from the
database. On the other hand if you would like to change the status of the
snippet to publish, unpublish or archive, click in the boxes next to the
snippet names and then click on the corresponding button of the task you
want to perform. This will change the state of all the snippets you’ve
selected.</p> <h3>Check-in</h3> <p>When another
user on your Joomla website opens a snippet the system checks the snippet
out to that user. A little lock will show up next to the snippet name. When
you hover over the lock it will show to you who checked it out and
when.</p> <p>Component builder adds a nice feature to all its
components that is called the auto check-in feature. This feature has a
time setting that you can update in the component\'s global
settings.</p> <p>If this feature has not yet checked-in any of
the snippets that you as the administrator wants to open you can force a
check-in by clicking in the boxes next to the snippet names and then click
on the <button>Check-in</button> button in the toolbar, or
simply click on the little lock. This will then check in the snippet, which
will mean that it removes the snippet from the user who checked it out
before you. Remember that they will lose all changes they have made if they
have not yet clicked save. This can cause very unpleasant circumstances, so
only use this feature if you are absolutely sure you know what you are
doing.</p> <h3>Batch Feature</h3> <p>You can use
the Batch feature to update or copy many snippets at once by clicking in
the boxes next the snippet names and then click on the
<button>Batch</button> button in the toolbar. This will open a
popup window with multiple dropdown options of fields you can change with
the batch feature. You can then select update or copy depending of your
desired task and finally click on the <button>Process</button>
button. Once completed this batch feature will have either copied or
updated all the snippets according to the task you selected.</p>
<h3>Export & Import</h3> <p>The export and import
feature is some of the most exciting features to the list view of snippets.
With them you can update and create many snippets at once.</p>
<h3>Export</h3> <p>The export option only exports the
snippets selected. So to export all snippets you must change the limited
number of snippets that are being loaded to \"All\". The box that
limits the number of snippets being loaded is found on the right top corner
of the page. Simply change it from the number to “All” and the page
should now reload with all the snippet records from the database, excluding
those in trash. If you want those also to load you must change the “-
Select Status –“ filter to “All” as well. Now you can click on the
tick box at the very top of the table. This should select all the snippets.
Next click on the <button>Export Date</button> button in the
toolbar. This should open a download window and you can select to save the
excel file to your computer.</p> <h3>Import</h3>
<p>The import option can be used to create snippets or update
existing snippets. The way to update existing snippets is to use the same
id as the snippet you want to update. Best way to do this is to first
export the snippets you want to update and then make the changes you have
in mind in the excel document without removing or changing the id. To
instead create new snippets via an import, simple leave the id field
empty.</p> <p>So once you have your excel document ready you
will again open the list view of snippets and click on the
<button>Import Data</button> button in the toolbar. This will
open a page where you can select the excel file on your computer as an
upload, or on the server in a directory, or at any direct url to the excel
document.</p> <p>Once you have the file selected you can click
on the <button>Upload File</button> or <button>Get
File</button> button depending on the method you have chosen. When
file has successfully been uploaded or retrieved a new window will open
where you can map the excel document headers of each column to the field
names used in the database. Usually if you’re using an exported version
of the excel document this mapping will be done for you, yet if you have
changed any of the header names you may need to set these field
relationships manually. There is an option to ignore a column in the case
when you want to leave a field totally unchanged.</p> <p>When
the field to column relationship has correctly been mapped you can click on
the <button>continue</button> button at the bottom of the page.
This should return you to the list view of snippets with a success
message.</p> <h3>Debug</h3> <p>In the event that
any of the above features did not work as expected, please read the error
message carefully since it should usually give you enough information to
why your request could not be processed. Subsequently if you are still not
able to perform the request after making all needed corrections according
to the error messages, then please contact your system
administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Snippets', 2,
'', '', 1, 3, '', 8),
(9, 'fields', 'welcome-to-the-list-view-of-fields',
'', '<p>Here as in all Joomla backend list views you
can perform all the common tasks, and more.</p>
<h3>Create</h3> <p>You can create a field by clicking on
the <button>New</button> button in the toolbar, this will open
a window where you can add all the needed values to create a new
field.</p> <h3>Edit</h3> <p>You can edit fields in
two ways.</p> <ul> <li>You can click on the box next to
the field name and then click on the <button>Edit</button>
button in the toolbar; this will open the field and if you have permission
it will give you access to edit the values of a field.</li>
<li>You can simply click on the field name; this will open the field
and if you have permission it will give you access to edit the values of a
field.</li> </ul> <h3>Edit State</h3> <p>You
can publish, unpublish, archive, and trash any field by clicking in the
boxes next the field names and then click on the corresponding button of
the task you want to perform. This will change the state of all the fields
you’ve selected.</p> <p>If you have trashed a field it is in
the trash and can still be found in the database. To view items that are
still in the trash change the “- Select Status –“ filter to Trashed.
Here you will see the list of trashed fields. To completely remove these
fields from your system do the following: first select all the fields you
want to permanently delete by clicking in the boxes next to the field names
and then click on the <button>Empty trash</button> button in
the toolbar. This will permanently delete the fields from the database. On
the other hand if you would like to change the status of the field to
publish, unpublish or archive, click in the boxes next to the field names
and then click on the corresponding button of the task you want to perform.
This will change the state of all the fields you’ve selected.</p>
<h3>Check-in</h3> <p>When another user on your Joomla
website opens a field the system checks the field out to that user. A
little lock will show up next to the field name. When you hover over the
lock it will show to you who checked it out and when.</p>
<p>Component builder adds a nice feature to all its components that
is called the auto check-in feature. This feature has a time setting that
you can update in the component\'s global settings.</p>
<p>If this feature has not yet checked-in any of the fields that you
as the administrator wants to open you can force a check-in by clicking in
the boxes next to the field names and then click on the
<button>Check-in</button> button in the toolbar, or simply
click on the little lock. This will then check in the field, which will
mean that it removes the field from the user who checked it out before you.
Remember that they will lose all changes they have made if they have not
yet clicked save. This can cause very unpleasant circumstances, so only use
this feature if you are absolutely sure you know what you are
doing.</p> <h3>Batch Feature</h3> <p>You can use
the Batch feature to update or copy many fields at once by clicking in the
boxes next the field names and then click on the
<button>Batch</button> button in the toolbar. This will open a
popup window with multiple dropdown options of fields you can change with
the batch feature. You can then select update or copy depending of your
desired task and finally click on the <button>Process</button>
button. Once completed this batch feature will have either copied or
updated all the fields according to the task you selected.</p>
<h3>Export & Import</h3> <p>The export and import
feature is some of the most exciting features to the list view of fields.
With them you can update and create many fields at once.</p>
<h3>Export</h3> <p>The export option only exports the
fields selected. So to export all fields you must change the limited number
of fields that are being loaded to \"All\". The box that limits
the number of fields being loaded is found on the right top corner of the
page. Simply change it from the number to “All” and the page should now
reload with all the field records from the database, excluding those in
trash. If you want those also to load you must change the “- Select
Status –“ filter to “All” as well. Now you can click on the tick
box at the very top of the table. This should select all the fields. Next
click on the <button>Export Date</button> button in the
toolbar. This should open a download window and you can select to save the
excel file to your computer.</p> <h3>Import</h3>
<p>The import option can be used to create fields or update existing
fields. The way to update existing fields is to use the same id as the
field you want to update. Best way to do this is to first export the fields
you want to update and then make the changes you have in mind in the excel
document without removing or changing the id. To instead create new fields
via an import, simple leave the id field empty.</p> <p>So once
you have your excel document ready you will again open the list view of
fields and click on the <button>Import Data</button> button in
the toolbar. This will open a page where you can select the excel file on
your computer as an upload, or on the server in a directory, or at any
direct url to the excel document.</p> <p>Once you have the file
selected you can click on the <button>Upload File</button> or
<button>Get File</button> button depending on the method you
have chosen. When file has successfully been uploaded or retrieved a new
window will open where you can map the excel document headers of each
column to the field names used in the database. Usually if you’re using
an exported version of the excel document this mapping will be done for
you, yet if you have changed any of the header names you may need to set
these field relationships manually. There is an option to ignore a column
in the case when you want to leave a field totally unchanged.</p>
<p>When the field to column relationship has correctly been mapped
you can click on the <button>continue</button> button at the
bottom of the page. This should return you to the list view of fields with
a success message.</p> <h3>Debug</h3> <p>In the
event that any of the above features did not work as expected, please read
the error message carefully since it should usually give you enough
information to why your request could not be processed. Subsequently if you
are still not able to perform the request after making all needed
corrections according to the error messages, then please contact your
system administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Fields', 2,
'', '', 1, 3, '', 9),
(10, 'fieldtypes',
'welcome-to-the-list-view-of-fieldtypes', '',
'<p>Here as in all Joomla backend list views you can perform all
the common tasks, and more.</p> <h3>Create</h3>
<p>You can create a fieldtype by clicking on the
<button>New</button> button in the toolbar, this will open a
window where you can add all the needed values to create a new
fieldtype.</p> <h3>Edit</h3> <p>You can edit
fieldtypes in two ways.</p> <ul> <li>You can click on the
box next to the fieldtype name and then click on the
<button>Edit</button> button in the toolbar; this will open the
fieldtype and if you have permission it will give you access to edit the
values of a fieldtype.</li> <li>You can simply click on the
fieldtype name; this will open the fieldtype and if you have permission it
will give you access to edit the values of a fieldtype.</li>
</ul> <h3>Edit State</h3> <p>You can publish,
unpublish, archive, and trash any fieldtype by clicking in the boxes next
the fieldtype names and then click on the corresponding button of the task
you want to perform. This will change the state of all the fieldtypes
you’ve selected.</p> <p>If you have trashed a fieldtype it is
in the trash and can still be found in the database. To view items that are
still in the trash change the “- Select Status –“ filter to Trashed.
Here you will see the list of trashed fieldtypes. To completely remove
these fieldtypes from your system do the following: first select all the
fieldtypes you want to permanently delete by clicking in the boxes next to
the fieldtype names and then click on the <button>Empty
trash</button> button in the toolbar. This will permanently delete
the fieldtypes from the database. On the other hand if you would like to
change the status of the fieldtype to publish, unpublish or archive, click
in the boxes next to the fieldtype names and then click on the
corresponding button of the task you want to perform. This will change the
state of all the fieldtypes you’ve selected.</p>
<h3>Check-in</h3> <p>When another user on your Joomla
website opens a fieldtype the system checks the fieldtype out to that user.
A little lock will show up next to the fieldtype name. When you hover over
the lock it will show to you who checked it out and when.</p>
<p>Component builder adds a nice feature to all its components that
is called the auto check-in feature. This feature has a time setting that
you can update in the component\'s global settings.</p>
<p>If this feature has not yet checked-in any of the fieldtypes that
you as the administrator wants to open you can force a check-in by clicking
in the boxes next to the fieldtype names and then click on the
<button>Check-in</button> button in the toolbar, or simply
click on the little lock. This will then check in the fieldtype, which will
mean that it removes the fieldtype from the user who checked it out before
you. Remember that they will lose all changes they have made if they have
not yet clicked save. This can cause very unpleasant circumstances, so only
use this feature if you are absolutely sure you know what you are
doing.</p> <h3>Batch Feature</h3> <p>You can use
the Batch feature to update or copy many fieldtypes at once by clicking in
the boxes next the fieldtype names and then click on the
<button>Batch</button> button in the toolbar. This will open a
popup window with multiple dropdown options of fields you can change with
the batch feature. You can then select update or copy depending of your
desired task and finally click on the <button>Process</button>
button. Once completed this batch feature will have either copied or
updated all the fieldtypes according to the task you selected.</p>
<h3>Export & Import</h3> <p>The export and import
feature is some of the most exciting features to the list view of
fieldtypes. With them you can update and create many fieldtypes at
once.</p> <h3>Export</h3> <p>The export option only
exports the fieldtypes selected. So to export all fieldtypes you must
change the limited number of fieldtypes that are being loaded to
\"All\". The box that limits the number of fieldtypes being
loaded is found on the right top corner of the page. Simply change it from
the number to “All” and the page should now reload with all the
fieldtype records from the database, excluding those in trash. If you want
those also to load you must change the “- Select Status –“ filter to
“All” as well. Now you can click on the tick box at the very top of the
table. This should select all the fieldtypes. Next click on the
<button>Export Date</button> button in the toolbar. This should
open a download window and you can select to save the excel file to your
computer.</p> <h3>Import</h3> <p>The import option
can be used to create fieldtypes or update existing fieldtypes. The way to
update existing fieldtypes is to use the same id as the fieldtype you want
to update. Best way to do this is to first export the fieldtypes you want
to update and then make the changes you have in mind in the excel document
without removing or changing the id. To instead create new fieldtypes via
an import, simple leave the id field empty.</p> <p>So once you
have your excel document ready you will again open the list view of
fieldtypes and click on the <button>Import Data</button> button
in the toolbar. This will open a page where you can select the excel file
on your computer as an upload, or on the server in a directory, or at any
direct url to the excel document.</p> <p>Once you have the file
selected you can click on the <button>Upload File</button> or
<button>Get File</button> button depending on the method you
have chosen. When file has successfully been uploaded or retrieved a new
window will open where you can map the excel document headers of each
column to the field names used in the database. Usually if you’re using
an exported version of the excel document this mapping will be done for
you, yet if you have changed any of the header names you may need to set
these field relationships manually. There is an option to ignore a column
in the case when you want to leave a field totally unchanged.</p>
<p>When the field to column relationship has correctly been mapped
you can click on the <button>continue</button> button at the
bottom of the page. This should return you to the list view of fieldtypes
with a success message.</p> <h3>Debug</h3> <p>In
the event that any of the above features did not work as expected, please
read the error message carefully since it should usually give you enough
information to why your request could not be processed. Subsequently if you
are still not able to perform the request after making all needed
corrections according to the error messages, then please contact your
system administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Fieldtypes', 2,
'', '', 1, 3, '', 10),
(11, 'help_documents',
'welcome-to-the-list-view-of-help-documents', '',
'<p>Here as in all Joomla backend list views you can perform all
the common tasks, and more.</p> <h3>Create</h3>
<p>You can create a help document by clicking on the
<button>New</button> button in the toolbar, this will open a
window where you can add all the needed values to create a new help
document.</p> <h3>Edit</h3> <p>You can edit help
documents in two ways.</p> <ul> <li>You can click on the
box next to the help document name and then click on the
<button>Edit</button> button in the toolbar; this will open the
help document and if you have permission it will give you access to edit
the values of a help document.</li> <li>You can simply click on
the help document name; this will open the help document and if you have
permission it will give you access to edit the values of a help
document.</li> </ul> <h3>Edit State</h3>
<p>You can publish, unpublish, archive, and trash any help document
by clicking in the boxes next the help document names and then click on the
corresponding button of the task you want to perform. This will change the
state of all the help documents you’ve selected.</p> <p>If
you have trashed a help document it is in the trash and can still be found
in the database. To view items that are still in the trash change the “-
Select Status –“ filter to Trashed. Here you will see the list of
trashed help documents. To completely remove these help documents from your
system do the following: first select all the help documents you want to
permanently delete by clicking in the boxes next to the help document names
and then click on the <button>Empty trash</button> button in
the toolbar. This will permanently delete the help documents from the
database. On the other hand if you would like to change the status of the
help document to publish, unpublish or archive, click in the boxes next to
the help document names and then click on the corresponding button of the
task you want to perform. This will change the state of all the help
documents you’ve selected.</p> <h3>Check-in</h3>
<p>When another user on your Joomla website opens a help document the
system checks the help document out to that user. A little lock will show
up next to the help document name. When you hover over the lock it will
show to you who checked it out and when.</p> <p>Component
builder adds a nice feature to all its components that is called the auto
check-in feature. This feature has a time setting that you can update in
the component\'s global settings.</p> <p>If this feature
has not yet checked-in any of the help documents that you as the
administrator wants to open you can force a check-in by clicking in the
boxes next to the help document names and then click on the
<button>Check-in</button> button in the toolbar, or simply
click on the little lock. This will then check in the help document, which
will mean that it removes the help document from the user who checked it
out before you. Remember that they will lose all changes they have made if
they have not yet clicked save. This can cause very unpleasant
circumstances, so only use this feature if you are absolutely sure you know
what you are doing.</p> <h3>Batch Feature</h3>
<p>You can use the Batch feature to update or copy many help
documents at once by clicking in the boxes next the help document names and
then click on the <button>Batch</button> button in the toolbar.
This will open a popup window with multiple dropdown options of fields you
can change with the batch feature. You can then select update or copy
depending of your desired task and finally click on the
<button>Process</button> button. Once completed this batch
feature will have either copied or updated all the help documents according
to the task you selected.</p> <h3>Export &
Import</h3> <p>The export and import feature is some of the
most exciting features to the list view of help documents. With them you
can update and create many help documents at once.</p>
<h3>Export</h3> <p>The export option only exports the
help documents selected. So to export all help documents you must change
the limited number of help documents that are being loaded to
\"All\". The box that limits the number of help documents being
loaded is found on the right top corner of the page. Simply change it from
the number to “All” and the page should now reload with all the help
document records from the database, excluding those in trash. If you want
those also to load you must change the “- Select Status –“ filter to
“All” as well. Now you can click on the tick box at the very top of the
table. This should select all the help documents. Next click on the
<button>Export Date</button> button in the toolbar. This should
open a download window and you can select to save the excel file to your
computer.</p> <h3>Import</h3> <p>The import option
can be used to create help documents or update existing help documents. The
way to update existing help documents is to use the same id as the help
document you want to update. Best way to do this is to first export the
help documents you want to update and then make the changes you have in
mind in the excel document without removing or changing the id. To instead
create new help documents via an import, simple leave the id field
empty.</p> <p>So once you have your excel document ready you
will again open the list view of help documents and click on the
<button>Import Data</button> button in the toolbar. This will
open a page where you can select the excel file on your computer as an
upload, or on the server in a directory, or at any direct url to the excel
document.</p> <p>Once you have the file selected you can click
on the <button>Upload File</button> or <button>Get
File</button> button depending on the method you have chosen. When
file has successfully been uploaded or retrieved a new window will open
where you can map the excel document headers of each column to the field
names used in the database. Usually if you’re using an exported version
of the excel document this mapping will be done for you, yet if you have
changed any of the header names you may need to set these field
relationships manually. There is an option to ignore a column in the case
when you want to leave a field totally unchanged.</p> <p>When
the field to column relationship has correctly been mapped you can click on
the <button>continue</button> button at the bottom of the page.
This should return you to the list view of help documents with a success
message.</p> <h3>Debug</h3> <p>In the event that
any of the above features did not work as expected, please read the error
message carefully since it should usually give you enough information to
why your request could not be processed. Subsequently if you are still not
able to perform the request after making all needed corrections according
to the error messages, then please contact your system
administrator.</p>', '\"\"', 1,
'', 2, 'Welcome to the List view of Help Documents', 2,
'', '', 1, 3, '', 11);

--
-- Dumping data for table `#__componentbuilder_admin_fields`
--

INSERT INTO `#__componentbuilder_admin_fields` (`id`, `addfields`,
`admin_view`, `published`, `created`, `modified`, `version`, `hits`,
`ordering`) VALUES
(111,
'{\"0\":{\"field\":\"84\",\"list\":\"1\",\"order_list\":\"2\",\"sort\":\"1\",\"search\":\"1\",\"tab\":\"1\",\"alignment\":\"3\",\"order_edit\":\"1\"},\"1\":{\"field\":\"199\",\"list\":\"1\",\"order_list\":\"1\",\"title\":\"1\",\"sort\":\"1\",\"search\":\"1\",\"link\":\"1\",\"tab\":\"1\",\"alignment\":\"4\",\"order_edit\":\"1\"},\"2\":{\"field\":\"23\",\"list\":\"\",\"order_list\":\"0\",\"alias\":\"1\",\"search\":\"1\",\"tab\":\"1\",\"alignment\":\"4\",\"order_edit\":\"2\"},\"3\":{\"field\":\"203\",\"list\":\"2\",\"order_list\":\"0\",\"tab\":\"1\",\"alignment\":\"5\",\"order_edit\":\"1\"},\"4\":{\"field\":\"682\",\"list\":\"\",\"order_list\":\"0\",\"sort\":\"1\",\"search\":\"1\",\"filter\":\"1\",\"tab\":\"2\",\"alignment\":\"1\",\"order_edit\":\"1\"},\"5\":{\"field\":\"100\",\"list\":\"\",\"order_list\":\"0\",\"tab\":\"2\",\"alignment\":\"2\",\"order_edit\":\"1\"},\"6\":{\"field\":\"196\",\"list\":\"\",\"order_list\":\"0\",\"tab\":\"2\",\"alignment\":\"2\",\"order_edit\":\"2\"},\"7\":{\"field\":\"1011\",\"list\":\"\",\"order_list\":\"0\",\"tab\":\"2\",\"alignment\":\"2\",\"order_edit\":\"3\"},\"8\":{\"field\":\"158\",\"list\":\"\",\"order_list\":\"0\",\"tab\":\"2\",\"alignment\":\"2\",\"order_edit\":\"4\"},\"9\":{\"field\":\"280\",\"list\":\"\",\"order_list\":\"0\",\"tab\":\"2\",\"alignment\":\"2\",\"order_edit\":\"5\"}}',
109, 1, '2017-10-12 19:52:03', '2019-01-28 16:27:19',
7, '', '');

--
-- Dumping data for table `#__componentbuilder_admin_fields_conditions`
--

INSERT INTO `#__componentbuilder_admin_fields_conditions` (`id`,
`addconditions`, `admin_view`, `published`, `created`, `modified`,
`version`, `hits`, `ordering`) VALUES
(111,
'{\"addconditions0\":{\"target_field\":[\"1011\",\"100\",\"158\",\"196\",\"280\"],\"target_behavior\":\"1\",\"target_relation\":\"0\",\"match_field\":\"682\",\"match_behavior\":\"1\",\"match_options\":\"1|Yes\"}}',
109, 1, '2017-10-12 21:36:00', '0000-00-00 00:00:00',
2, '', '');



--
-- Dumping data for table `#__componentbuilder_component_admin_views`
--

INSERT INTO `#__componentbuilder_component_admin_views` (`id`,
`addadmin_views`, `joomla_component`, `published`, `created`, `modified`,
`version`, `hits`, `ordering`) VALUES
(27,
'{\"addadmin_views0\":{\"adminview\":\"109\",\"icomoon\":\"eye-open\",\"mainmenu\":\"1\",\"dashboard_add\":\"1\",\"dashboard_list\":\"1\",\"submenu\":\"1\",\"checkin\":\"1\",\"history\":\"1\",\"joomla_fields\":\"1\",\"metadata\":\"1\",\"access\":\"1\",\"port\":\"1\",\"filter\":\"2\",\"edit_create_site_view\":\"1\",\"order\":\"1\"}}',
25, 1, '2017-10-28 03:56:26', '2021-02-08 10:32:04', 7,
'', '');

--
-- Dumping data for table `#__componentbuilder_component_site_views`
--

INSERT INTO `#__componentbuilder_component_site_views` (`id`,
`addsite_views`, `joomla_component`, `published`, `created`, `modified`,
`version`, `hits`, `ordering`) VALUES
(27,
'{\"addsite_views0\":{\"siteview\":\"23\",\"menu\":\"1\",\"metadata\":\"1\",\"default_view\":\"1\",\"access\":\"1\",\"public_access\":\"1\"},\"addsite_views1\":{\"siteview\":\"25\",\"metadata\":\"1\",\"access\":\"1\"}}',
25, 1, '2017-10-28 03:56:26', '2020-02-27 21:32:04', 4,
'', '');

--
-- Dumping data for table
`#__componentbuilder_component_custom_admin_views`
--

INSERT INTO `#__componentbuilder_component_custom_admin_views` (`id`,
`addcustom_admin_views`, `joomla_component`, `published`, `created`,
`modified`, `version`, `hits`, `ordering`) VALUES
(27, '', 25, 1, '2017-10-28 03:56:26', '0000-00-00
00:00:00', 2, '', '');

--
-- Dumping data for table `#__componentbuilder_component_updates`
--

INSERT INTO `#__componentbuilder_component_updates` (`id`,
`joomla_component`, `version_update`, `published`, `created`, `modified`,
`version`, `hits`, `ordering`) VALUES
(27, 25,
'{\"version_update0\":{\"version\":\"2.0.0\",\"mysql\":\"ALTER
TABLE `#__demo_look` ENGINE = InnoDB;\\r\\n\\r\\nALTER TABLE `#__demo_look`
CONVERT TO CHARACTER SET utf8mb4 COLLATE
utf8mb4_unicode_ci;\",\"url\":\"https:\\/\\/github.com\\/namibia\\/demo-joomla-3-component\\/archive\\/v2.0.0.zip\"},\"version_update1\":{\"version\":\"2.0.2\",\"mysql\":\"ALTER
TABLE `#__demo_look` CHANGE `image` `image` VARCHAR(255) NOT NULL DEFAULT
\'\';\",\"url\":\"https:\\/\\/github.com\\/namibia\\/demo-joomla-3-component\\/archive\\/master.zip\"},\"version_update2\":{\"version\":\"2.0.3\",\"mysql\":\"\",\"url\":\"http:\\/\\/domain.com\\/demo.zip\"}}',
1, '2017-10-28 03:56:26', '2020-06-24 22:43:55', 8,
'', '');

--
-- Dumping data for table `#__componentbuilder_component_mysql_tweaks`
--

INSERT INTO `#__componentbuilder_component_mysql_tweaks` (`id`,
`joomla_component`, `sql_tweak`, `published`, `created`, `modified`,
`version`, `hits`, `ordering`) VALUES
(27, 25, '', 1, '2017-10-28 03:56:26', '0000-00-00
00:00:00', 2, '', '');

--
-- Dumping data for table
`#__componentbuilder_component_custom_admin_menus`
--

INSERT INTO `#__componentbuilder_component_custom_admin_menus` (`id`,
`addcustommenus`, `joomla_component`, `published`, `created`, `modified`,
`version`, `hits`, `ordering`) VALUES
(27, '', 25, 1, '2017-10-28 03:56:26', '0000-00-00
00:00:00', 2, '', '');

--
-- Dumping data for table `#__componentbuilder_component_config`
--

INSERT INTO `#__componentbuilder_component_config` (`id`, `addconfig`,
`joomla_component`, `published`, `created`, `modified`, `version`, `hits`,
`ordering`) VALUES
(27, '', 25, 1, '2017-10-28 03:56:26', '0000-00-00
00:00:00', 2, '', '');

--
-- Dumping data for table `#__componentbuilder_component_dashboard`
--

INSERT INTO `#__componentbuilder_component_dashboard` (`id`,
`dashboard_tab`, `joomla_component`, `php_dashboard_methods`, `published`,
`created`, `modified`, `version`, `hits`, `ordering`) VALUES
(27, '', 25, '', 1, '2017-10-28 03:56:26',
'0000-00-00 00:00:00', 2, '', '');

--
-- Dumping data for table `#__componentbuilder_component_files_folders`
--

INSERT INTO `#__componentbuilder_component_files_folders` (`id`,
`addfiles`, `addfolders`, `joomla_component`, `params`, `published`,
`created`, `modified`, `version`, `hits`, `ordering`) VALUES
(27, '', '', 25, '', 1, '2017-10-28
03:56:26', '0000-00-00 00:00:00', 2, '',
'');

--
-- Dumping data for table `#__componentbuilder_snippet_type`
--

INSERT INTO `#__componentbuilder_snippet_type` (`id`, `name`,
`description`, `params`, `published`, `created`, `modified`, `version`,
`hits`, `ordering`) VALUES
(1, 'Layout', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 1),
(2, 'Navigations', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 2),
(3, 'Elements', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 3),
(4, 'Common', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 4),
(5, 'JavaScript', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 5),
(6, 'Charts', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 6),
(7, 'Alerts', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 7),
(8, 'Badges', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 8),
(9, 'Breadcrumbs', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 9),
(10, 'Buttons', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 10),
(11, 'Button Groups', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 11),
(12, 'Button Modifiers', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 12),
(13, 'Cards', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 13),
(14, 'Carousel', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 14),
(15, 'Collapse', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 15),
(16, 'Dropdowns', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 16),
(17, 'Forms', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 17),
(18, 'Form Input Groups', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 18),
(19, 'Custom Forms', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 19),
(20, 'Grid', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 20),
(21, 'Images', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 21),
(22, 'Jumbotron', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 22),
(23, 'List Group', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 23),
(24, 'Media Objects', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 24),
(25, 'Modal', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 25),
(26, 'Navs', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 26),
(27, 'Navbar', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 27),
(28, 'Pagination', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 28),
(29, 'Popover', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 29),
(30, 'Progress', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 30),
(31, 'Scrollspy', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 31),
(32, 'Tables', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 32),
(33, 'Tooltips', '', '', 1, '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, '', 33),
(34, 'Typography', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 34),
(35, 'Utility: Borders', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 35),
(36, 'Utility: Colors', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 36),
(37, 'Utility: Display', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 37),
(38, 'Utility: Flexbox', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 38),
(39, 'Utility: Misc', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 39),
(40, 'Utility: Positioning', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 40),
(41, 'Utility: Sizing', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 41),
(42, 'Utility: Spacing', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 42),
(43, 'Utility: Text', '', '', 1,
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'', 43);

--
-- Dumping data for table `#__componentbuilder_library_config`
--

INSERT INTO `#__componentbuilder_library_config` (`id`, `addconfig`,
`library`, `params`, `published`, `created`, `modified`, `version`, `hits`,
`ordering`) VALUES
(1,
'{\"addconfig0\":{\"field\":\"2635\",\"custom_value\":\"\",\"tabname\":\"Icon
Settings\"},\"addconfig1\":{\"field\":\"2636\",\"custom_value\":\"\",\"tabname\":\"Icon
Settings\"},\"addconfig2\":{\"field\":\"2639\",\"custom_value\":\"\",\"tabname\":\"Icon
Settings\"},\"addconfig3\":{\"field\":\"2637\",\"custom_value\":\"\",\"tabname\":\"Icon
Settings\"},\"addconfig4\":{\"field\":\"2638\",\"custom_value\":\"\",\"tabname\":\"Icon
Settings\"},\"addconfig7\":{\"field\":\"2640\",\"custom_value\":\"\",\"tabname\":\"Icon
Settings\"},\"addconfig6\":{\"field\":\"2641\",\"custom_value\":\"\",\"tabname\":\"Icon
Settings\"},\"addconfig5\":{\"field\":\"2642\",\"custom_value\":\"\",\"tabname\":\"Icon
Settings\"}}', 7, '', 1, '2019-10-03
09:55:37', '2019-10-03 16:41:01', 2, '', 1);

--
-- Dumping data for table `#__componentbuilder_library_files_folders_urls`
--

INSERT INTO `#__componentbuilder_library_files_folders_urls` (`id`,
`addfiles`, `addfolders`, `addurls`, `library`, `params`, `published`,
`created`, `modified`, `version`, `hits`, `ordering`) VALUES
(2, '', '',
'{\"addurls0\":{\"url\":\"https:\\/\\/maxcdn.bootstrapcdn.com\\/bootstrap\\/4.0.0-alpha.6\\/js\\/bootstrap.min.js\",\"type\":\"2\"},\"addurls1\":{\"url\":\"https:\\/\\/maxcdn.bootstrapcdn.com\\/bootstrap\\/4.0.0-alpha.6\\/css\\/bootstrap.min.css\",\"type\":\"2\"}}',
2, '', 1, '2017-11-25 16:17:36', '2018-05-02
23:29:05', 11, '', 2),
(3, '{}', '{}',
'{\"addurls2\":{\"url\":\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/uikit@3.6.22\\/dist\\/css\\/uikit.min.css\",\"type\":2},\"addurls0\":{\"url\":\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/uikit@3.6.22\\/dist\\/js\\/uikit.min.js\",\"type\":2},\"addurls1\":{\"url\":\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/uikit@3.6.22\\/dist\\/js\\/uikit-icons.min.js\",\"type\":2}}',
3, '', 1, '2017-11-25 21:47:40', '2021-05-27
00:16:34', 11, '', 3),
(4, '{}',
'{\"addfolders0\":{\"folder\":\"file_icon_vectors\",\"path\":\"\\/media\\/vector\",\"rename\":\"1\"}}',
'{}', 7, '', 1, '2019-10-03 09:24:30',
'2019-10-03 09:25:39', 2, '', 4),
(5, '{}', '{}',
'{\"addurls0\":{\"url\":\"https:\\/\\/cdnjs.cloudflare.com\\/ajax\\/libs\\/grapesjs\\/0.14.15\\/css\\/grapes.min.css\",\"type\":2},\"addurls2\":{\"url\":\"https:\\/\\/cdnjs.cloudflare.com\\/ajax\\/libs\\/grapesjs\\/0.14.15\\/grapes.min.js\",\"type\":2}}',
8, '', 1, '2020-02-10 21:34:33', '2020-02-18
21:12:35', 5, '', 5),
(6, '{}', '{}',
'{\"addurls0\":{\"url\":\"https:\\/\\/raw.githubusercontent.com\\/artf\\/grapesjs-preset-webpage\\/master\\/dist\\/grapesjs-preset-webpage.min.css\",\"type\":2},\"addurls1\":{\"url\":\"https:\\/\\/raw.githubusercontent.com\\/artf\\/grapesjs-preset-webpage\\/master\\/dist\\/grapesjs-preset-webpage.min.js\",\"type\":2},\"addurls2\":{\"url\":\"https:\\/\\/static.filestackapi.com\\/v3\\/filestack-0.1.10.js\",\"type\":2}}',
9, '', 1, '2020-02-18 21:13:16', '2020-02-18
21:14:11', 2, '', 5),
(7, '{}', '{}',
'{\"addurls0\":{\"url\":\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/vue\",\"type\":3}}',
10, '', 1, '2020-06-05 13:11:54', '0000-00-00
00:00:00', 1, '', 6),
(8, '{}', '{}',
'{\"addurls2\":{\"url\":\"https:\\/\\/cdn.datatables.net\\/1.10.21\\/js\\/jquery.dataTables.min.js\",\"type\":2},\"addurls1\":{\"url\":\"https:\\/\\/cdn.datatables.net\\/1.10.21\\/css\\/dataTables.uikit.min.css\",\"type\":2}}',
11, '', 1, '2020-06-27 21:34:44', '0000-00-00
00:00:00', 1, '', 7),
(9, '{}', '{}',
'{\"addurls3\":{\"url\":\"http:\\/\\/code.jquery.com\\/ui\\/1.11.1\\/themes\\/smoothness\\/jquery-ui.css\",\"type\":2},\"addurls0\":{\"url\":\"https:\\/\\/cdnjs.cloudflare.com\\/ajax\\/libs\\/jquery-ui-timepicker-addon\\/1.6.3\\/jquery-ui-timepicker-addon.min.css\",\"type\":2},\"addurls1\":{\"url\":\"http:\\/\\/code.jquery.com\\/ui\\/1.11.1\\/jquery-ui.min.js\",\"type\":2},\"addurls2\":{\"url\":\"https:\\/\\/cdnjs.cloudflare.com\\/ajax\\/libs\\/jquery-ui-timepicker-addon\\/1.6.3\\/jquery-ui-timepicker-addon.min.js\",\"type\":2}}',
12, '', 1, '2020-06-29 00:00:44', '2020-06-29
04:32:57', 4, '', 8);


CREATE TABLE IF NOT EXISTS `#__componentbuilder_external_code` (
	`target` VARCHAR(255) NOT NULL DEFAULT '',
	`hash` VARCHAR(64) NOT NULL DEFAULT '',
	PRIMARY KEY  (`target`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;



--
-- Always insure this column name is large enough for long component and
view names.
--
ALTER TABLE `#__assets` CHANGE `name` `name` VARCHAR(100) CHARACTER SET
utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name
for the asset.';