UNPKG

directus-extension-seo

Version:

Directus SEO Extension enhance Directus with powerful SEO scoring and validator and AI SEO from ChatGPT

13 lines (11 loc) 305 B
import { defineInterface } from '@directus/extensions-sdk'; import InterfaceComponent from './interface.vue'; export default defineInterface({ id: 'social-table', name: 'Social Table', icon: 'box', description: 'Social Table!', component: InterfaceComponent, options: null, types: ['string'], });