Hi Tom - just a quick check. If I want to import my theme from my-adapt-course into Adapt Builder...
- Make a copy of my theme file
- Edit the bower.json
{
"name": "adapt-contrib-vanilla", // Rename to custom theme name
"version": "2.0.0", // Rename to builder version?
"framework": "^2.0.0", // This stays the same?
"homepage": "https://github.com/darylhedley/adapt-contrib-vanilla", //Do I just remove this?
"issues": "https://adaptlearning.atlassian.net/secure/CreateIssueDetails!init.jspa? pid=10100&issuetype=1&priority=6&components=10516", // And remove this?
"displayName": "Vanilla", // New custom theme name
"theme": "vanilla", // New name
"description": "A core bundled theme", // New description
"main": "js/vanilla.js", // I am guessing it would still use this js file
"keywords": [
"adapt-plugin",
"adapt-theme"
], // Change? or does it matter?
"license": "MIT", // keep?
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Once all this is complete...
- Save file
- Zip theme folder
- Upload with plug-in manager
Is this correct?
Thank you,
Mark