mgtypes 1.0.72 → 1.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/configs/ClientConfig.ts +19 -18
package/package.json
CHANGED
|
@@ -107,36 +107,37 @@ export interface mgFeaturesConfig {
|
|
|
107
107
|
export interface mgContentConfig {
|
|
108
108
|
TAGS: string[];
|
|
109
109
|
PINS: {
|
|
110
|
-
|
|
110
|
+
art?: string[]; // painting, sculpture, etc... same as "plans-art"
|
|
111
|
+
default: ['pin'];
|
|
111
112
|
drink?: string[];
|
|
112
|
-
entertainment?: string[]; // midway/fun fair,
|
|
113
|
+
entertainment?: string[]; // midway/fun fair, bingo tent!
|
|
114
|
+
food?: string[];
|
|
113
115
|
infrastructure?: string[];
|
|
116
|
+
other?: string[];
|
|
117
|
+
personal?: string[];
|
|
118
|
+
service?: string[];
|
|
119
|
+
shopping?: string[];
|
|
114
120
|
sport?: string[]; // fields for each sport
|
|
115
|
-
|
|
121
|
+
studio?: string[]; // pottery, painting, music, graphic design, tattoo
|
|
116
122
|
toilet?: string[];
|
|
117
|
-
service?: string[];
|
|
118
123
|
transportation?: string[];
|
|
119
|
-
shopping?: string[];
|
|
120
|
-
personal?: string[];
|
|
121
|
-
other?: string[];
|
|
122
|
-
exhibition?: string[]; // painting, sculpture, etc...
|
|
123
|
-
default: ['pin'];
|
|
124
124
|
};
|
|
125
125
|
PLANS: {
|
|
126
|
-
sport?: string[]; // all of them, tailgate
|
|
127
126
|
business?: string[]; // meet and greet, job fair, trade show/conference, expo, meeting, pitch night,product launch, grand opening
|
|
128
|
-
spectacle?: string[]; // air show, drone show, fireworks, demolition derby, circus, parade?
|
|
129
|
-
gathering?: string[]; // block party, street festival, fan fest, party,
|
|
130
|
-
concert?: string[]; // default, rock, rap, classical, electronic, jazz, etc...
|
|
131
|
-
performance?: string[]; // recital, dance recital, comedy/improv, musicals, reading/booksigning
|
|
132
|
-
presentation?: string[]; // lecture, panel, roundtable, film screening, exhibition, fashion show, trophy presentation
|
|
133
|
-
tour?: string[]; // open house, open studio, orientation
|
|
134
127
|
class?: string[]; // cooking, writing, pottery, whatever, mixology classes
|
|
128
|
+
concert?: string[]; // default, rock, rap, classical, electronic, jazz, etc...
|
|
129
|
+
default: ['plan'];
|
|
130
|
+
art?: string[]; // default, pottery, modern, sculpture...
|
|
135
131
|
food?: string[]; // brunch, dinner, wine tastings, appetizers, picnic, bbq, pot luck, banquet
|
|
132
|
+
gathering?: string[]; // block party, street festival, fan fest, party,
|
|
136
133
|
group?: string[]; // karaoke, trivia,
|
|
137
|
-
shopping?: string[]; // auction, art fair, sale, pop-up,
|
|
138
134
|
other?: string[];
|
|
139
|
-
|
|
135
|
+
performance?: string[]; // recital, dance recital, comedy/improv, musicals, reading/booksigning
|
|
136
|
+
presentation?: string[]; // lecture, panel, roundtable, film screening, exhibition, fashion show, trophy presentation
|
|
137
|
+
shopping?: string[]; // auction, art fair, sale, pop-up,
|
|
138
|
+
spectacle?: string[]; // air show, drone show, fireworks, demolition derby, circus, parade?
|
|
139
|
+
sport?: string[]; // all of them, tailgate
|
|
140
|
+
tour?: string[]; // open house, open studio, orientation
|
|
140
141
|
};
|
|
141
142
|
ROUTES: {
|
|
142
143
|
parade?: string[]; // default, pride
|