I am looking for a way to set different default input formats to different content types.

Example:

Full HTML is default on Page
Filtered HTML is default on Book Page
PHP is default on Story

Is it possible in some way? I am trying out the Better Formats module, but i can't seem to filter the input formats by node types like I want.

Comments

gleich’s picture

I think Better Formats module could help you.

It adds a checkbox in Input formats -> Settings:

"Control formats per node type"

with description: "Control formats allowed and default formats per node type. Global settings will be used until a content type admin page is saved."

Did you check it and re-save content type admin page as recommended in the last sentence?

gjoellee’s picture

There it is....thanks!