Jason
Jason

Reputation: 3307

Orchard 1.6 Content Type Field problems?

Orchard version is 1.6.

I created a new Content Type named Book, and added some Fields to this type.

I have 3 questions about fields in content type.

That is all. Thank you for your answers!

Upvotes: 0

Views: 522

Answers (1)

Bertrand Le Roy
Bertrand Le Roy

Reputation: 17814

Great questions... The difference between input field and text field is that input field should not exist. :) I was strongly against it, because it would cause confusion, and it does... The input field is supposed to help you use the new html5 input types. The text field is about entering all flavors of text. One is surfacing an implementation detail, something specific to the rendering technology used, the other is about content semantics.

Not sure what you mean with the second question. What prevents you from doing that? The values are entered in the content type editor, in the settings that appear if you deploy the field (the little > next to it).

Side note: probably would have been best to create three different questions...

Upvotes: 1

Related Questions