admin管理员组文章数量:1346063
How can I add a Link field to my theme's settings? The link module is activated and being used on content types already, I can't work out how to use it in the theme's settings.
I've already got the code setup to add a URL but I want the editing experience to provide both the URL with auto-complete and link text.
$form['settings']['pop_up']['popup_cta'] = array(
'#type' => 'url',
'#options' => ['external' => TRUE],
'#title' => t('CTA'),
'#description' => t("The CTA for the pop-up."),
);
This is the link field I want:
本文标签: In Drupal 9 how can I add a Link field to theme settingsStack Overflow
版权声明:本文标题:In Drupal 9 how can I add a Link field to theme settings? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743820560a2544709.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论