# Administrator notes ## Addresses (tt_address) Certain aspects from the address handling might be defined through the constant editor (category "CUSTOMER"). ### Site configuration To configure the url the following site configuration might be used. ``` routeEnhancers: tt_address: type: Extbase limitToPages: - 33 - 99 - 346 extension: TtAddress plugin: ListView routes: - routePath: '/{cottage}' _controller: 'Address::show' _arguments: {'cottage': 'address'} defaultController: 'Address:list' aspects: cottage: type: PersistedAliasMapper tableName: tt_address routeFieldName: slug ```