rsanchez / json

Output ExpressionEngine data in JSON format.
http://devot-ee.com/add-ons/json/
100 stars 236 forks source link

Improved Wygwam support #61

Closed domstubbs closed 6 years ago

domstubbs commented 6 years ago

Although I found that native file tags (like {filedir_1}) were being replaced without explicitly calling Wygwam’s pre_process method, Assets tags (like {assets_699:http://domain.ext/file.png}) were not. This fixes that.

(Should entries_custom_field be called for all custom field types? I wondered about adding that instead, but haven’t got the time to test for bugs elsewhere atm.)