Skip to content

Monaco Editor - code editor for Orchid Platform

Notifications You must be signed in to change notification settings

orchidcommunity/MonacoEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonacoEditor

Monaco Editor - code editor for Orchid Platform

Editor

  1. Add string to config/platform.php
'fields' => [
 ...
'monacoeditor' => Orchids\MonacoEditor\Fields\Types\MonacoEditorField::class, 
  1. Execute the following command
php artisan vendor:publish --provider="Orchids\MonacoEditor\Providers\MonacoEditorServiceProvider"

3.Add field in project

Field::tag('monacoeditor')
       ->name('code')
       ->title('Code Block')
       ->help('Simple web editor')
       ->language('javascript'),

About

Monaco Editor - code editor for Orchid Platform

Resources

Stars

Watchers

Forks

Packages

No packages published