Display height of class property: (type) page

For an application created with the “App Within Minutes”, is it possible to set the height of a displayed page property when it is being edited?

In short when a class instance is edited I want the page object of the class to be vertically larger than it is displayed per default. When viewed the page extends to full size which is fine

I’ve read the customisation section of the app within minutes but couldn’t find anything on display sizes.
App Within Minutes Application (XWiki.org)

height_pageobject
the (default) code generating the page content in the classsheet;

$doc.display('Page-content')

is there a way to display the page section taller without having to drag it?

Hello @Wardenburg,

iiuc the Rows property of the long text field configuration is what you are looking for.

image

1 Like

That was exactly what I was looking for, works like a charm!

Thank you @mleduc! :hearts: