Drupal Taxonomy
摘要:1.Technically, taxonomy terms are an entity type and the entity subtypes are the vocabularies. 2. Individual taxonomy items are known as terms (the bl
阅读全文
03. 创建与修改一个content item试试
摘要:a content item,应该就是一条具体的内容条目。所以已经默认是属于某个内容类型的item了。 创建举例 Content > Add content > Basic page (node/add/page). > Edit summary. > Preview > Save 修改举例 直接到
阅读全文
02.Drupal建站起点工作
摘要:1. 先要懂Region。 2. 然后规划网站的布局,即Prototype / 网站原型Axure 3. 然后是Content Entity(内容实体) Here is a table of some common content entity types: ENTITY TYPE ENTITY S
阅读全文
Drupal四大数据类型
摘要:content: information (text,images, etc) configuration: 基本不会再变的站点基本信息 state: Information of a temporary nature about the current state of your site, su
阅读全文