-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Page Titles #551
Comments
I like this. @jkleinsc what do you think? Sent using CloudMagic Email [https://cloudmagic.com/k/d/mailapp?ct=pi&cv=7.11.40&pv=9.3.1&source=email_footer_2] -AbstractIndexRoute i.e we have a titles.js translation that follows the same name spacing as the routes in the application. so for example: inventory.index the page title will be under either titles.inventory.index = 'asd' or inventory.index.titles = 'asd' . the advantage of this is that the:
— |
@billybonks I think this is a great idea. I would prefer the path to be |
ye that is better 👍, also allows us to use route structure for other things if needed |
@wolfieorama would like to work on this issue. I'd like to assign it to him. No sure why it's not letting me. |
can i work on this? |
@yasirunilan @wolfieorama is currently assigned to this issue. @wolfieorama are you working on this? |
@jkleinsc yes should be next in line |
I'm working on it |
cool no worries |
@yasirunilan any progress here? |
@tangollama sorry couldn't do it |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We currently assign page titles manually, instead we can make the following abstract classes, automatically figure out the page title, using the route name space.
-AbstractIndexRoute
-AbstractEditRoute
-AbstractModuleRoute
-AbstractDeleteController
i.e we have a titles.js translation that follows the same name spacing as the routes in the application. so for example:
inventory.index the page title will be under eithertitles.inventory.index = 'asd'
orinventory.index.titles = 'asd'
.inventory.index the page title will be under
inventory.index.title = 'asd'
the advantage of this is that the:
The text was updated successfully, but these errors were encountered: