text4u
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. /**
  2. * When extending the control panel, be sure to uncomment the necessary code for your build process:
  3. * https://statamic.dev/extending/control-panel
  4. */
  5. /** Example Fieldtype
  6. import ExampleFieldtype from './components/fieldtypes/ExampleFieldtype.vue';
  7. Statamic.booting(() => {
  8. Statamic.$components.register('example-fieldtype', ExampleFieldtype);
  9. });
  10. */