使记录标题成为列表视图中另一个模块的链接
我目前正在使用 Symfony 管理生成器来实现管理 Web 应用程序。
我想知道是否有办法在generator.yml 文件的标题部分添加链接。
例如:
edit:
title: Configurations > Officials | "link to another module"
I am currently using the Symfony admin generator to implement a management web application.
I would like to know if there is a way to add a link on the title section of the generator.yml file.
As example:
edit:
title: Configurations > Officials | "link to another module"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
YAML 在许多标签中很容易接受静态 HTML:
请注意,虽然某些 PHP 也可用,但与完整的 symfony 堆栈相比,它是有限的。
YAML will accept static HTML quite easily in many tags:
Note that while some PHP is also available, it is limited compared to the full symfony stack.