nystudio107 / craft-code-field
Provides a Code Field that has a full-featured code editor with syntax highlighting & autocomplete
Package info
github.com/nystudio107/craft-code-field
Type:craft-plugin
pkg:composer/nystudio107/craft-code-field
Fund package maintenance!
Requires
- php: ^8.2
- craftcms/cms: ^5.3.0
- nystudio107/craft-code-editor: ^1.0.29
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
This package is auto-updated.
Last update: 2026-06-05 21:56:54 UTC
README
Code Field plugin for Craft CMS
Provides a Code Field that has a full-featured code editor with syntax highlighting & autocomplete
Requirements
This plugin requires Craft CMS 5.0.0 or later
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require nystudio107/craft-code-field -
In the Control Panel, go to Settings → Plugins and click the “Install” button for Code Field.
Documentation
Click here -> Code Field Documentation
Brought to you by nystudio107