Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-05-13 17:55:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/app/Language/en/Breadcrumb.php

23 lines
519 B
PHP
Raw Normal View History

feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
<?php
/**
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'label' => 'breadcrumb',
config('App')->adminGateway => 'Home',
'podcasts' => 'podcasts',
'episodes' => 'episodes',
'contributors' => 'contributors',
feat: add pages table to store custom instance pages (eg. legal-notice, cookie policy, etc.) - 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
2020-08-18 16:31:28 +00:00
'pages' => 'pages',
feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
'add' => 'add',
'new' => 'new',
'edit' => 'edit',
'users' => 'users',
'my-account' => 'my account',
'change-password' => 'change password',
];
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 140ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API