简体   繁体   English

Drupal 7:在内容类型插入/编辑表单中将html块添加为字段

[英]Drupal 7: add html block as field in content type insert/edit form

I created my content type with fields of different kinds (text, date, entity relation...). 我使用不同类型的字段(文本,日期,实体关系...)创建了内容类型。 I would like to add an html block (my purpose is to add a link) between two fields. 我想在两个字段之间添加一个html块(我的目的是添加一个链接)。 It should not be editable by the user filling the form and the link should be clickable. 用户填写表单时不应对其进行编辑,并且该链接应该是可单击的。

I searched for modules (like "html block field") but I still haven't a solution. 我搜索了模块(例如“ html块字段”),但仍然没有解决方案。

Could you help me? 你可以帮帮我吗? Thanks 谢谢

Please used markup field module. 请使用标记字段模块。

https://www.drupal.org/project/markup https://www.drupal.org/project/markup

Here you can show simple text or html text. 在这里您可以显示简单文本或html文本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM