From ddd83304ceef3ce46b511daafa3becbb1449b5a1 Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Tue, 9 Dec 2014 09:03:02 +1300 Subject: [PATCH] FIX: Feedback to name the fields section to "field types" to make it clearer what the section is about. --- .../{Fields => Field_types}/01_Common_Subclasses.md | 10 +++++----- .../{Fields => Field_types}/02_DateField.md | 0 .../{Fields => Field_types}/03_HTMLEditorField.md | 13 +++++++------ .../{Fields => Field_types}/04_GridField.md | 0 4 files changed, 12 insertions(+), 11 deletions(-) rename docs/en/02_Developer_Guides/03_Forms/{Fields => Field_types}/01_Common_Subclasses.md (93%) rename docs/en/02_Developer_Guides/03_Forms/{Fields => Field_types}/02_DateField.md (100%) rename docs/en/02_Developer_Guides/03_Forms/{Fields => Field_types}/03_HTMLEditorField.md (97%) rename docs/en/02_Developer_Guides/03_Forms/{Fields => Field_types}/04_GridField.md (100%) diff --git a/docs/en/02_Developer_Guides/03_Forms/Fields/01_Common_Subclasses.md b/docs/en/02_Developer_Guides/03_Forms/Field_types/01_Common_Subclasses.md similarity index 93% rename from docs/en/02_Developer_Guides/03_Forms/Fields/01_Common_Subclasses.md rename to docs/en/02_Developer_Guides/03_Forms/Field_types/01_Common_Subclasses.md index 908cfb618..951578f22 100644 --- a/docs/en/02_Developer_Guides/03_Forms/Fields/01_Common_Subclasses.md +++ b/docs/en/02_Developer_Guides/03_Forms/Field_types/01_Common_Subclasses.md @@ -1,9 +1,9 @@ -title: Common FormField Types +title: Common FormField type subclasses summary: A table containing a list of the common FormField subclasses. -# Form Field Types +# Common FormField type subclasses -This is a highlevel overview of available `[api:FormField]` subclasses. An automatically generated list is available +This is a high level overview of available `[api:FormField]` subclasses. An automatically generated list is available on the SilverStripe API documentation. ## Basic @@ -20,7 +20,7 @@ on the SilverStripe API documentation. * `[api:FormAction]`: Button element for forms, both for `` and `