UNPKG

@vegan-friendly/strapi-plugin-update-lifecycle-trigger

Version:

A plugin for Strapi CMS that automates the triggering of update events for Strapi items, streamlining content and media management.

8 lines (6 loc) 121 B
'use strict'; module.exports = ({ strapi }) => ({ getWelcomeMessage() { return 'Welcome to Strapi 🚀'; }, });