columns(2) via getDefaultActionSchemaResolver(), and I can't find a way to globally change this.columns(2) default is hardcoded in 5 places:ListRecords::getDefaultActionSchemaResolver() (line 94)EditRecord::getDefaultActionSchemaResolver() (line 289)ViewRecord::getDefaultActionSchemaResolver() (line 136)InteractsWithRelationshipTable::defaultForm() (line 74)InteractsWithRelationshipTable::defaultInfolist() (line 88)defaultForm() on CreateRecord (line 296) and EditRecord (line 356).configureUsing() mechanism to override them globally. The only workaround I can see is overriding getDefaultActionSchemaResolver() on every page or creating base page classes.defaultFormColumns() method or making this configurable via configureUsing on the Schema be worth considering?