Set up a fresh Statamic site
This commit is contained in:
14
resources/js/cp.js
Normal file
14
resources/js/cp.js
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* When extending the control panel, be sure to uncomment the necessary code for your build process:
|
||||
* https://statamic.dev/extending/control-panel
|
||||
*/
|
||||
|
||||
/** Example Fieldtype
|
||||
|
||||
import ExampleFieldtype from './components/fieldtypes/ExampleFieldtype.vue';
|
||||
|
||||
Statamic.booting(() => {
|
||||
Statamic.$components.register('example-fieldtype', ExampleFieldtype);
|
||||
});
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user