structurizr / ui

UI code for Structurizr Lite, on-premises, and cloud service.
https://docs.structurizr.com/ui
MIT License
43 stars 27 forks source link

Give possibility for removing the last modified date and time from diagrams #53

Closed juanrferia closed 7 months ago

juanrferia commented 7 months ago

Description

As of today, all diagrams generated with Structurizr present at the bottom the last modified date and time. I would like to have the possibility to not do that, so the diagrams would still show the title, brand icon, etc while the last modified date and time is not presented. I'm specially interested on this feature when exporting diagram to PNG / SVG via scripting API, however it would be also fine if that is solved via property (https://docs.structurizr.com/ui/properties) and then applicable for diagrams presented on Structurizr UI

Priority

I have no budget and there's no rush, please add this feature for free

More information

No response

simonbrowndotje commented 7 months ago

When this change is released, you'll be able to configure showing/hiding the metadata via a viewset/view property named structurizr.metadata; for example:

properties {
    structurizr.metadata false
}