Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test functions

Table: plugins

Lists all plugins active on the system and stores plugin configuration.

ColumnTypeNote
namevarchar(50)The folder name containing the plugin
descriptextA textual description of the plugin loaded from the .yaml file
authorvarchar(100)The author of the plugin, loaded from the .yaml file
update_urlvarchar(100)Loaded from the .yaml file
info_urlvarchar(100)The URL of the plugin's project page for more information. Loaded from the .yaml file
inst_versionfloatThe installed version number. Loaded from the .yaml file
configlongblobSerialised plugin configuration data
config_jsonmediumtextJSON encoded configuration data
config_urlvarchar(100)Plugin configuration URL. Loaded from the .yaml file
enabled_groupsvarchar(200)Comma separated list of group refs. Used if disable_group_select=0 to enable plugin for specified groups
priorityint(11)Defines the order that plugin hooks will be called. Plugins with higher priority numbers will be called later. Loaded from the .yaml file
disable_group_selectint(11)Prevent plugin from being enabled only for certain groups. Loaded from the .yaml file
titlevarchar(100)A 'friendly' title to display as the plugin name instead of the folder name used in 'name'. Loaded from the .yaml file
iconvarchar(100)A FontAwesome icon string to display in the UI. Loaded from the .yaml file

This table is empty by default.

Please see the schema overview for context. This document was last updated on the 17th of November 2024 at 15:35 (Europe/London time).