|
Hello can any one tell me where in the json file I am supposed to paste the sources ?
I tried several positions and got to the place that Rakuyomi didn't throw any errors anymore (online json checkers are awesome).
Do I use make a settings.json with only those lines from the tutorial or do I paste it in here and renaming the settings.schema.json to settings.json ?
},
"source_lists": {
"description": "A list of URLs containing Aidoku-compatible source lists, which will be available\nfor installation from inside the plugin.",
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
},
"source_settings": {
"description": "Source-specific settings.",
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": {
"$ref": "#/$defs/SourceSettingValue"
}
|