add more fields
This commit is contained in:
parent
bd1d636720
commit
fdd88b3d34
1 changed files with 65 additions and 2 deletions
67
config.jsonc
67
config.jsonc
|
|
@ -174,7 +174,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"id": "type",
|
||||
"operator": "+",
|
||||
"title": "Type",
|
||||
"type": "string",
|
||||
"type": {"string"},
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
|
|
@ -246,6 +246,33 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "model",
|
||||
"title": "Model",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "prompt",
|
||||
"title": "Prompt",
|
||||
"type": "text",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": false
|
||||
},
|
||||
{
|
||||
"id": "source",
|
||||
"title": "Source",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": false
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"operator": "+",
|
||||
|
|
@ -560,6 +587,42 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"filter": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "model",
|
||||
"title": "Model",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "prompt",
|
||||
"title": "Prompt",
|
||||
"type": "text",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": false
|
||||
},
|
||||
{
|
||||
"id": "firstframe",
|
||||
"title": "First Frame",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": false
|
||||
},
|
||||
{
|
||||
"id": "lastframe",
|
||||
"title": "Last Frame",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": false
|
||||
},
|
||||
{
|
||||
"id": "year",
|
||||
"title": "Year",
|
||||
|
|
@ -1299,7 +1362,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"video": {
|
||||
"downloadFormat": "mp4",
|
||||
"formats": ["mp4"],
|
||||
"previewRatio": 1.3333333333,
|
||||
"previewRatio": 1.7777777777,
|
||||
"resolutions": [480]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue