UW-Madison-DoIT / widget-creator

Web-based tool supporting developing widgets for uPortal-home. Documentation available at https://uw-madison-doit.github.io/widget-creator/
Apache License 2.0
2 stars 6 forks source link

fix(list-of-links): rm "rel" in list-of-links widgetConfig #35

Closed apetro closed 6 years ago

apetro commented 6 years ago

links[{rel=}] is not a thing, so remove documentation and template suggesting it is a thing, so it doesn't make its way from widget-creator-generated JSON into widgetConfig in actual entity files.

Before:

widget-creator-generates-rel

After:

widget-creator-no-longer-generates-rel