webcodesk-app icon indicating copy to clipboard operation
webcodesk-app copied to clipboard

is webcodesk-app support array of elements at placeholder ?

Open omar-mahmoud-code opened this issue 6 years ago • 2 comments

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

omar-mahmoud-code avatar Sep 28 '19 07:09 omar-mahmoud-code

@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 avatar Sep 28 '19 10:09 ipselon

@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?

omar-mahmoud-code avatar Sep 29 '19 17:09 omar-mahmoud-code