finish author system
This commit is contained in:
parent
db8669d30d
commit
fe6e01acdf
38 changed files with 614 additions and 73 deletions
7
site/plugins/send-button/src/index.js
Executable file
7
site/plugins/send-button/src/index.js
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
import SendButtonField from "./components/SendButtonField.vue";
|
||||
|
||||
window.panel.plugin("adrienpayet/send-button", {
|
||||
fields: {
|
||||
"send-button": SendButtonField,
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue