Tariq G
Tariq G

Reputation: 356

drupal divide content by tags or cateogries

I have strange request to deal with. We have large piece of articles need to be added into drupal as article. Different paragraph within that article is tagged with keywords. Now I cant find a way to do so in wysiwyg editor. I can only tag whole article with taxonomy term. Any direction or suggestion, how can i tag specific paragraph by different keywords within an article.

Upvotes: 0

Views: 61

Answers (1)

MilanG
MilanG

Reputation: 7114

You have a module called Field Group and it allows you to group some number of field. You can also make those groups repeatable.

https://www.drupal.org/project/field_group

Maybe there is some other module doing same thing, not sure about that.

Anyway, you can make groups of 2 fields, one wysiwyg area for one paragraph and other taxonomy reference, for tagging that paragraph. And you can put that group to be multiple (repeatable) so you can unlimited number of groups (paragraphs) per page. You can also add some other field(s) in that group if they are paragraph related.

Upvotes: 1

Related Questions