File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Accordions are used widely throughout our sites. Often, they are used as a ACF F
10
10
11
11
<iframe {% if page.iframe_height %}class =" h-{{ page.iframe_height }} " {% endif %} src =" {{ site.baseurl }}/component/{{ page.path_slug }}/example.html " ></iframe >
12
12
13
- < h2 > Advanced Custom Fields</ h2 >
13
+ ## Advanced Custom Fields
14
14
If working with ACF, you will want to utilize the following fields:
15
15
16
16
** Repeater Field: accordion**
@@ -20,28 +20,28 @@ Fields:
20
20
* Text: accordion_label
21
21
* WYSIWYG: accordion_content
22
22
23
- < h2 > Markup</ h2 >
23
+ ## Markup
24
24
25
25
{% include partials/tabs.md %}
26
26
27
- < h2 > Styles</ h2 >
27
+ ## Styles
28
28
29
- < h3 id = " css " > CSS</ h3 >
29
+ ### CSS
30
30
``` css
31
31
{% include _relative css /component .css %}
32
32
```
33
33
34
- < h3 id = " sass " > Sass</ h3 >
34
+ ### Sass
35
35
``` scss
36
36
{% include _relative css /component .scss %}
37
37
```
38
38
39
- < h2 > Javascript </ h2 >
40
- < h3 > Plugin </ h3 >
39
+ ## Javascript
40
+ ### Plugin
41
41
```js
42
42
{% include _relative js /component .js %}
43
43
```
44
- < h3 > Usage </ h3 >
44
+ ### Usage
45
45
```js
46
46
{% include _relative js /component-usage .js %}
47
47
```
You can’t perform that action at this time.
0 commit comments