最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

In Drupal 9 how can I add a Link field to theme settings? - Stack Overflow

programmeradmin1浏览0评论

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:

发布评论

评论列表(0)

  1. 暂无评论