|
3 | 3 | # Table of contents |
4 | 4 | <!-- MDTOC maxdepth:6 firsth1:0 numbering:0 flatten:0 bullets:0 updateOnSave:1 --> |
5 | 5 |
|
6 | | -[Fields in YYYY-CITY.yml](#fields-in-yyyy-cityyml) |
7 | | - [General Fields](#general-fields) |
8 | | - [Date-related Fields](#date-related-fields) |
9 | | - [Branding Fields](#branding-fields) |
10 | | - [Location Fields](#location-fields) |
11 | | - [Navigation Fields](#navigation-fields) |
12 | | - [Organizer Fields](#organizer-fields) |
13 | | -  [Team Members](#team-members) |
14 | | -  [Organizer Emails](#organizer-emails) |
15 | | - [Sponsor fields](#sponsor-fields) |
16 | | -  [Sponsor Levels](#sponsor-levels) |
17 | | - [Program Fields](#program-fields) |
18 | | -  [Program Items](#program-items) |
19 | | -   [Program Element Colors](#program-element-colors) |
20 | | -  [Ignite Fields](#ignite-fields) |
21 | | -[Pages and Frontmatter](#pages-and-frontmatter) |
22 | | - [General Page Fields](#general-page-fields) |
23 | | - [Talk Page Fields](#talk-page-fields) |
24 | | - [Speaker Page Fields](#speaker-page-fields) |
25 | | - [Program Page Fields](#program-page-fields) |
26 | | - [Blog Post Fields](#blog-post-fields) |
27 | | -[Shortcodes](#shortcodes) |
28 | | - [google_form](#google_form) |
| 6 | +[Fields in YYYY-CITY.yml](#fields-in-yyyy-cityyml) |
| 7 | + [General Fields](#general-fields) |
| 8 | + [Date-related Fields](#date-related-fields) |
| 9 | + [Branding Fields](#branding-fields) |
| 10 | + [Location Fields](#location-fields) |
| 11 | + [Navigation Fields](#navigation-fields) |
| 12 | + [Organizer Fields](#organizer-fields) |
| 13 | +  [Team Members](#team-members) |
| 14 | +  [Organizer Emails](#organizer-emails) |
| 15 | + [Sponsor fields](#sponsor-fields) |
| 16 | +  [Sponsor Levels](#sponsor-levels) |
| 17 | + [Program Fields](#program-fields) |
| 18 | +  [Program Items](#program-items) |
| 19 | +   [Program Element Colors](#program-element-colors) |
| 20 | +  [Ignite Fields](#ignite-fields) |
| 21 | +[Pages and Frontmatter](#pages-and-frontmatter) |
| 22 | + [General Page Fields](#general-page-fields) |
| 23 | + [Talk Page Fields](#talk-page-fields) |
| 24 | + [Speaker Page Fields](#speaker-page-fields) |
| 25 | + [Program Page Fields](#program-page-fields) |
| 26 | + [Blog Post Fields](#blog-post-fields) |
| 27 | +[Shortcodes](#shortcodes) |
| 28 | + [google_form](#google_form) |
29 | 29 |
|
30 | 30 | <!-- /MDTOC --> |
31 | 31 |
|
@@ -61,6 +61,7 @@ All dates are in unquoted YYYY-MM-DD, like this: `variable: 2016-01-05`, or like |
61 | 61 | | `registration_date_end` | YYYY-MM-DD | No | The date you will close registration. Can be a blank value. | 2016-01-05 | |
62 | 62 | | `registration_closed` | String | No | Set this to "true" if you need to manually close registration before your registration end date. | "true" | |
63 | 63 | | `registration_link` | String | No | If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button. | "https://myurlhere" | | |
| 64 | +| `sponsor_link` | String | No | If you have a custom sponsorship link, enter it here. This will control the Sponsor menu item as well as the "Become an X Sponsor!" links. | "https://myurlhere" | | |
64 | 65 |
|
65 | 66 | ### Branding Fields |
66 | 67 |
|
|
0 commit comments