Commit bba997b0 authored by Sylvain's avatar Sylvain

Mise à jour Doc Field::code

parent be4c4216
...@@ -338,13 +338,13 @@ Has identique field with `pdf`, `video` ...@@ -338,13 +338,13 @@ Has identique field with `pdf`, `video`
var x = "All this is syntax highlighted"; var x = "All this is syntax highlighted";
return x; return x;
}', }',
'attributes' => [
'required' => false,
'style' => 'min-height: 400px;', 'style' => 'min-height: 400px;',
'is_required' => true, 'data-language' => 'javascript',
'datas' => array( 'data-readonly' => 'false',
'language' => 'javascript', 'data-beautiful' => 'false',
'readonly' => 'false', ]
'beautiful' => 'false',
)
]) !!} ]) !!}
``` ```
......
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