v1/web/modules/contrib/search_api/templates/search-api-admin-fields-tab...

19 lines
325 B
Twig

{#
/**
* @file
* Default theme implementation for displaying the Search API fields table.
*
* Available variables:
* - table: The table of fields.
* - note: The table note.
*
* @see template_preprocess_search_api_admin_fields_table()
*
* @ingroup themeable
*/
#}
{{ table }}
{% if note %}
{{ note }}
{% endif %}