You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an extension developer, I want to be able to access Paratext-related project settings like books present on the PAPI so I can develop effectively.
Implement getSetting, setSetting, and resetSetting on the C# ParatextProjectDataProvider. See #509 for details on these functions. They must call papi.projectSettings.isValid and papi.projectSettings.getDefault appropriately.
As an extension developer, I want to be able to access Paratext-related project settings like books present on the PAPI so I can develop effectively.
Implement
getSetting
,setSetting
, andresetSetting
on the C#ParatextProjectDataProvider
. See #509 for details on these functions. They must callpapi.projectSettings.isValid
andpapi.projectSettings.getDefault
appropriately.Depends on #509, #57
The text was updated successfully, but these errors were encountered: