Skip to content

diem-project/dmTagPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmTagPlugin

The dmTagPlugin allows to add tags to your records. It packages

  • a Doctrine behaviour, "DmTaggable"
  • two front widgets: "dmTag/list" and "dmTag/show"
  • an admin interface to manage tags

DmTaggable works like Doctrine Taggable. The main difference is that the DmTag model physically exists. It allows to use the DmTagTable at any moment. One Diem page is created for each tag.

The plugin is fully extensible. Only works with Diem 5.0 installed.

Documentation

See the online documentation : Diem Tag plugin documentation