diff --git a/administrator/components/com_jedchecker/libraries/rules/xmlmanifest_module.json b/administrator/components/com_jedchecker/libraries/rules/xmlmanifest_module.json index e387a2f..87615ce 100644 --- a/administrator/components/com_jedchecker/libraries/rules/xmlmanifest_module.json +++ b/administrator/components/com_jedchecker/libraries/rules/xmlmanifest_module.json @@ -100,16 +100,21 @@ "namespace": [ "path" ], + "config": [ + "addfieldpath" + ], "fields": [ "addfieldpath", "name" ], "fieldset": [ + "addfieldpath", "description", "label", "name" ], "field": [ + "addfieldpath", "class", "cols", "default", diff --git a/administrator/components/com_jedchecker/libraries/rules/xmlmanifest_plugin.json b/administrator/components/com_jedchecker/libraries/rules/xmlmanifest_plugin.json index 3eaa7f3..4eb09ef 100644 --- a/administrator/components/com_jedchecker/libraries/rules/xmlmanifest_plugin.json +++ b/administrator/components/com_jedchecker/libraries/rules/xmlmanifest_plugin.json @@ -101,16 +101,21 @@ "namespace": [ "path" ], + "config": [ + "addfieldpath" + ], "fields": [ "addfieldpath", "name" ], "fieldset": [ + "addfieldpath", "description", "label", "name" ], "field": [ + "addfieldpath", "class", "cols", "default",