mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-10 17:45:10 +00:00

- add pages migration, model and entity - add page controllers - update routes config to input page forms and page view in public - fix markdow editor focus area - show pages links in public side footer closes #24
13 lines
289 B
PHP
13 lines
289 B
PHP
<?php
|
|
|
|
/**
|
|
* @copyright 2020 Podlibre
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'not_in_protected_slugs' =>
|
|
'The {field} field conflicts with one of the gateway routes (admin, auth or install).',
|
|
];
|