Skip to content

Commit c901781

Browse files
committed
Fill in SUMMARY
1 parent 6ac7e58 commit c901781

File tree

1 file changed

+47
-2
lines changed

1 file changed

+47
-2
lines changed

15/umbraco-forms/SUMMARY.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of contents
22

33
* [Umbraco Forms Documentation](README.md)
4+
* [Legacy Documentation](legacy-documentation.md)
45
* [Release Notes](release-notes.md)
56

67
## Installation
@@ -11,18 +12,62 @@
1112
## Upgrading
1213

1314
* [Upgrading Umbraco Forms](upgrading/manualupgrade.md)
14-
* [Version Specific Upgrade Notes](upgrading/version-specific/README.md)
15-
* [Migration IDs](upgrading/version-specific/migration-ids.md)
15+
* [Version Specific Upgrade Notes](upgrading/version-specific.md)
16+
* [Migration IDs](upgrading/migration-ids.md)
1617

1718
## Editor
1819

1920
* [Creating a Form - The basics](editor/creating-a-form/README.md)
21+
* [Form Settings](editor/creating-a-form/form-settings.md)
22+
* [Form Information](editor/creating-a-form/form-info.md)
23+
* [Overview Of The Field Types](editor/creating-a-form/fieldtypes/README.md)
24+
* [Date](editor/creating-a-form/fieldtypes/date.md)
25+
* [File Upload](editor/creating-a-form/fieldtypes/fileupload.md)
26+
* [reCAPTCHA V2](editor/creating-a-form/fieldtypes/recaptcha2.md)
27+
* [reCAPTCHA V3](editor/creating-a-form/fieldtypes/recaptcha3.md)
28+
* [Setting-up Conditional Logic on Fields](editor/creating-a-form/conditional-logic.md)
29+
* [Attaching Workflows](editor/attaching-workflows/README.md)
30+
* [Workflow Types](editor/attaching-workflows/workflow-types.md)
31+
* [Viewing And Exporting Entries](editor/viewing-and-exporting-entries.md)
32+
* [Defining And Attaching Prevalue Sources](editor/defining-and-attaching-prevaluesources/README.md)
33+
* [Prevalue Source Types Overview](editor/defining-and-attaching-prevaluesources/prevalue-source-types.md)
2034

2135
## Developer
2236

2337
* [Property Editors](developer/property-editors.md)
2438
* [Preparing Your Frontend](developer/prepping-frontend.md)
39+
* [Rendering Forms](developer/rendering-forms.md)
40+
* [Rendering Forms Scripts](developer/rendering-scripts.md)
41+
* [Themes](developer/themes.md)
42+
* [Custom Markup](developer/custom-markup.md)
43+
* [Email Templates](developer/email-templates.md)
44+
* [Working With Record Data](developer/working-with-data.md)
45+
* [Umbraco Forms in the Database](developer/forms-in-the-database.md)
46+
* [Extending](developer/extending/README.md)
47+
* [Adding A Type To The Provider Model](developer/extending/adding-a-type.md)
48+
* [Setting Types](developer/extending/setting-types.md)
49+
* [Adding A Field Type To Umbraco Forms](developer/extending/adding-a-fieldtype.md)
50+
* [Excluding a built-in field](developer/extending/excluding-a-built-in-field.md)
51+
* [Adding A Prevalue Source Type To Umbraco Forms](developer/extending/adding-a-prevaluesourcetype.md)
52+
* [Adding A Workflow Type To Umbraco Forms](developer/extending/adding-a-workflowtype.md)
53+
* [Adding An Export Type To Umbraco Forms](developer/extending/adding-a-exporttype.md)
54+
* [Adding a Magic String Format Function](developer/extending/adding-a-magic-string-format-function.md)
55+
* [Adding A Server-Side Notification Handler To Umbraco Forms](developer/extending/adding-an-event-handler.md)
56+
* [Adding a Validation Pattern](developer/extending/adding-a-validation-pattern.md)
57+
* [Customize Default Fields and Workflows For a Form](developer/extending/customize-default-workflows.md)
2558
* [Configuration](developer/configuration/README.md)
59+
* [Forms Provider Type Details](developer/configuration/type-details.md)
60+
* [Webhooks](developer/webhooks.md)
61+
* [Security](developer/security.md)
62+
* [Magic Strings](developer/magic-strings.md)
63+
* [Health Checks](developer/healthchecks/README.md)
64+
* [Apply keys and indexes](developer/healthchecks/apply-keys.md)
65+
* [Apply keys and indexes for forms in the database](developer/healthchecks/forms-in-the-database-apply-keys.md)
66+
* [Localization](developer/localization.md)
67+
* [Headless/AJAX Forms](developer/ajaxforms.md)
68+
* [Block List Labels](developer/blocklistfilters.md)
69+
* [Field Types](developer/field-types.md)
70+
* [Storing Prevalue Text Files With IPreValueTextFileStorage](developer/iprevaluetextfilestorage.md)
2671

2772
## Tutorials
2873

0 commit comments

Comments
 (0)