Files
Grav/system
Paul Massendari df63a85f3e Specify type in inlineJS (#1683)
This commit allows users to specify type to inlineJS via a 4th parameter . 

This might be useful for those who would like to output encoded json microdata which require to use 
<script type="application/ld+json"> to be valid. 

Exemple usage: $assets->addInlineJs($outputjson, 100,'', "application/ld+json");
which will output: <script type="application/ld+json">
2017-10-11 11:05:01 -06:00
..
2016-10-03 17:18:00 +02:00
2017-10-11 11:05:01 -06:00
2017-09-29 16:55:44 -06:00
2017-05-05 17:21:59 +02:00