Files
design-themes/theme_graphene_blog/views/templates.xml
T
2021-05-11 15:56:19 +02:00

47 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="_assets_secondary_variables" inherit_id="theme_graphene._assets_secondary_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_graphene_blog/static/src/scss/secondary_variables.scss"/>
</xpath>
</template>
<template id="assets_frontend" inherit_id="theme_graphene.assets_frontend">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_graphene_blog/static/src/scss/graphene.blog.scss"/>
</xpath>
</template>
<template id="assets_editor" inherit_id="theme_graphene.assets_editor">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/theme_graphene_blog/static/src/js/graphene.blog.editor.js"/>
</xpath>
</template>
<!-- Snippet's Options -->
<template id="s_latest_posts_big_picture_options" inherit_id="website_blog.s_latest_posts_options">
<xpath expr="//div[@data-js='js_get_posts_selectBlog']" position="before">
<div data-js='s_latest_posts_style' data-selector=".s_latest_posts_big_picture .js_get_posts">
<div class="dropdown-submenu">
<a tabindex="-1" href="#" class="dropdown-item"><i class="fa fa-paint-brush"/>List Style</a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item" data-select-class="">Default</a>
<a href="#" class="dropdown-item" data-select-class="effect-marley">Marley</a>
<a href="#" class="dropdown-item" data-select-class="effect-dexter">Dexter</a>
<a href="#" class="dropdown-item" data-select-class="effect-chico">Silly-Chico</a>
<a href="#" class="dropdown-item" data-select-class="effect-steve">Lonely Steve</a>
</div>
</div>
</div>
<div data-js='s_latest_posts_options' data-selector=".s_latest_posts_big_picture .js_get_posts">
<div class="dropdown-submenu">
<a tabindex="-1" href="#" class="dropdown-item"><i class="fa fa-cogs"/>Options</a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item" data-toggle-class="first_is_big">First is bigger</a>
</div>
</div>
</div>
</xpath>
</template>
</odoo>