开发者

drupal 7 content type programmatically

开发者 https://www.devze.com 2023-02-26 18:32 出处:网络
I want to create modules for my content types. Looking over the drupal field api as well as some examples of creating content types programmatically, i have a basic module. But theres a fe开发者_如何学

I want to create modules for my content types. Looking over the drupal field api as well as some examples of creating content types programmatically, i have a basic module. But theres a fe开发者_如何学编程w things I can't seem to get working.

On text_with_summary, I have no idea how to set the number of rows, and how to set it so it actually has the summary. I've tried numerous settings in my code, and my field still has 20 rows, and the summary is unchecked. Be happy if anyone can even point me toward some good examples.


I tend to look at the examples modules when trying to learn.

http://drupal.org/project/examples

0

精彩评论

暂无评论...
验证码 换一张
取 消