-
Notifications
You must be signed in to change notification settings - Fork 20
Forms review #700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forms review #700
Changes from all commits
76d70aa
b7fda50
572e9d0
6788e3e
9abd5ef
310d1e5
c153a06
aaa189e
eb3f953
984fdb9
88c7573
fd97b19
3959018
1a69813
f13a81c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -70,18 +70,18 @@ export default { | |||||
| { text: 'Numbers', link: '/layer/numbers/' }, | ||||||
| { text: 'Checkbox', link: '/layer/checkbox/' }, | ||||||
| { text: 'QR Code', link: '/layer/qr-code/' }, | ||||||
| { text: 'Selecting a Single or Multiple Values', link: '/layer/value-select/' }, | ||||||
| { text: 'Selecting Single or Multiple Values', link: '/layer/value-select/' }, | ||||||
| { text: 'Photos', link: '/layer/photos/' }, | ||||||
| { text: 'Informational Widgets', link: '/layer/info-widgets/' }, | ||||||
| ] }, | ||||||
| { text: 'Default Values', link: '/layer/default-values/', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am bit afraid this rich article will be skipped by people clicking on the arrow icon to expand the menu instead of clicking on the entry. Let's analyse that afterwards. |
||||||
| collapsed: true, | ||||||
| items: [ | ||||||
| { text: 'Geotagging', link: '/layer/exif/' }, | ||||||
| { text: 'Extra Variables', link: '/layer/extra-variables/' } | ||||||
| { text: 'Variables', link: '/layer/variables/' } | ||||||
| ] }, | ||||||
| { text: 'Constraints', link: '/layer/constraints/' }, | ||||||
| { text: 'Attributes Form Layout', link: '/layer/form-layout/', | ||||||
| { text: 'Layout', link: '/layer/form-layout/', | ||||||
| collapsed: true, | ||||||
| items: [ | ||||||
| { text: 'Tabs and Groups', link: '/layer/tabs-and-groups/' }, | ||||||
|
|
@@ -90,11 +90,11 @@ export default { | |||||
| { text: 'Use Cases', link: '/layer/use-cases/', | ||||||
| collapsed: true, | ||||||
| items: [ | ||||||
| { text: 'How to Open a File', link: '/layer/open-file/' }, | ||||||
| { text: 'How to Use Hyperlinks', link: '/layer/external-link/' }, | ||||||
| { text: 'How to Open a File', link: '/layer/open-file/' }, | ||||||
| { text: 'How to Use Hyperlinks', link: '/layer/external-link/' }, | ||||||
| { text: 'How to Open a Link to a Navigation App', link: '/layer/link-to-navigation/' }, | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about making this shorter? Something like
Suggested change
|
||||||
| { text: 'How to Link Multiple Records to One Feature (1-N Relations)', link: '/layer/one-to-n-relations/' }, | ||||||
| { text: 'How to Embed an Image', link: '/layer/embed-image/' }, | ||||||
| { text: 'How to Display Instructions in the Form', link: '/layer/display-instructions/' }, | ||||||
| ] }, | ||||||
| ] }, | ||||||
| { | ||||||
|
|
||||||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we wanted to put photos higher in the list and relations lower