Question with HTML

<editable-area 
    area-identifier="main" 
    area-options-allowed-widgets='new[] { "Sandbox.Widget.Hero", "Sandbox.Widget.CTA" }'
    area-options-allowed-sections='new[] { "Sandbox.Section.OneColumn" }' />
public class User
{
   public string UserName { get; set; }
   public bool Enabled { get; set; }
}
SELECT *
FROM CMS_USER

Environment

Answers

To response this discussion, you have to login first.