Removes old "enabled" field in json. Plugins state is in DB now.
parent
e1dc0bbf32
commit
ddd8fdac3a
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "Logger Plugin",
|
||||
"version": "1.0.1",
|
||||
"enabled": true,
|
||||
"description": "Initializes logging system via LoggerFactory"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "Registration Plugin",
|
||||
"version": "1.0.1",
|
||||
"enabled": true,
|
||||
"description": "Provides registration functionality as a plugin."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue