MetaMorphic-Digital / draw-steel

The fan-made Draw Steel implementation for FoundryVTT
Other
13 stars 5 forks source link

Consider implementing FormGroupSimple/FormInputSimple from SWADE #25

Open JPMeehan opened 2 months ago

JPMeehan commented 2 months ago

The SWADE repository has two new Handlebars Helpers that would condense our sheets; it takes the base document and the datapath and then fetches the appropriate field and system property.

JPMeehan commented 2 months ago

Alternative idea from @krbz999

I'm leaning towards having a helper function in the system's scope. One that can take a path, additional data, and create some standard data object that can be fed into the formGroup helper directly.