I was wondering if it would be possible to add bulk terms in this format:

Example:
animals;-canine;--dog;--wolf
animals;-feline;--cat

Instead of:
Example:
animals
-canine
--dog
--wolf
-feline
--cat

The reason I am asking this question is because when adding terms you can currently have one term per row.
Allowing to add multiple terms in a row is very practical in my opinion.

You can basically import CVS/Excel tables and keep the structure.

This is way we can import terms into Drupal 8. Since Taxonomy CSV import module is not aval. in drupal 8.

Comments

tepelena created an issue.

chidosoft’s picture

Hello every one! pls i have run into a difficult situation trying to display specific number of Taxonomy terms in Grid format as content category in a single view.

MY APPROACH:
1. i Created a view that Source input from taxonomy of a particular content type.

2. i displayed it using Grid format to show selected Fields from the content type.

3. i Grouped / Organized the contents using the Taxonomy terms.

MY PROBLEM:

I want to limit the number of content that displays per group or Term.

WHAT I HAVE DONE:
I specified the Number of items to display but it is reducing the number of terms instead of number of contents in the term.

WHAT I WANT TO ACHIEVE.
To display all the terms but displaying limited number of contents per term

Pls i need help