mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 15:26:36 +00:00
remove support of install/uninstall nodes in templates
This commit is contained in:
parent
ba01cf2a35
commit
d2f342e910
@ -13,9 +13,6 @@
|
|||||||
"license": "?",
|
"license": "?",
|
||||||
"changelogurl": "?",
|
"changelogurl": "?",
|
||||||
"scriptfile": "?",
|
"scriptfile": "?",
|
||||||
"install": "?",
|
|
||||||
"update": "?",
|
|
||||||
"uninstall": "?",
|
|
||||||
"files": "?",
|
"files": "?",
|
||||||
"images": "?",
|
"images": "?",
|
||||||
"css": "?",
|
"css": "?",
|
||||||
@ -52,22 +49,6 @@
|
|||||||
"media:file": "*",
|
"media:file": "*",
|
||||||
"folder": "*"
|
"folder": "*"
|
||||||
},
|
},
|
||||||
"install": {
|
|
||||||
"sql": "*"
|
|
||||||
},
|
|
||||||
"update": {
|
|
||||||
"sql": "*",
|
|
||||||
"schemas": "*"
|
|
||||||
},
|
|
||||||
"uninstall": {
|
|
||||||
"sql": "*"
|
|
||||||
},
|
|
||||||
"sql": {
|
|
||||||
"file": "*"
|
|
||||||
},
|
|
||||||
"schemas": {
|
|
||||||
"schemapath": "*"
|
|
||||||
},
|
|
||||||
"updateservers": {
|
"updateservers": {
|
||||||
"server": "*"
|
"server": "*"
|
||||||
}
|
}
|
||||||
@ -107,9 +88,6 @@
|
|||||||
"charset",
|
"charset",
|
||||||
"driver"
|
"driver"
|
||||||
],
|
],
|
||||||
"schemapath": [
|
|
||||||
"type"
|
|
||||||
],
|
|
||||||
"server": [
|
"server": [
|
||||||
"name",
|
"name",
|
||||||
"priority",
|
"priority",
|
||||||
|
Loading…
Reference in New Issue
Block a user