Greetings,

i'd like to know, if it's possible to make article as set of parameters. So, instead of HTML editor and one block of text i need to set up some fields which will be displayed and used in view template.

For example, i need articles about cars and each article in car section will begin with parameters like:

car: (dropdown to select brand)
color: (dropdown to select color)
etc...

than will be article, one big HTML.

Each time i need update parameters, or add new parameter, i will do it in one place and all articles will be affected.

Is there any way to do this?

Thanks, Gamma

Comments

spovlot’s picture

I am not completely clear on what you want to do. But I think you want to add a custom Content Type and add custom fields such as "Brand" and "Color".

You can find documentation on this at http://drupal.org/documentation/modules/field-ui

Scott

nevets’s picture

As the previous poster mentioned that sounds like what content types are about.