-
Notifications
You must be signed in to change notification settings - Fork 31
Documents new custom field types #3545
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
Conversation
TL;DR ----- Adds the new types of custom license fields Details ------- Updates the docs on custom license fields to include the "Password" and "Enum" types. Passwords are eseentially strings that are considered sufficiently sensitive to be masked in the UI, while enums allow you to specify a list of options for the users to choose from. Provides more description of each type by moving the list of types into its own section and putting the types in a table with the name, an explanation, and the type of widget used on the "Manage Customer" screen.
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
This specific page has the change: https://deploy-preview-3545--replicated-docs-upgrade.netlify.app/vendor/licenses-adding-custom-fields |
paigecalvert
left a comment
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.
@crdant nice, looks good
some minor copy edits. also a little reordering so that this could be a h3 and visible from the right hand toc on the page
I was wondering if that might make more sense, then decided it wasn't enough content. I like it split out, though, it also leaves room for more detail on the future. |
Agree, it's nice split out. |
TL;DR
Adds the new types of custom license fields
Details
Updates the docs on custom license fields to include the "Password" and "Enum" types. Passwords are essentially strings that are considered sufficiently sensitive to be masked in the UI, while enums allow you to specify a list of options for the users to choose from.
Provides more description of each type by moving the list of types into its own section and putting the types in a table with the name, an explanation, and the type of widget used on the "Manage Customer" screen.