dc-rest/_define.php

24 lines
639 B
PHP
Raw Normal View History

<?php
# -- BEGIN LICENSE BLOCK ---------------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2017 Dotclear
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK -----------------------------------------
if (!defined('DC_RC_PATH')) { return; }
$this->registerModule(
2017-05-05 21:46:14 +02:00
/* Name */ "rest",
/* Description*/ "A JSON/REST API for Dotclear",
2017-09-08 09:18:48 +02:00
/* Author */ "Gnieark",
/* Version */ '0.0.5',
2017-05-05 21:46:14 +02:00
array(
'permissions' => 'usage,contentadmin',
'type' => 'plugin',
)
);