Hey all, the filter tag input option totaly messes with my image alignment so i would like to disable the option and have it set to html by default.

Dose anyone have a idea as to how i would go about doing this?

Much appreciated

Comments

UNarmed’s picture

Ok so i ended up changing the input option inside the image assist settings at Image property dialog settings to HTML.

I then hid the field by adding the following css to my img_assist_popup.css stylesheet

#link-group,
#alignment,
#edit-insertmode-wrapper,
#edit-title-wrapper,
#edit-desc-wrapper{
display:none;
}
sun’s picture

Status: Active » Closed (won't fix)

You can change the default value on the settings page.

You can hide the select widget by not granting the user permission "access advanced options".