12 lines
275 B
PHP
12 lines
275 B
PHP
<?php
|
|
|
|
/**
|
|
* Metadata for configuration manager plugin
|
|
*
|
|
* NOTE: luxtools settings are managed via the plugin's dedicated admin page
|
|
* (Admin -> Additional Plugins). Therefore, we intentionally do not expose
|
|
* any settings to the Configuration Manager.
|
|
*/
|
|
|
|
$meta = [];
|