Update example plugin and add plugins frontend page with save config endpoint

This commit is contained in:
advplyr 2024-12-20 17:21:00 -06:00
parent 62bd7e73f4
commit ad89fb2eac
11 changed files with 276 additions and 36 deletions

View file

@ -12,8 +12,6 @@
}
],
"config": {
"title": "Example Plugin Configuration",
"titleKey": "ExamplePluginConfiguration",
"description": "This is an example plugin",
"descriptionKey": "ExamplePluginConfigurationDescription",
"formFields": [
@ -44,7 +42,6 @@
"ItemExampleAction": "Item Example Action",
"LabelApiKey": "API Key",
"LabelEnable": "Enable",
"ExamplePluginConfiguration": "Example Plugin Configuration",
"ExamplePluginConfigurationDescription": "This is an example plugin",
"LabelRequestAddress": "Request Address"
}