更改标题现场占位符文字 - drupal
在我的内容类型表单上,我试图将占位符文本从“标题”更改为“主题”。我的字段设置如下:
此更改得以正确更新,但表单标题仍然显示为“ title”:
不确定为什么不反射。清除了缓存,并在隐身窗口上尝试了。没有运气。关于如何修复的任何帮助?
On my content type form I am trying to change the placeholder text from "Title" to "Subject". My field setting is as below:
This change gets updated correctly but the form title still shows as "Title" :
Unsure why it's not reflecting. Cleared cache and tried on incognito windows. no luck. Any help on how this can be fixed pls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您要设置在正确的内容类型上,并且不要忘记在
保存按钮上。管理表单显示
页面的如果您已经完成了上述所有问题,但仍未解决该问题,那么代码中的某个地方已覆盖了该字段的占位符配置。在这种情况下,您需要查找并删除它。
Make sure you are setting on the correct content type and don't forget to hit
Save
button at the bottom of theManage form display
page.If you have done all the above and still not solved the problem then somewhere in your code has overwritten the placeholder configuration of that field. In that case you need to find and remove it.