feature request - ability to create custom properties in YAML file and import into a canvas app.
my current workflow is to create a custom component and properties in the studio, export the .msapp and unpack it. then i modify the power-fx code in the YAML file, pack it and import to my canvasapp.
this all works well, I've not found any issues with the current tooling. but this is not a long-term solution for my project, which generates code.
the ask: ability to create from source:
- custom properties
- custom components
where the options from the studio UI may be specified in the YAML. I do not need to create UI controls in the generated code.
longer term, i want to automate the process, with actions pushing the component into my environment.