From 75561add3c2cdd866b7987683a5588411071a057 Mon Sep 17 00:00:00 2001 From: Kate Butler Date: Tue, 28 May 2019 13:31:39 +1200 Subject: Ensure each plugin has a config.php and tracker.php file (#14430) * Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them --- plugins/Feedback/config/config.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/Feedback/config/config.php (limited to 'plugins/Feedback/config/config.php') diff --git a/plugins/Feedback/config/config.php b/plugins/Feedback/config/config.php new file mode 100644 index 0000000000..4932533ad3 --- /dev/null +++ b/plugins/Feedback/config/config.php @@ -0,0 +1,3 @@ + \ No newline at end of file -- cgit v1.2.3