{# /** * @file * Default theme implementation for a summary of a gaussian blur effect. * * Available variables: * - data: The current configuration for this blur effect, including: * - radius: The radius of the blur. * - sigma: The sigma value for the blur. * - effect: The effect information, including: * - id: The effect identifier. * - label: The effect name. * - description: The effect description. * * @ingroup themeable */ #} {% apply spaceless %} - {{ 'Radius: '|t }}{{ data.radius }}{{ 'px'|t }} {% if data.sigma %} - {{ 'Sigma: '|t }}{{ data.sigma }} {% endif %} {% endapply %}