Follow-up for #111715: Convert node/content types into configuration
Problem/Motivation
Currently book module does useless and fragile sorting of allowed types on per-language basis (BookSettingsForm::submitForm()
& book_node_type_update()
)
Proposed resolution
Store and use the array always keyed and implement sorting of localized node type labels only before render for settings and views plugins
API changes
changes a structure of stored settings