UNPKG

@ckeditor/strapi-plugin-ckeditor

Version:
12 lines (9 loc) 190 B
'use strict'; const register = ( { strapi } ) => { strapi.customFields.register( { name: 'CKEditor', plugin: 'ckeditor', type: 'richtext' } ) }; module.exports = register;