8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
|
|
import SendButtonField from "./components/SendButtonField.vue";
|
||
|
|
|
||
|
|
window.panel.plugin("adrienpayet/send-button", {
|
||
|
|
fields: {
|
||
|
|
"send-button": SendButtonField,
|
||
|
|
},
|
||
|
|
});
|