Open jaked opened 1 year ago
E.g. to control the display of a file, like showing different versions of an install command for npm, yarn, etc.
npm
yarn
The idea would be something like:
<Block ... metadata={{ userDefinedProp: "npm" // now this can be consumed in the react code }} />
E.g. to control the display of a file, like showing different versions of an install command for
npm
,yarn
, etc.