Logo
Explore Help
Register Sign In
valentineus/strapi-plugin-checkbox-list
1
Fork 0
You've already forked strapi-plugin-checkbox-list
Code Issues Pull Requests 1 Actions Releases Activity
Files
8f5b3916a11d39d062945a5d38f6fbfbd2f1cf40
strapi-plugin-checkbox-list/server/src/services/service.js

9 lines
217 B
JavaScript
Raw Normal View History

Add checkbox-list custom field plugin to Strapi - Introduced a new custom field type 'checkbox-list' with associated input component. - Updated package.json to reflect the new plugin name. - Added necessary server-side files for plugin registration, including bootstrap, destroy, and service methods. - Updated package-lock.json to include new dependencies and versions. - Enhanced admin interface with custom field registration and input handling.
2026-02-05 11:53:17 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const service = ({ strapi }) => ({
getWelcomeMessage() {
return 'Welcome to Strapi 🚀';
},
});
exports.default = service;
Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses