@proca/widget
Version:
Proca is an open-source campaign toolkit designed to empower activists and organisations in their digital advocacy efforts. It provides a flexible and customisable platform for creating and managing online petitions, email campaigns, and other forms of di
22 lines (19 loc) • 564 B
JavaScript
// File geneated by the webpack/actionPage.js loader based on
// JSON config in config/
// DEBUG=CODE yarn start {id} to see what it's replaced by when running
import Petition from "@component/Petition";
const steps = {};
const portals = {};
const imports = {};
// things the builder need to do
steps.Petition = Petition;
const config = {
lang: "en",
journey: ["Petition", "Share"],
campaign: {},
component: {},
portals: [],
imports: [],
};
export { config, portals, steps, imports };
alert("src/actionpage.js should be overwritten by the builder");