dependent_country_state-1.0.6/dependent_country_state.links.menu.yml
dependent_country_state.links.menu.yml
# country routes: country_state.country: title: 'Country State and City' route_name: country_state.country description: 'Dependent Country State Configuration' parent: system.admin_config weight: 99 country_state.country_list: title: 'List Country' menu_name: country_state.country description: 'List All Country' parent: country_state.country route_name: country_state.country weight: 1 country_state.country_add: title: 'Add Country' menu_name: country_state.country_add description: 'Add Country' parent: country_state.country_list route_name: country_state.country_add #states Routes: country_state.state: title: 'List State' menu_name: country_state.state description: 'List State' parent: country_state.country route_name: country_state.state weight: 2 country_state.state_add: title: 'Add State' menu_name: country_state.state_add description: 'Add States' parent: country_state.state route_name: country_state.state_add country_state.state_bulk: title: 'Bulk Upload State' menu_name: country_state.import_state description: 'Bulk Upload State' parent: country_state.state route_name: country_state.import_state #City Routes: country_state.city: title: 'List City' menu_name: country_state.city description: 'List City' parent: country_state.country route_name: country_state.city weight: 3 country_state.add_city: title: 'Add City' menu_name: country_state.add_city description: 'Add City' parent: country_state.city route_name: country_state.add_city country_state.city_bulk: title: 'Bulk Upload City' menu_name: country_state.import_city description: 'Bulk Upload City' parent: country_state.city route_name: country_state.import_city #Pincode Routes: country_state.pincode: title: 'List Pincode' menu_name: country_state.pincode description: 'List Pincode' parent: country_state.country route_name: country_state.pincode weight: 4 country_state.add_pincode: title: 'Add Pincode' menu_name: country_state.add_pincode description: 'Add Pincode' parent: country_state.pincode route_name: country_state.add_pincode country_state.pincode_bulk: title: 'Bulk Upload Pincode' menu_name: country_state.import_pincode description: 'Bulk Upload Pincode' parent: country_state.pincode route_name: country_state.import_pincode
