You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default a new options section that is added gets the "folder" icon. This works, but makes for a blank look, and makes it hard to tell the sections apart. So my suggestion would be to add the following configuration line to sections.ini
[body]
title = "body"
parent= "appearance" ui_icon = "ui-icon-pencil"
This is really nice for custom themes or future add-ons because you can easily roll your custom icons by rolling a custom jQuery UI theme and have the section icon change accordingly.
The text was updated successfully, but these errors were encountered:
By default a new options section that is added gets the "folder" icon. This works, but makes for a blank look, and makes it hard to tell the sections apart. So my suggestion would be to add the following configuration line to sections.ini
[body]
title = "body"
parent= "appearance"
ui_icon = "ui-icon-pencil"
Comparison: http://cl.ly/0x3S1f3h2q2Z2F092W1R
This is really nice for custom themes or future add-ons because you can easily roll your custom icons by rolling a custom jQuery UI theme and have the section icon change accordingly.
The text was updated successfully, but these errors were encountered: