|
Revision 27788, 0.7 kB
(checked in by ornicar2, 3 years ago)
|
[Diem][dmTagPlugin] initial import
|
| Line | |
|---|
| 1 |
dmTagPlugin |
|---|
| 2 |
================= |
|---|
| 3 |
|
|---|
| 4 |
The `dmTagPlugin` allows to add tags to your records. |
|---|
| 5 |
It packages |
|---|
| 6 |
- a Doctrine behaviour, "DmTaggable" |
|---|
| 7 |
- two front widgets: "dmTag/list" and "dmTag/show" |
|---|
| 8 |
- an admin interface to manage tags |
|---|
| 9 |
|
|---|
| 10 |
DmTaggable works like [Doctrine Taggable](http://www.doctrine-project.org/extension/Taggable/1_2-1_0). |
|---|
| 11 |
The main difference is that the DmTag model physically exists. |
|---|
| 12 |
It allows to use the DmTagTable at any moment. |
|---|
| 13 |
One Diem page is created for each tag. |
|---|
| 14 |
|
|---|
| 15 |
The plugin is fully extensible. Only works with [Diem 5.0](http://diem-project.org/) installed. |
|---|
| 16 |
|
|---|
| 17 |
Documentation |
|---|
| 18 |
------------- |
|---|
| 19 |
|
|---|
| 20 |
See the online documentation : [Diem Tag plugin documentation](http://diem-project.org/plugins/dmtagplugin) |
|---|