DIR: /home/otwalrll/.trash/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/ |
Current File : /home/otwalrll/.trash/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/index.ts |
/** * Internal dependencies */ import { PluginDocumentSettingPanelAiExcerpt } from './extend/ai-post-excerpt'; // Plugins list export const aiExcerptPluginName = 'ai-content-lens'; export const aiExcerptPluginSettings = { render: PluginDocumentSettingPanelAiExcerpt, }; |