forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
19 lines
325 B
Twig
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 %}
|