mirror of
https://github.com/ComfortablyCoding/strapi-plugin-website-builder.git
synced 2025-12-19 00:06:58 -05:00
* feat: init v4 plugin * feat(server): migrate server functionality * feat(admin): migrate admin functionality * 2.0.0
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
'use strict';
|
|
|
|
const logContentType = require('./log-content-type');
|
|
|
|
module.exports = {
|
|
log: { schema: logContentType },
|
|
};
|