Show category descriptions in UI (Add description to category output).
1 open thread
This change adds a visually hidden description label for screen reader users and a tooltip for other users, showing the category descriptions.
Closes #3293907
Merge request reports
Activity
285 295 * {@inheritdoc} 286 296 */ 287 297 public function getCategories(): array { 288 return $this->getVocabularyData('module_categories'); 298 $temp = $this->getVocabularyData('module_categories', TRUE);
Please register or sign in to reply