Odoo18-Base/addons/website/static/tests/tours/public_user_editor.js
2025-01-06 10:57:38 +07:00

9 lines
191 B
JavaScript

/** @odoo-module **/
import { registry } from "@web/core/registry";
registry.category("web_tour.tours").add('public_user_editor', {
steps: () => [{
trigger: '.note-editable',
}]});