Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name custom Css/Less textareas #16

Open
ilikeprograms opened this issue Dec 19, 2014 · 0 comments
Open

Name custom Css/Less textareas #16

ilikeprograms opened this issue Dec 19, 2014 · 0 comments

Comments

@ilikeprograms
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant