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