@websolutespa/payload-plugin-bowl-llm
Version:
LLM plugin for Bowl PayloadCms plugin
26 lines (25 loc) • 565 B
JavaScript
import { options } from '../../options';
import { withIntegration } from './withIntegration';
export const LlmKbShopify = withIntegration(options.slug.llmKbShopify, [
{
name: 'shopName',
type: 'withText',
required: true
},
{
name: 'accessToken',
type: 'withText',
required: true
},
{
name: 'graphqlQuery',
type: 'json',
required: true
},
{
name: 'filterHandle',
type: 'text',
hasMany: true
}
]);
//# sourceMappingURL=LlmKbShopify.js.map