Développement #8907
inclure les mots-clés dans le rendu de la page
Start date:
07 November 2015
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
Description
Pour permettre via CSS de toucher un élément ou une catégorie contenant un mot clé.
Files
Associated revisions
misc: add data-keywords attributes on formdef and categories elements (#8907)
History
Updated by Frédéric Péters over 9 years ago
- File 0001-misc-add-data-keywords-attributes-on-formdef-and-cat.patch 0001-misc-add-data-keywords-attributes-on-formdef-and-cat.patch added
- Status changed from Nouveau to En cours
- Patch proposed changed from No to Yes
Ça peut par exemple permettre de cacher les éléments qui n'ont pas le mot-clé "mobile" :
#services > ul > li li:not([data-keywords~=mobile]) { display: none; }
Updated by Frédéric Péters over 9 years ago
- File 0001-misc-add-data-keywords-attributes-on-formdef-and-cat.patch 0001-misc-add-data-keywords-attributes-on-formdef-and-cat.patch added
Le code de rendu de la page d'accueil est tout différent dans wcs mais voici un patch pour y faire la même chose.
Updated by Frédéric Péters over 9 years ago
- Status changed from En cours to Résolu (à déployer)
commit fa58317d731bd562d5b09f3d78dfa161050613a5 Author: Frédéric Péters <fpeters@entrouvert.com> Date: Sat Nov 7 16:47:15 2015 +0100 misc: add data-keywords attributes on formdef and categories elements (#8907)
et
commit 78e14232c9a181286c661486800b97ea827aa0cb Author: Frédéric Péters <fpeters@entrouvert.com> Date: Sat Nov 7 15:15:15 2015 +0100 misc: add data-keywords attributes on formdef and categories elements (#8907)
Updated by Frédéric Péters over 9 years ago
- Status changed from Résolu (à déployer) to Fermé
- Target version set to v1.22
misc: add data-keywords attributes on formdef and categories elements (#8907)