pnp / sp-site-designs-studio

Code for the Site Design Studio solution
MIT License
56 stars 17 forks source link

Add site logo (or other node) #17

Closed PooLP closed 4 years ago

PooLP commented 4 years ago

Hi, in JSON schema, we can add a site logo with this node :

{ "verb": "setSiteLogo", "url": "/Customer Event Collateral/logo.jpg" }

If i add this on JSON panel, this disappear after save.

would it be possible to add this node or the possibility to add nodes which are not yet managed by your webpart in JSON panel?

Thanks

ypcode commented 4 years ago

Hello @PooLP,

This site action is supported in the WebPart. However it is possible a validation issue on your input is preventing it to work correctly. Did you try with an absolute URL?

I try to keep in sync with updated site actions. However it's still possible that I miss some updates. I'll leave this issue open until I manage to get some time for it and have a closer look hopefully ASAP. I unfortunately can't promise any date.

If any volunteers on fixing this. I remind that we accept PRs from community. :)

Best regards, Yannick

PooLP commented 4 years ago

It work, my URL was wrong... sorry. i'm close the issue.