|
|
@ -2,12 +2,13 @@ |
|
|
|
// SPDX-License-Identifier: EUPL-1.2 |
|
|
|
// SPDX-License-Identifier: EUPL-1.2 |
|
|
|
// Authors: see README.md |
|
|
|
// Authors: see README.md |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use SeaCMS\Api\ApiAware; |
|
|
|
use SeaCMS\Api\JsonResponse; |
|
|
|
use SeaCMS\Api\JsonResponse; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* A plugin for SeaCMS-app. |
|
|
|
* A plugin for SeaCMS-app. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class SeacmsAppPlugin extends AbstractPicoPlugin |
|
|
|
class SeacmsAppPlugin extends AbstractPicoPlugin implements ApiAware |
|
|
|
{ |
|
|
|
{ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Pico API version. |
|
|
|
* Pico API version. |
|
|
|