Skip to content

Latest commit

 

History

History

README.md

@studiocms/html Plugin

codecov

Add HTML support to StudioCMS

Usage

Add this plugin in your StudioCMS config. (studiocms.config.mjs)

import { defineStudioCMSConfig } from 'studiocms/config';
import htmlPlugin from '@studiocms/html';

export default defineStudioCMSConfig({
    // other options here
    plugins: [htmlPlugin()]
});

License

MIT Licensed.