nystudio107 / craft-code-field
Provides a Code Field that has a full-featured code editor with syntax highlighting & autocomplete
Fund package maintenance!
khalwat
Installs: 16 145
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 2
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
- nystudio107/craft-code-editor: ^1.0.14
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
This package is auto-updated.
Last update: 2024-10-13 02:48:45 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