Visible_if - expand to include heading/paragraphs

One more quirk - settings type:link_list does not respond to visible_if:

    {
      "id": "show_menu",
      "type": "checkbox",
      "label": "Show menu",
      "default": false,
    },
    {
      "id": "menu",
      "type": "link_list",
      "label": "Menu",
      "info": "Always shows",
      "default": "footer",
      "visible_if": "{{ section.settings.show_menu }}"
    },