{% extends 'layout.twig' %} {% import '@ui/tooltip.twig' as tooltip %} {% block content %}
{% block beforeSettingsList %} {% endblock %}
{% block beforeSettings %}{% endblock %}
{{ tooltip.icon(environment.translate('Enable this option if you want to include the tables data to global site search'), 'top', true) }}
{{ tooltip.icon('Add pages to your table in Editor', 'top', true) }}
{{ tooltip.icon(environment.translate('Set the count of table rows, which will be put into the one saving request. If your table has more rows - as many requests will be sent as need to completely save all table data.

It can be useful if you have a large table and can not improuve your server settings to save the table per single request.

If you do not have problems with saving of tables it is better to left the default value - 400. Read more'), 'top', true) }}
{{ tooltip.icon(environment.translate('Use this form to make global search by all tables on page'), 'top', true) }} {% if environment.isPro() == false %} {{ environment.translate('PRO option') }} {% endif %}
{{ tooltip.icon(environment.translate('Allow loading posts/pages with tables through AJAX. Important: the assets-shortcode must be specified in the parent page.'), 'top', true) }} {% if environment.isPro() == false %} {{ environment.translate('PRO option') }} {% endif %}
{% if environment.isPro() == false %} {% else %} {% endif %}
{{ tooltip.icon(environment.translate('Set the users roles, to add permission to use the plugin. The Administrator role has set by default.'), 'top', true) }} {% if environment.isPro() == false %} {{ environment.translate('PRO option') }} {% endif %}
{% if environment.isPro() != false %} {% endif %}
{% block afterSettings %}{% endblock %}
{% block afterSettingsList %}{% endblock %}
{% endblock %}