22Settings::setDefaultValue("terms_and_conditions", "require_acceptance", false, Boolean, "Set to true to require users to accept site terms and conditions", null, null, 1);
23Settings::setDefaultValue("terms_and_conditions", "terms_page_identifier", "terms", String, "The page identifier of the page containing the terms and conditions text", null, null, 3);
24Settings::setDefaultValue("terms_and_conditions", "title", "Terms And Conditions", String, "Title for the popup dialog", null, null, 2);
25Settings::setDefaultValue("terms_and_conditions", "button_label", "", String, "The text to display on the acceptance button", null, null, 4);