Conversation
|
@djarecka hey, we are adding drawing to UI (see this ReproNim/reproschema-ui#363 ) and so have a new input which couldn't pass the validation. i guess we need to modify the validate function a bit to adjust for this change? |
|
@bendhouseart - I was checking our schema, and it seems like we already have a property that might work for you. Each Do you think you can reuse this property in |
|
@djarecka maybe? My first thoughts were to set My reasoning was: align reproschema with Vue/CSS/html versus the other way round. However, if we're able to draw over an Would you be willing to merge this for now and then try to reuse the image property in place of backgroundImage for the next iteration? I've tested this in my own janky setup, but it'd be nice to show that it can work on the live version of the demoprotocol. |
This PR corresponds to PR #363 and adds two drawing activities to the demo protocol.