Add no_oembed_rich_content and allowed_oembed admin settings

This commit is contained in:
Hypolite Petovan 2018-01-04 11:58:32 -05:00
commit 50e04d87c2
2 changed files with 8 additions and 0 deletions

View file

@ -78,6 +78,8 @@
<h3>{{$corporate}}</h3>
{{include file="field_input.tpl" field=$allowed_sites}}
{{include file="field_input.tpl" field=$allowed_email}}
{{include file="field_checkbox.tpl" field=$no_oembed_rich_content}}
{{include file="field_input.tpl" field=$allowed_oembed}}
{{include file="field_checkbox.tpl" field=$block_public}}
{{include file="field_checkbox.tpl" field=$force_publish}}
{{include file="field_select.tpl" field=$community_page_style}}