This is a module intended for module authors to use as a dependency. If you are a Foundry user, you will most likely only ever install this module automatically when installing another module.
Extends the settings menu, adding additional types for configuration values.
As a module author, read the full documentation here!
Type | Explanation |
KeyBinding |
Allows the user to enter a key into the input field, while holding down any modifiers like Ctrl or Alt. His input will be saved in the setting. |
MouseButtonBinding |
Allows the user to click in the input field with his mouse, while holding down any modifiers like Ctrl or Alt. His input will be saved in the setting. |
FilePicker[FileType] |
[FileType] has to be one of Image , Video , ImageVideo or Audio , e.g. FilePickerImage . The setting will create an input that allows the user to select a file of the specified type. |
DirectoryPicker |
Same as a FilePicker but instead picks directories. |
Demonstration: