55 $form->readOnly(
"component");
57 $form->button(
"Cancel",
"/admin/setting_list");
58 $form->annotate(
"name",
"Please use a code-style name with lowercase letters and underscores between words (e.g., output_path). <b><i>Warning</b></i> Changes to the name will require code changes.");
59 $form->annotate(
"options",
"Option list for select or checklist field renderers or name of custom field renderer (e.g., FileUploadFieldRenderer). <b><i>Warning</b></i>: changing the order of options will change the selected value on the Application Settings form.");
60 $form->annotate(
"name",
"Name changes must be accompanied by code updates to the function that sets the default value.");
66 redirect(
"/admin/setting_list");
72 <h4>This features allows you
to customize the system
's application setting options. It is designed for use by systems administrators. CMS Users can modify <a href="/admin/settings">Application Settings</a> under CMS Site Configuration.</h4>
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
The Settings class provides components with a common API for specifying application settings and conf...
$method
Pull out a simple reference to the request method.