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