Tags are optional labels you can attach to articles to help readers find related content. Unlike categories, an article can have multiple tags. Manage them atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/santiagodc8/tu_perfil.net/llms.txt
Use this file to discover all available pages before exploring further.
/admin/etiquetas.
Creating a tag
Enter the tag name
Type the name in the Nombre field — for example,
elecciones. As you type, a preview shows the slug that will be generated: elecciones.Editing a tag
Click Editar next to any tag. The name field is populated. Update the name and click Guardar, or click Cancelar to discard changes. The slug updates automatically when you save.Deleting a tag
Click Eliminar next to a tag. You are asked to confirm. Deleting a tag removes it from all articles it was attached to — thearticle_tags join records are deleted automatically by the database.
Attaching tags to an article
Tags are not assigned from this page. Open an article in the editor (/admin/noticias/{id} or /admin/noticias/nueva) and scroll to the Etiquetas section. Each existing tag appears as a pill button:
- Tap a pill to select it — it turns dark and shows a checkmark.
- Tap again to deselect.
- You can select as many tags as needed.
article_tags join table (all previous links for that article are replaced with the current selection).
Tag fields reference
| Field | Type | Notes |
|---|---|---|
name | text | Displayed in the tag pill and on public tag pages. Required. |
slug | text | Auto-generated from the name. Used in public URLs like /etiqueta/elecciones. |
