mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
15 lines
362 B
PHP
15 lines
362 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Posts',
|
|
'name' => 'Posts Module',
|
|
'description' => 'A versatile articles and posts manager.',
|
|
'section' => [
|
|
'posts' => 'Posts',
|
|
'types' => 'Types',
|
|
'fields' => 'Fields',
|
|
'categories' => 'Categories',
|
|
'assignments' => 'Assignments',
|
|
],
|
|
];
|