Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 532 Bytes

completion.md

File metadata and controls

22 lines (20 loc) · 532 Bytes

Full Documentation

Import Single Files

the from key is the file source, and the to key is its destination.

{
    "filter": "import",
    "settings": {
        "imports": [
            {
                "from": "assets/pack_icon.png",
                "to": "BP/pack_icon.png"
            },
            {
                "from": "assets/pack_icon.png",
                "to": "RP/pack_icon.png"
            }
        ]
    }
}