diff options
Diffstat (limited to 'ext/data')
| -rw-r--r-- | ext/data/schemas/dictionary-term-bank-v3-schema.json | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json index 4790e561..2289dfd6 100644 --- a/ext/data/schemas/dictionary-term-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json @@ -104,6 +104,16 @@                                              "type": "boolean",                                              "description": "Whether or not the image should appear pixelated at sizes larger than the image's native resolution.",                                              "default": false +                                        }, +                                        "collapsed": { +                                            "type": "boolean", +                                            "description": "Whether or not the image is collapsed by default.", +                                            "default": false +                                        }, +                                        "collapsible": { +                                            "type": "boolean", +                                            "description": "Whether or not the image can be collapsed.", +                                            "default": true                                          }                                      }                                  }  |