UNPKG

strapi-plugin-website-builder

Version:

A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.

6 lines (4 loc) 104 B
import { PLUGIN_ID } from './constants'; export function getTrad(id) { return `${PLUGIN_ID}.${id}`; }