Files
design-themes/theme_enark/views/customize_modal.xml
T
2021-05-20 10:57:04 +02:00

10 lines
319 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="theme_customize" inherit_id="website.theme_customize">
<!-- Set number of fonts -->
<xpath expr="//t[@t-set='_nb_fonts']" position="attributes">
<attribute name="t-value">11</attribute>
</xpath>
</template>
</odoo>