So,
I made a new app (new information coming soon).
The point is that I wish the app to have a calendar on its workspace.
So I added a Custom HTML Block with an ‘iframe’ directing to the calendar doctype’s calendar view (easy, right?).
Now I have two issues:
Where is the HTML block kept, so I can place hard coded into the app?
Can I increase the height of the card in the workspace to see more of the calendar in the workspace?
Do you mean block mean higher is larger one? You can control the size of the iframe through your html itself. Frappe will have no control over it. Look into this for hooks. Once the hook is defined, you need to execute bench --site xxx export-fixtures to export the content defined in hooks.py
I get it!
I tried height: 100vh, and it didn’t work.
I also tried changing the div height.
I didn’t try the basic: setting px height for the ifram itself…