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`
var x = "All this is syntax highlighted";
return x;
}',
'style' => 'min-height: 400px;',
'is_required' => true,
'datas' => array(
'language' => 'javascript',
'readonly' => 'false',
'beautiful' => 'false',
)
'attributes' => [
'required' => false,
'style' => 'min-height: 400px;',
'data-language' => 'javascript',
'data-readonly' => 'false',
'data-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