Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/docs/data-modeling/field-type-decision-tree.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ flowchart TD
TEXT -->|Email address| T5[email]
TEXT -->|Website URL| T6[url]
TEXT -->|Phone number| T7[phone]
TEXT -->|Secret value| T8[password]
TEXT -->|Sensitive secret value| S5[secret]

%% Number branch
NUM -->|Any number| N1[number]
Expand Down Expand Up @@ -88,7 +88,6 @@ flowchart TD
style T5 fill:#059669,color:#fff
style T6 fill:#059669,color:#fff
style T7 fill:#059669,color:#fff
style T8 fill:#059669,color:#fff
style N1 fill:#d97706,color:#fff
style N3 fill:#d97706,color:#fff
style N4 fill:#d97706,color:#fff
Expand Down
Loading