@websolutespa/payload-plugin-bowl-llm
Version:
LLM plugin for Bowl PayloadCms plugin
36 lines (35 loc) • 719 B
JavaScript
export const Cta = {
type: 'withBlock',
slug: 'cta',
fields: [
{
name: 'title',
type: 'text',
required: true,
localized: true
},
{
name: 'href',
type: 'text',
required: true,
localized: true,
admin: {
width: '50%'
}
},
{
name: 'target',
type: 'text',
required: true,
defaultValue: '_blank',
admin: {
width: '50%'
}
},
{
name: 'icon',
type: 'withMedia'
}
]
};
//# sourceMappingURL=Cta.js.map