text4u
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

cp.js 366B

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. */