{#** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) *#} {# text editors parameters - disabled: change the state for all the inputs to disabled / enabled - fontList: list of font available (see default_fonts.json for example) - fontVariants: list of font variants (see font_variants.json for example) - fontFamily: object with - id: id of the input - name: name of the input - value: default value - fontStyle: object with - id: id of the input - name: name of the input - value: default value - fontSize: object with - id: id of the input - name: name of the input - value: default value - min: min value (default 1) can't be less then 1 - max: max value (default 999) - fontColor: object with - id: id of the input - name: name of the input - value: default value - textArea: object with - id: id of textarea - name: name of textarea - ariaLabel: aria label of text area - value: default value - multiline: boolean (by default true) - required: boolean (by default false) - readonly: boolean (by default false) #}
{% if fontFamily.id is defined %}
{% endif %} {% if fontStyle.id is defined and fontVariants is defined %}
{% endif %} {% if fontSize.id is defined %}
{% endif %} {% if fontColor.id is defined %}
{% endif %}