feat(cpa): list plugin template after updating for 3.0

This commit is contained in:
Elliot DeNolf
2024-04-16 19:46:22 -04:00
parent 234837ee1d
commit 68dee49501

View File

@@ -41,12 +41,12 @@ export function getValidTemplates(): ProjectTemplate[] {
// description: 'E-commerce Template',
// url: 'https://github.com/payloadcms/payload/templates/ecommerce',
// },
// {
// name: 'plugin',
// type: 'plugin',
// description: 'Template for creating a Payload plugin',
// url: 'https://github.com/payloadcms/payload-plugin-template',
// },
{
name: 'plugin',
type: 'plugin',
description: 'Template for creating a Payload plugin',
url: 'https://github.com/payloadcms/payload-plugin-template#beta',
},
// {
// name: 'payload-demo',
// type: 'starter',