configuration/components.yml
Components.yml
Components.yml
The most essential part of PulseChat.
- components
- a list of components. Each list item has the following form
components: # [...] - # The name of the object name: "Your desired name" # The type of the component type: "The class name of the component." # The configuration for the component configuration: {} # The configuration values. # [...]
If you typed in a correct class to a component, missing configuration values will be added to the configuration making it easier for you to configure the plugin.
A list of components is provided in the "docs/components.yml"-Document shipped with the PulseChat-jar.
The example profiles provide example configurations using this file.
Comments