Skip to content

Commit 2a04b62

Browse files
committed
Move the new pages in the navigation next to the current DateTime
1 parent 9417e64 commit 2a04b62

File tree

2 files changed

+6
-6
lines changed
  • 16/umbraco-cms
    • fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor

2 files changed

+6
-6
lines changed

16/umbraco-cms/SUMMARY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
* [Content Picker](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker.md)
5757
* [Document Picker](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/document-picker.md)
5858
* [DateTime](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time.md)
59+
* [Date Time Editors](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/README.md)
60+
* [Date Only](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/date-only.md)
61+
* [Time Only](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/time-only.md)
62+
* [Date Time (Unspecified)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/date-time-unspecified.md)
63+
* [Date Time (with Time Zone)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/date-time-with-time-zone.md)
5964
* [Date](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date.md)
6065
* [Decimal](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/decimal.md)
6166
* [Email Address](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/email-address.md)
@@ -88,11 +93,6 @@
8893
* [Custom CSS properties](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/css-properties.md)
8994
* [Extensions](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/extensions.md)
9095
* [Style Menu](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/style-menu.md)
91-
* [Date Time Editors](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/README.md)
92-
* [Date Only](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/date-only.md)
93-
* [Time Only](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/time-only.md)
94-
* [Date Time (Unspecified)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/date-time-unspecified.md)
95-
* [Date Time (with Time Zone)](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/date-time-with-time-zone.md)
9696
* [Login](fundamentals/backoffice/login.md)
9797
* [Document Blueprints](fundamentals/backoffice/document-blueprints.md)
9898
* [Sidebar](fundamentals/backoffice/sidebar.md)

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Date Time
1+
# Date Time Editors
22

33
The Date Time property editors provide interfaces for selecting dates, times, and time zones. Each editor is designed for specific use cases, from basic date selection to comprehensive date/time handling with time zone support.
44

0 commit comments

Comments
 (0)