Ajustes de docs headfield
This commit is contained in:
@@ -55,12 +55,9 @@ Reglas obligatorias:
|
||||
Genera 2 variables: la estándar y `_tag` con la etiqueta elegida (h1…h6).
|
||||
|
||||
```html
|
||||
<{{ titulo_tag | default('h2') }}
|
||||
data-field-type="headfield"
|
||||
data-field-label="Título Sección"
|
||||
class="text-3xl font-bold">
|
||||
<p c-if="titulo" data-field-type="headfield" data-field-label="Titulo" >
|
||||
Título de la sección
|
||||
</{{ titulo_tag | default('h2') }}>
|
||||
</p>
|
||||
```
|
||||
|
||||
### textbox
|
||||
|
||||
Reference in New Issue
Block a user