Release of v5.1.1-alpha2
Adds the ModalSelect fieldtype to Joomla Component Builder - J5. Adds the Data Import Function to the Demo Component. Adds new country related tables and fields to the Demo Component. Resolves the Database Updating issue in the compiler. #1212,#1209. Adds the Component Commands Plugin to the CLI for Import of spreadsheet data-sets.
This commit is contained in:
@@ -328,6 +328,12 @@
|
||||
"newName": "default.php",
|
||||
"type": "single"
|
||||
},
|
||||
"ADMIN_VIEW_MODAL.php": {
|
||||
"path": "c0mp0n3nt/admin/tmpl/[[[name]]]",
|
||||
"rename": "new",
|
||||
"newName": "modal.php",
|
||||
"type": "single"
|
||||
},
|
||||
"ADMIN_VIEW_MODEL.php": {
|
||||
"path": "c0mp0n3nt/admin/src/Model",
|
||||
"rename": "new",
|
||||
@@ -386,6 +392,12 @@
|
||||
"newName": "default.php",
|
||||
"type": "list"
|
||||
},
|
||||
"ADMIN_VIEWS_MODAL.php": {
|
||||
"path": "c0mp0n3nt/admin/tmpl/[[[name]]]",
|
||||
"rename": "new",
|
||||
"newName": "modal.php",
|
||||
"type": "list"
|
||||
},
|
||||
"ADMIN_VIEWS_EMPTYSTATE.php": {
|
||||
"path": "c0mp0n3nt/admin/tmpl/[[[name]]]",
|
||||
"rename": "new",
|
||||
@@ -464,6 +476,12 @@
|
||||
"newName": "[[[Key]]]Field.php",
|
||||
"type": "fieldcustom"
|
||||
},
|
||||
"FORM_MODAL_SELECT_FIELD.php": {
|
||||
"path": "c0mp0n3nt/admin/src/Field",
|
||||
"rename": "new",
|
||||
"newName": "ModalSelectField.php",
|
||||
"type": "fieldmodalselect_override"
|
||||
},
|
||||
"FORM_LIST_FIELD.php": {
|
||||
"path": "c0mp0n3nt/admin/src/Field",
|
||||
"rename": "new",
|
||||
@@ -743,6 +761,12 @@
|
||||
"newName": "[[[Key]]]Field.php",
|
||||
"type": "fieldcustom"
|
||||
},
|
||||
"SITE_FORM_MODAL_SELECT_FIELD.php": {
|
||||
"path": "c0mp0n3nt/site/src/Field",
|
||||
"rename": "new",
|
||||
"newName": "ModalSelectField.php",
|
||||
"type": "fieldmodalselect_override"
|
||||
},
|
||||
"SITE_FORM_LIST_FIELD.php": {
|
||||
"path": "c0mp0n3nt/site/src/Field",
|
||||
"rename": "new",
|
||||
@@ -874,4 +898,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user