block setup/edit width
Permalinkany tips ?
Iv added an image cause the description is not very good, where does the width and height for the block come from ?
thanks for any advice

protected $btInterfaceWidth = "550";
protected $btInterfaceHeight = "400";
Note that after you change these numbers, you need to "Refresh" the block by going to the Dashboard, Add Functionality, click "Edit" next to the block, then click the "Refresh" button.
BTW, if you're customizing a built-in block you should probably copy it to your site's blocks folder (so there's a copy outside of the "concrete/blocks" folder) and make changes there, otherwise a system update will overwrite your customizations (and it will be easier to keep track of things this way as well).
-Jordan
thanks for your help with this :)