You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
831 B
18 lines
831 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<template id="customs_snippet_options" inherit_id="website.snippet_options">
|
|
<!-- Insert our new content after the we-button element with data-name="image_transform_opt" -->
|
|
<xpath expr="//we-button[@data-name='image_transform_opt']"
|
|
position="after">
|
|
<div data-selector=".external-link">
|
|
<div class="col-md-12">
|
|
<we-input string="External Link" id="snippet_url_link_id"
|
|
class="external_link_button"
|
|
data-select-attribute=""
|
|
data-attribute-name="title"
|
|
placeholder="Enter your external link here"/>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|