nystudio107 / craft-code-field
Provides a Code Field that has a full-featured code editor with syntax highlighting & autocomplete
Fund package maintenance!
khalwat
Installs: 30 843
Dependents: 3
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 1
Type:craft-plugin
pkg:composer/nystudio107/craft-code-field
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
- dev-develop-v5
- v5.x-dev
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-beta.3
- 5.0.0-beta.2
- 5.0.0-beta.1
- v4.x-dev
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- v3.x-dev
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- dev-develop-v4
- dev-develop-v3
This package is auto-updated.
Last update: 2026-02-05 21:21:30 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