Add a public method to get the current list of registered items for a specific category. eg: For developers wanting the full list of registered themes: ``` return Blockly.registry.typeMap_['theme']; ```