... would be a great feature. I want to enable the image assist only for one node type and only for the body text field.
i can define a path restriction : node/story/*, but with this image assist is't available when editing the node (node/7/edit).
seems to be imposible with the current access settings or did i just miss it.
Comments
Comment #1
sunWhether usage of images is allowed or not is controlled by your input format configuration. So to effectively prevent people from posting images for certain content-types (only), you have to use separate input formats for each content-type.
http://drupal.org/project/better_formats might be interesting for you.