mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] Add error handling, improve README, fix + customize theming [FIX] Use Mermaid 8.3.0, compiled for older ECMAscript [FIX] Small web_widget_mermaid improvements [UPD] Upgrade Mermaid, target older browsers, add build instructions [FIX] Remove trailing comma in function call to make PhantomJS happy [IMP] Add web_widget_mermaid demo example
11 lines
589 B
XML
11 lines
589 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<template id="assets_backend" name="web_widget_mermaid assets" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript" src="/web_widget_mermaid/static/lib/mermaid/mermaid.js"></script>
|
|
<script type="text/javascript" src="/web_widget_mermaid/static/src/js/web_widget_mermaid.js"></script>
|
|
<link rel="stylesheet" type="text/less" href="/web_widget_mermaid/static/src/less/web_widget_mermaid_default_theme.less"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|