Skip to content

Shaokun-X/strapi-plugin-website-builder-v5

Repository files navigation

strapi-plugin-website-builder-v5

V5 Port of https://market.strapi.io/plugins/strapi-plugin-website-builder

Config example

export default () => ({
  'strapi-plugin-website-builder-v5': {
    enabled: true,
    config: {
      builds: [
        {
          name: 'manual-build',
          url: 'http://localhost:3000',
          trigger: {
            type: 'manual',
          },
        },
      ],
    },
  },
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published