1
0
Fork 0

Improve Babel code

- Add Diaspora source text choice
- Simplify escaped display
This commit is contained in:
Hypolite Petovan 2020-03-11 09:01:17 -04:00
commit b0dc3d6cf9
2 changed files with 28 additions and 17 deletions

View file

@ -6,6 +6,7 @@
</div>
<div class="form-group">
{{include file="field_radio.tpl" field=$type_bbcode}}
{{include file="field_radio.tpl" field=$type_diaspora}}
{{include file="field_radio.tpl" field=$type_markdown}}
{{include file="field_radio.tpl" field=$type_html}}
</div>