mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
fix __COMMENTED_PROVIDER__
This commit is contained in:
parent
0cd5aed87b
commit
33a57bed58
1 changed files with 9 additions and 9 deletions
|
@ -43,15 +43,15 @@ $providers = array(
|
||||||
'html' => true,
|
'html' => true,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
// CUSTOM_PROVIDER$providers += array(
|
__COMMENTED_PROVIDER__$providers += array(
|
||||||
// CUSTOM_PROVIDER '__PROVIDER__' => array(
|
__COMMENTED_PROVIDER__ '__PROVIDER__' => array(
|
||||||
// CUSTOM_PROVIDER 'name' => "__PROVIDER__",
|
__COMMENTED_PROVIDER__ 'name' => "__PROVIDER__",
|
||||||
// CUSTOM_PROVIDER 'url' => "__ETHERPAD_INSTANCE__",
|
__COMMENTED_PROVIDER__ 'url' => "__ETHERPAD_INSTANCE__",
|
||||||
// CUSTOM_PROVIDER 'default_text' => "Get involved with Etherpad at http://etherpad.org",
|
__COMMENTED_PROVIDER__ 'default_text' => "Get involved with Etherpad at http://etherpad.org",
|
||||||
// CUSTOM_PROVIDER 'markdown' => true,
|
__COMMENTED_PROVIDER__ 'markdown' => true,
|
||||||
// CUSTOM_PROVIDER 'html' => true,
|
__COMMENTED_PROVIDER__ 'html' => true,
|
||||||
// CUSTOM_PROVIDER ),
|
__COMMENTED_PROVIDER__ ),
|
||||||
// CUSTOM_PROVIDER);
|
__COMMENTED_PROVIDER__);
|
||||||
|
|
||||||
$options = array(
|
$options = array(
|
||||||
'name' => "Libreto",
|
'name' => "Libreto",
|
||||||
|
|
Loading…
Reference in a new issue