Files
web/web_widget_pattern/static/src/char_field.xml
2024-04-23 17:17:04 +02:00

10 lines
290 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="web.CharField" t-inherit-mode="extension" owl="1">
<input position="attributes">
<attribute name="t-att-pattern">props.pattern</attribute>
</input>
</t>
</templates>