static-cms/website/content/docs/customization-overview.mdx

14 lines
553 B
Plaintext
Raw Normal View History

2022-11-04 17:41:12 -04:00
---
group: Customization
title: Overview
weight: 1
---
The Static CMS exposes a `window.CMS` global object that you can use to customize your CMS. The same object is also the default export if you import Static CMS as an npm module. Available options are:
- Register [custom widgets](/docs/custom-widgets)
- Register [custom previews](/docs/custom-previews)
- Register [editor customizations](/docs/widget-markdown#customization)
- Register [additional menu links or custom pages](/docs/additional-links)
- Register [custom icons](/docs/custom-icons)