text4u
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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