Parámetros Nunjucks del componente: "Item". Versión: 4.0.0
Los parámetros de Nunjucks para este componente están dentro de la siguiente etiqueta code en formato yaml.
{"val":"params:\n- name: headingLevel\n type: number\n required: false\n description: If headingLevel is 1, the parent heading tag needed inside this component will be a h1, if 2 will be a h2, and so on. If no headingLevel is present the title will be a p tag.\n- name: title\n type: object\n required: true\n description: This is the title\n - name: text\n type: string\n required: true\n description: If `html` is set, this is not required. Text to use within the title. If `html` is provided, the `text` argument will be ignored.\n - name: html\n type: string\n required: true\n description: If `text` is set, this is not required. HTML to use within the title. If `html` is provided, the `text` argument will be ignored.\n - name: classes\n type: string\n required: false\n description: Classes to add to the item title.\n - name: attributes\n type: object\n required: false\n description: HTML attributes (for example data attributes) to add to the item title.\n- name: description\n type: object\n required: false\n description: This is the optional description under title\n - name: text\n type: string\n required: true\n description: If `html` is set, this is not required. Text to use within the title. If `html` is provided, the `text` argument will be ignored.\n - name: html\n type: string\n required: true\n description: If `text` is set, this is not required. HTML to use within the title. If `html` is provided, the `text` argument will be ignored.\n - name: classes\n type: string\n required: false\n description: Classes to add to the item description.\n- name: items\n type: array\n required: false\n description: This is a list of metadata\n - name: text\n type: string\n required: true\n description: Text of the metadata item.\n- name: content\n type: object\n required: false\n description: This is the bottom content\n - name: text\n type: string\n required: true\n description: If `html` is set, this is not required. Text to use within the title. If `html` is provided, the `text` argument will be ignored.\n - name: html\n type: string\n required: true\n description: If `text` is set, this is not required. HTML to use within the title. If `html` is provided, the `text` argument will be ignored.\n - name: classes\n type: string\n required: false\n description: Classes to add to the content.\n- name: icon\n type: object\n required: false\n description: This is the optional icon at left\n - name: html\n type: string\n required: false\n description: Use this html to insert a custom svg inline icon. If this is set, the type are not used.\n - name: type\n type: string\n required: false\n description: Predefined icon types are `document`, `link`, `clipboard`\n - name: containerClasses\n type: string\n required: false\n description: Classes applied to the parent div of icon. Useful to vertical align the icon.\n- name: isDraggable\n type: boolean\n required: false\n description: If true, the item shows a handler icon on left.\n- name: id\n type: string\n required: false\n description: Optional id attribute to add to the div container tag.\n- name: classes\n type: string\n required: false\n description: Classes to add to the div container tag.\n- name: attributes\n type: object\n required: false\n description: HTML attributes (for example data attributes) to add to the div container tag.\n- name: caller\n type: nunjucks-block\n required: false\n description: Not strictly a parameter but [Nunjucks code convention](https://mozilla.github.io/nunjucks/templating.html#call). Using a `call` block enables you to call a macro with all the text inside the tag. This is helpful if you want to pass a lot of content into a macro. To use it, you will need to wrap the entire item component in a `call` block.\n","length":3808}