-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature parity between InputField and GlobalSetting (#2505)
* Extend GlobalSetting with InputField type. This grants GlobalSetting all UI capabilities of InputField * Omits two fields from GlobalSetting which did not previously exist on it, but do exist on InputFieldJSONSchema * Updates GlobalSetting.dynamic to be a function rather than a boolean. This avoids the need to introduce a new dynamicFields option on the destination definition * Updates cli type usages to fix build * Adds some comments on why certain inherited fields are excluded from the GlobalSetting type
- Loading branch information
Showing
3 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters