allow HeadContent to support script tags
This commit is contained in:
		| @ -134,7 +134,7 @@ | ||||
|                             </div> | ||||
|                         </div> | ||||
|                         <div class="row mb-1 align-items-center"> | ||||
|                             <Label Class="col-sm-3" For="headcontent" HelpText="Optionally enter content to be included in the page head (ie. meta and link tags are valid, script tags are not)." ResourceKey="HeadContent">Head Content: </Label> | ||||
|                             <Label Class="col-sm-3" For="headcontent" HelpText="Optionally enter content to be included in the page head (ie. meta, link, or script tags). Please note that inline script must include an id attribute." ResourceKey="HeadContent">Head Content: </Label> | ||||
|                             <div class="col-sm-9"> | ||||
|                                 <textarea id="headcontent" class="form-control" @bind="@_headcontent" rows="3"></textarea> | ||||
|                             </div> | ||||
|  | ||||
| @ -141,7 +141,7 @@ | ||||
|                             </div> | ||||
|                         </div> | ||||
|                         <div class="row mb-1 align-items-center"> | ||||
|                             <Label Class="col-sm-3" For="headcontent" HelpText="Optionally enter content to be included in the page head (ie. meta and link tags are valid, script tags are not)." ResourceKey="HeadContent">Head Content: </Label> | ||||
|                             <Label Class="col-sm-3" For="headcontent" HelpText="Optionally enter content to be included in the page head (ie. meta, link, or script tags). Please note that inline script must include an id attribute." ResourceKey="HeadContent">Head Content: </Label> | ||||
|                             <div class="col-sm-9"> | ||||
|                                 <textarea id="headcontent" class="form-control" @bind="@_headcontent" rows="3"></textarea> | ||||
|                             </div> | ||||
|  | ||||
| @ -105,7 +105,7 @@ | ||||
|                 </div> | ||||
|             </div> | ||||
|             <div class="row mb-1 align-items-center"> | ||||
|                 <Label Class="col-sm-3" For="headcontent" HelpText="Optionally enter content to be included in the page head (ie. meta and link tags are valid, script tags are not)." ResourceKey="HeadContent">Head Content: </Label> | ||||
|                 <Label Class="col-sm-3" For="headcontent" HelpText="Optionally enter content to be included in the page head (ie. meta, link, or script tags). Please note that inline script must include an id attribute." ResourceKey="HeadContent">Head Content: </Label> | ||||
|                 <div class="col-sm-9"> | ||||
|                     <textarea id="headcontent" class="form-control" @bind="@_headcontent" rows="3"></textarea> | ||||
|                 </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker