-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #153 Allow to configure the titles and labels of the pages an…
…d UI elements (javiereguiluz) This PR was squashed before being merged into the master branch (closes #153). Discussion ---------- Allow to configure the titles and labels of the pages and UI elements This PR adds support for some of the basic customizations that aren't still available in EasyAdmin. Read the new documentation to see how it works. I have 3 questions regarding this PR: * How can we add support to include variables as part of the `title`/`label`? What if the title wants to display the `id` or the `title` of the associated entity? * The `trans` filter is applied to all titles. Is this enough to provide full translation support? (this question is specially directed to @ogizanagi who raised this question in another issue). * The label to create new entities is customized via the `label` option of the `new` action. I don't like the `label` name because it's too generic and it can be confused with `title`. I thought about `button_label` in `new` action or `new_button_label` in `list` action. Thoughts or comments? Commits ------- e14a708 Allow to configure the titles and labels of the pages and UI elements
- Loading branch information
Showing
22 changed files
with
1,128 additions
and
818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.