-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
26 lines (18 loc) · 725 Bytes
/
plugin.yml
File metadata and controls
26 lines (18 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#file: noinspection YAMLSchemaValidation
###
### Required configuration for all plugins
###
# A name for the plugin
name: Example
# Full class name of class implementing Neucore\Plugin\ServiceInterface or Neucore\Plugin\GeneralInterface.
phpClass: Neucore\Plugin\Example\Plugin
# PHP namespace that should be loaded by the PSR-4 autoloader.
psr4Prefix: Neucore\Plugin\Example
# Relative (to this file) path to the directory containing the classes of the above namespace.
psr4Path: backend
###
### Optional configuration for all plugins
###
# Additional configuration for the plugin (supports multiline text). This is provided as the value of
# the PluginConfiguration::$configurationData property.
configurationData: