cuba-platform / documentation

CUBA Platform Documentation
https://www.cuba-platform.com
Creative Commons Attribution 4.0 International
25 stars 45 forks source link

Change maxTabCount default value to 20 #748

Closed Flaurite closed 3 years ago

Flaurite commented 3 years ago

Environment

Description of the bug or enhancement

cuba.web.maxTabcount property has default value - 20.

@Property("cuba.web.maxTabCount")
@DefaultInt(20)
int getMaxTabCount();