[docs] add parent>child example (#4621)

pull/5016/head
Mike Fährmann 9 months ago
parent 9fa4f54c24
commit ee65f3de43
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -176,16 +176,15 @@
"imgur":
{
"#": "use different directory and filename formats when coming from a reddit post",
"directory":
{
"'_reddit' in locals()": []
"#": "general imgur settings",
"filename": "{id}.{extension}"
},
"filename":
"reddit>imgur":
{
"'_reddit' in locals()": "{_reddit[id]} {id}.{extension}",
"" : "{id}.{extension}"
}
"#": "special settings for imgur URLs found in reddit posts",
"directory": [],
"filename": "{_reddit[id]} {_reddit[title]} {id}.{extension}"
},
"tumblr":

Loading…
Cancel
Save