Taxonomy Tips | Drupal 8

Taxonomy Tips

Submitted by editor on Sat, 03/24/2018 - 16:22
Question

How to show more than 100 terms in taxonomy overview page ?

To Show more than 100 terms in taxonomy administration (overview) page, You must set the terms_per_page_admin of taxonomy.settings.

Example : Show 1000 items on admin page.
Check settings:
drush cget taxonomy.settings
Set number to 1000:
drush cset taxonomy.settings terms_per_page_admin 1000

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.