UNPKG

4.51 kBMarkdownView Raw
1# Untitled undefined type in Section Schema
2
3```txt
4https://ns.adobe.com/helix/pipeline/section#/definitions/section/properties/meta
5```
6
7
8
9
10| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------- |
12| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [section.schema.json\*](section.schema.json "open original schema") |
13
14## meta Type
15
16`object` ([Details](meta-definitions-meta.md))
17
18# undefined Properties
19
20| Property | Type | Required | Nullable | Defined by |
21| :------------------ | -------- | -------- | -------------- | :--------------------------------------------------------------------------------------------------------------------------------------- |
22| [class](#class) | `string` | Optional | cannot be null | [Meta](meta-definitions-meta-properties-class.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/class") |
23| [tagname](#tagname) | `string` | Optional | cannot be null | [Meta](meta-definitions-meta-properties-tagname.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/tagname") |
24| [types](#types) | `array` | Optional | cannot be null | [Meta](meta-definitions-meta-properties-types.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/types") |
25| [title](#title) | `string` | Optional | cannot be null | [Meta](meta-definitions-meta-properties-title.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/title") |
26| [intro](#intro) | `string` | Optional | cannot be null | [Meta](meta-definitions-meta-properties-intro.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/intro") |
27| [image](#image) | `string` | Optional | cannot be null | [Meta](meta-definitions-meta-properties-image.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/image") |
28
29## class
30
31The CSS class to use for the section instead of the default `hlx-section` one
32
33
34`class`
35
36- is optional
37- Type: `string`
38- cannot be null
39- defined in: [Meta](meta-definitions-meta-properties-class.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/class")
40
41### class Type
42
43`string`
44
45## tagname
46
47The element tag name to use for the section instead of the default `div` one (i.e. `section`, `main`, `aside`)
48
49
50`tagname`
51
52- is optional
53- Type: `string`
54- cannot be null
55- defined in: [Meta](meta-definitions-meta-properties-tagname.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/tagname")
56
57### tagname Type
58
59`string`
60
61## types
62
63The inferred class names for the section
64
65
66`types`
67
68- is optional
69- Type: `string[]`
70- cannot be null
71- defined in: [Meta](meta-definitions-meta-properties-types.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/types")
72
73### types Type
74
75`string[]`
76
77## title
78
79Extracted title of the document
80
81
82`title`
83
84- is optional
85- Type: `string`
86- cannot be null
87- defined in: [Meta](meta-definitions-meta-properties-title.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/title")
88
89### title Type
90
91`string`
92
93## intro
94
95Extracted first paragraph of the document
96
97
98`intro`
99
100- is optional
101- Type: `string`
102- cannot be null
103- defined in: [Meta](meta-definitions-meta-properties-intro.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/intro")
104
105### intro Type
106
107`string`
108
109## image
110
111Path (can be relative) to the first image in the document
112
113
114`image`
115
116- is optional
117- Type: `string`
118- cannot be null
119- defined in: [Meta](meta-definitions-meta-properties-image.md "https://ns.adobe.com/helix/pipeline/meta#/definitions/meta/properties/image")
120
121### image Type
122
123`string`
124
125### image Constraints
126
127**URI reference**: the string must be a URI reference, according to [RFC 3986](https://tools.ietf.org/html/rfc4291 "check the specification")