Commit 0ea13f4f authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - codemirror documentation - added supported languages and themes

parent 90ce698a
......@@ -29,17 +29,17 @@
[
['value' => 'language'],
['value' => '<i>String</i> [Default = <code>""</code>]', 'secure' => false],
['value' => 'The header title of the card.']
['value' => 'The language of the code to write. <code>javascript | manticore | python | shell</code>', 'secure' => false]
],
[
['value' => 'theme'],
['value' => '<i>String</i> [Default = <code>"icecoder"</code>]', 'secure' => false],
['value' => 'The header icon of the card.']
['value' => 'The theme of the editor.']
],
[
['value' => 'value'],
['value' => '<i>String</i> [Default = <code>"... no value parameter set..."</code>]', 'secure' => false],
['value' => 'Option to make the card body to show or hide.']
['value' => 'The value or text to display.']
],
[
['value' => 'extra'],
......@@ -50,6 +50,19 @@
@Limitless::TableStop
@Limitless::Divider
</br>
<h6>Themes</h6>
<code>
3024-day | 3024-night | abcdef | ambiance | base16-dark | base16-light | bespin | blackboard | cobalt |
codemirror | colorforth | darcula | dracula | duotone-dark | duotone-light | eclipse | elegant | erlang-dark |
gruvbox-dark | hopscotch | icecoder | idea | isotope | lesser-dark | liquibyte | lucario | material | mbo |
mdn-like | midnight | monokai | neat | neo | night | nord | oceanic-next | panda-syntax | paraiso-dark |
paraiso-light | pastel-on-dark | railscasts | rubyblue | seti | shadowfox | solarized | the-matrix |
tomorrow-night-bright | tomorrow-night-eighties | ttcn | twilight | vibrant-ink | xq-dark | xq-light |
yeti | yonce | zenburn
</code>
@Limitless::ElementCardStop
{{-- Sample Output --}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment