@websolutespa/payload-plugin-bowl-llm
Version:
LLM plugin for Bowl PayloadCms plugin
27 lines (26 loc) • 510 B
JavaScript
export const Card = {
type: 'withBlock',
slug: 'card',
fields: [
{
name: 'icon',
type: 'withMedia'
},
{
name: 'title',
type: 'text',
localized: true
},
{
name: 'body',
type: 'textarea',
localized: true
},
{
name: 'message',
type: 'textarea',
localized: true
}
]
};
//# sourceMappingURL=Card.js.map