From d508bbad6b1023ca38a29bc30c615cbe19b7e200 Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Thu, 18 Feb 2021 15:17:13 +0300 Subject: [PATCH] add addfieldpath attribute to all form fields --- .../com_jedchecker/libraries/rules/xmlmanifest_module.json | 5 +++++ .../com_jedchecker/libraries/rules/xmlmanifest_plugin.json | 5 +++++ 2 files changed, 10 insertions(+) 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",