webcodesk-app
webcodesk-app copied to clipboard
is webcodesk-app support array of elements at placeholder ?
is webcodesk-app support array of elements at placeholder ? example :
Layout2.propTypes = {
elements: PropTypes.arrayOf(PropTypes.element),
};
if not, I could contribute to adding this feature as I think it's nice to have
@nvero Hi, I'm working on the next version of Webcodesk app, and there is already support for the array of elements in the new version. However, I'm not sure now if the next version will be open-sourced. So, if you can easily add such a feature by yourself, it would be great.
@ipselon Thanks for your quick response, yes I would like to contribute as I like it very much, I will appreciate if you could mention the files I should edit?