Skip to content

Commit f29644a

Browse files
committed
new header styles don't need the skip
1 parent 9477c37 commit f29644a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The zone object creates a new zone in the map.
5858
| id | the id attribute for the zone element |
5959
| type | the data-type attribute for the zone element |
6060

61-
#### Placement object
61+
### Placement object
6262

6363
These properties determine the placement of the zone. There are two options: add a zone relative to another zone already in the map, or add a zone before another element on the page using a query selector string. _Note, if referencing a zone already in the map the `#` is not required to select by id._
6464

@@ -68,7 +68,7 @@ These properties determine the placement of the zone. There are two options: add
6868
| value | the id of the zone in the map, or the query string to use |
6969

7070

71-
#### Filter objects (optional)
71+
### Filter objects (optional)
7272

7373
These properties will restrict the zone display based on Yozons configurations. All filters must be true for the zone to show. Negative values can be made true by setting the value to false. Some Yozons configurations return a Promise, which is why they've been separated into their own type.
7474

@@ -79,7 +79,7 @@ These properties will restrict the zone display based on Yozons configurations.
7979
| pattern | a regex pattern to match on string config values |
8080
| value | the boolean value of the configuration or regex match |
8181

82-
#### Zephr object (optional)
82+
### Zephr object (optional)
8383

8484
This object asks Zephr for a dynamic payload and passes any Yozons configuration values to help determine the correct payload.
8585

0 commit comments

Comments
 (0)