Vvveb.ComponentsGroup['Plugins'] = Vvveb.ComponentsGroup['Plugins'] ?? []; Vvveb.ComponentsGroup['Plugins'].push("newsletter/form"); Vvveb.Components.extend("_base", "newsletter/form", { image: "icons/envelope.svg", name: "Newsletter", attributes: ["data-v-component-plugin-newsletter-form"], html: `
Stay Informed with Early Updates!

Subscribe to our newsletter and receive the latest updates and important news directly to your inbox.

`, properties: [{ name: "Name", key: "name", htmlAttr: "data-v-name", inputtype: TextInput },{ name: "List name", key: "list", htmlAttr: "data-v-list", inputtype: TextInput }] });