mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
9 lines
151 B
PHP
9 lines
151 B
PHP
<?php
|
|
|
|
return array(
|
|
'Editor' => array(
|
|
'Editor' => 'Editor',
|
|
'Editor plugin' => 'Editor plugin',
|
|
)
|
|
);
|