init
This commit is contained in:
13
site/plugins/embed/src/index.js
Normal file
13
site/plugins/embed/src/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import embedField from './components/embedField.vue'
|
||||
import embedInput from './components/embedInput.vue'
|
||||
import embedPreview from './components/embedPreview.vue'
|
||||
|
||||
panel.plugin('sylvainjule/embed', {
|
||||
fields: {
|
||||
embed: embedField,
|
||||
},
|
||||
components: {
|
||||
'k-embed-input': embedInput,
|
||||
'k-embed-field-preview': embedPreview,
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user