{% extends 'grid-gallery.twig' %} {% block content %} {% import '@core/helpers.twig' as h %}
{% block beforeSettingsList %} {% endblock %}
{% block beforeSettings %}{% endblock %}
{{ h.showTooltip('If this option is enabled, the statistics about what plugin options you prefer to use will be collected and sent to us automatically. This information will help us make our solution better for you.', 'top', true) }}
{{ h.showTooltip('Choose the preprocessor for image transformations (cropping, resizing etc.) Note: Changing the default settings may affect image quality. If you are not sure about how to use this option, please leave the settings by default.', 'top', true) }}
{{ h.showTooltip('Here you may assign the roles of the persons, that are allowed to use the plugin. This feature is useful when you need to depute your site management to someone else. Administrator is included by default.', 'top', true) }} {% if environment.isPro() == false %} {{ environment.translate('PRO option') }} {% endif %}
{% block afterSettings %}{% endblock %}
{% block afterSettingsList %}{% endblock %}
{% endblock %}