Ghost/ghost/admin/app/templates/components/aspect-ratio-box.hbs
Kevin Ansfield fce4aa9176 Added ability to upload integration icons (#1058)
no issue
- add `{{aspect-ratio-box}}` to make it easier to adjust box sizes at a fixed ratio based on container height which isn't possible with CSS directly
- used `{{gh-uploader}}` to add upload facility to the icon shown on the integration screen
2018-10-23 10:29:49 +01:00

3 lines
44 B
Handlebars

{{#unless isResizing}}
{{yield}}
{{/unless}}