随笔分类 -  Drupal 8&9学习

 
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 阅读全文
posted @ 2021-06-22 09:18 LEANL 阅读(54) 评论(0) 推荐(0)
03. 创建与修改一个content item试试
摘要:a content item,应该就是一条具体的内容条目。所以已经默认是属于某个内容类型的item了。 创建举例 Content > Add content > Basic page (node/add/page). > Edit summary. > Preview > Save 修改举例 直接到 阅读全文
posted @ 2021-06-21 14:45 LEANL 阅读(215) 评论(0) 推荐(0)
02.Drupal建站起点工作
摘要:1. 先要懂Region。 2. 然后规划网站的布局,即Prototype / 网站原型Axure 3. 然后是Content Entity(内容实体) Here is a table of some common content entity types: ENTITY TYPE ENTITY S 阅读全文
posted @ 2021-06-21 14:31 LEANL 阅读(79) 评论(0) 推荐(0)
Drupal四大数据类型
摘要:content: information (text,images, etc) configuration: 基本不会再变的站点基本信息 state: Information of a temporary nature about the current state of your site, su 阅读全文
posted @ 2021-06-21 14:17 LEANL 阅读(36) 评论(0) 推荐(0)