Factory-only presets
-
My first few plugins will ship with factory presets only, and no ability for the user to save presets.
Is it following sufficient for this setup?
- Read Only Factory Presets set to Enabled in settings
- Put all the factory presets in the project's UserPresets folder
- Preset browser JSON as shown below
{ "ShowSaveButton": false, "ShowExpansionsAsColumn": false, "ShowFolderButton": false, "ShowNotes": false, "ShowEditButtons": false, "EditButtonOffset": 0, "ShowAddButton": false, "ShowRenameButton": false, "ShowDeleteButton": false, "ShowFavoriteIcon": false, "ButtonsInsideBorder": false, "NumColumns": 1, "ColumnWidthRatio": [], "ListAreaOffset": [], "ColumnRowPadding": [], "SearchBarBounds": [], "MoreButtonBounds": [], "SaveButtonBounds": [], "FavoriteButtonBounds": [] }Is there anything else I need to do?
-
@dannytaurus Looks good