Skip to content

Commit

Permalink
Will only add options if explicitly added to clw
Browse files Browse the repository at this point in the history
  • Loading branch information
sillypears committed Dec 14, 2024
1 parent 4f5deec commit e9bbb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/google/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function gDocParse (catalog, jsonDoc) {
let commissioned
let giveaway
let photoCredit
let stemType = ["mx"]
let stemType

if (dateMatch) {
// eslint-disable-next-line prefer-destructuring
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To manipulate some attributes of the catalogs you can add those to the gdoc:
- **Colorway Header** `(*)` will add a "Commission" tag to the colorway page. `(*)` is removed from the colorway title.
- **Colorway Header** `(giveaway)` or `(give-away)` to note if a colorway was specificly for a giveaway
- **Colorway Header** `(pc Name)` will add photo credit to denote who owns the photo: `(pc Brandon Stanton)`
- **Colorway Header** `(stemtype mx|topre|alps|choc|tmx|bs)` will add stem types to each colorway. This can default to MX as the most used stem. Any number of options can be listed separated by a space: `(stemtype topre)` `(stemtype mx topre alps)`
- **Colorway Header** `(stemtype mx|topre|alps|choc|tmx|bs)` will add stem types to each colorway. Any number of options can be listed separated by a space: `(stemtype topre)` `(stemtype mx topre alps)`

## Source Catalogs

Expand Down

0 comments on commit e9bbb49

Please sign in to comment.