Hi,
I would like to ask how can I add an image in print format that can be included in a custom app and will be available to other sites when I bench migrate.
Thanks.
Hi,
I would like to ask how can I add an image in print format that can be included in a custom app and will be available to other sites when I bench migrate.
Thanks.
upload logo in a file and make it as public.
Add
<div> <img src="/files/logo.png" /></div>
Following code in print format.
Can this be done when installing app?
I think you have to do
bench export-fixtures
(and export reports??) not 100% sure but saw it somewhere tonight. Will verify and chime in.