Cluckles icon indicating copy to clipboard operation
Cluckles copied to clipboard

Name custom Css/Less textareas

Open ilikeprograms opened this issue 11 years ago • 0 comments

This could be done easily enough, just need to have an input above each textarea which is added, with a default name of "unnamed" or something.

Then this name needs to be saved on export, and imported on import. So the JSON which is exported would need to change format slightly.

SO "_extra": "less": ["less syntax"] would need to become "_extra": "less": ["name": "unammed", "content": "less syntax"] etc.

The relevant methods for the importing would be Import#importThemeExtra.

If anyone wants to help with this then let me know and I will not start doing this yet.

ilikeprograms avatar Dec 19 '14 09:12 ilikeprograms