LogoLogo
9.0.x
9.0.x
  • Overview
    • About Varbase
    • Roadmap
    • Release Cycle and Supported Versions
    • How to Get Support
  • Developers
    • Getting Started
    • Installing Varbase
      • Requirements
      • Installing Varbase with DDEV
      • Installing Varbase with Lando
    • Understanding Varbase
      • Basic Concepts
      • Core Components
        • Varbase Core
          • Varbase Admin
          • Varbase Page
          • Varbase Security
          • Varbase Webform
          • Varbase Default Content
          • Varbase Tour
        • Varbase Media
        • Varbase Editor
        • Varbase Email
        • Varbase SEO
        • Varbase Workflow
        • Varbase Layout Builder
          • Varbase Landing page (Layout Builder)
          • Varbase Heading Block
          • Varbase Rich Text Block
          • Varbase HTML Code Block
          • Varbase Media (Image/Video) Block
          • Varbase Gallery Block
        • Varbase Total Control Dashboard
        • Vartheme Claro
        • Vartheme BS4
      • Optional Components
        • Varbase API
        • Varbase Internationalization
        • Varbase Media Hero Slider
        • Varbase Carousels
        • Varbase Blog
        • Varbase Search
        • Varbase Social Single Sign-On
        • Varbase Media Twitter
        • Varbase Media Instagram
        • Varbase Content Planner
        • Varbase Bootstrap Paragraphs
          • Varbase Bootstrap Paragraphs Text and Image
        • Varbase Landing Page (Paragraphs)
      • Additional Components
        • Varbase Media Header
        • Varbase FAQs
        • Varbase Reports
        • Varbase Commerce
        • Varbase YouTube Import
      • Development Components
        • Varbase Development
        • Varbase Style Guide
        • Reroute Email
        • Varbase Updates Helper
    • Configuring a Varbase Site
      • Navigation
        • Defining Active Menu Trail Using Menu Position
      • Using View Modes Inventory
      • Content Moderation and Workflows
      • URL Aliases in Varbase/Drupal
        • Configuring URL Aliases
        • Managing URL Aliases
      • Managing URL Patterns for Multilingual Websites
      • Managing Date and Time Formats to Display Across the Site
      • Using Varbase Layout Builder
        • Creating a Landing Page With Varbase Layout Builder
        • Activating Varbase Layout Builder for Content Types
      • Configuring Pathologic When Going Live
      • Configuring SEO Features
        • Disallow Oembed Media Links
      • Configuring Security Features
        • Spam Protection
        • Password Policies
        • Other Security Kits
        • Flood Contorl
        • Enable HTTP Password Authentication
      • Configuring JSON:API Features
      • Configure Varbase Media Hero Slider
      • Configuring Varbase Media Header
      • Configuring Varbase Mailer Settings
        • Configure Symfony Mailer
        • Configure Swift Mailer
        • Switch From Swift Mailer to Symfony Mailer
      • Entity Definition Update Manager Class
      • Module Installer Factory Class
    • Theme Development with Varbase
      • Understanding The Vartheme Base Theme
      • Creating Your Own Theme
      • Local Tasks and Moderation Sidebar
      • Add Preloaded Fonts in Vartheme
      • Switch From Node SASS to Dart SASS for Old Sub-Themes
    • Launching a Varbase Site to Production
    • Updating a Varbase Site
      • Understanding Varbase Updater Package
      • Handling Patches When Updating
      • Handling Configuration Updates
      • Updating Varbase to work with Composer 2.0
      • Updating Drush to the Latest Stable Version
      • Version Update Guides
        • Updating Varbase ~9.0 to Drupal 10
        • Switch from CKEditor 4 to CKEditor 5 in Varbase ~9.1.0
        • Updating from Varbase 8.x to 9.x
    • Varbase Patches
    • Frequently Asked Questions (FAQs)
    • Extending Varbase
      • Overriding Varbase
      • Creating Your Own Feature
      • Creating A Sub Profile From Varbase
        • Varbase Sub Profile Generator
        • Varbase Sub Profile Basic Template
        • Varbase Sub Profile Basic Project Template
      • Install Needed YARN and Gulp Tools
      • Compiling Provided Component Styles
      • Check Standards/Practice Coding And Linting
  • Content Designers
    • Terminology
    • Accessing the Administration Area
      • Website Environments
    • User Management
      • Allow Email/Username Login & Registration
      • Default Roles and Site Personas
        • Edit Roles' Permissions
        • Managing Roles
      • Add User
      • Edit User
      • Masquerading as another user
    • Dashboard
      • Reports
    • Content Structure
      • EntityQueues
      • Menu Management
        • Add Menu Items
        • Update Menu Items
        • Adding a Page to the Menu
      • Taxonomies
        • Manage Vocabulary
        • Edit Vocabulary
        • List Terms
        • Add Terms
        • Reorder and Edit Terms
      • Webforms
        • Setting up Emails Handler Conditions
        • Setting up Confirmations Message Settings Types
    • Content Management
      • Create Content
        • Add a Basic page
        • Add a Landing page
        • Add Blog
        • Add Media
          • Image
          • Remote video
          • Video
      • Modify Content
      • Delete Content
      • Preview Content
      • Bulk Edit Content
      • Content Moderation
      • Publish Content
      • URL Alias
    • About Layout Builder
      • Section
      • Custom Blocks
        • Heading Block
        • Basic Block
        • Media Block(Image/Video)
        • Rich-Text Editor “WYSIWYG”
      • Managing Blocks
    • Search Engine Optimization
      • XML Sitemap
      • Meta Tags in Varbase
      • URL Redirects
      • Domain Redirects
      • Prevent a Single Content From Being Indexed
    • Site Configuration
      • System
        • Clearing Varbase Cache
        • Google analytics
        • Mail templates
      • User interface
      • Development
      • Varbase settings
      • Web services
    • Common Error Handling Tips
  • Contributing
    • Contributing to Documentation
Powered by GitBook
On this page
  1. Content Designers

Terminology

The following is a list of terminology used for Drupal sites:

Content types: Content types are one of the main building blocks within a Drupal site. Different content types can hold different kinds of content. For example; an event can hold information that is specific to a time, whereas a discussion can be utilized to host user discussions. Varbase has default content types with the ability to add more, the name of a content type should ideally give information about how it is used.

Node: Within Drupal, a node is a piece of content, typically a page with a designated url. All data stored via a content type is a node.

Taxonomy: A taxonomy is a system used to categorize information. It is a general term that is used to describe how things are categorized. Taxonomy can be used within various content types to create different groupings or categories.

Vocabulary: A vocabulary is a specific, high level subject. Each vocabulary consists of multiple terms. For example, “Event type” can be an example of a vocabulary and within the Event type there are multiple terms like: "Public" and "Internal".

Term: A term is an individual topic within a vocabulary. For example, "Public" from the previous example is a term for “Event type” vocabulary. Admins and content designers on the site are free to add, edit, and delete these terms.

Menus: A menu is a collection of links listed in a specific manner. These links can be displayed as a list, drop-down items, within the main header or footer etc. The different menus used depends on how they are styled in the design. It is important to distinguish that a menu is not a collection of pages but rather links that direct to pages or external sources.

Blocks: Blocks are used to build components that are inserted within a node. They can be created in a variety of ways, and provide a range of options for displaying and theming content.

Responsive layout/mode: A responsive layout is a web design approach which aims to deliver an optimal viewing experience across all screen sizes on mobiles, tablets and desktops.

Entity-queue: A feature that allows the admin to control the order of content within a view/display.

URL Path: The portion of the url after the domain name is called the path. For example, the path for the Media page is /media.

URL Aliases: A display for urls that allows the admin to provide a more human and search engine friendly name for the content, and masks the original URL (i.e. node). This is necessary for both UX and SEO.

Headings: Heading tags are used to define the headings in your page. There are 6 available headings: h1 being the biggest and boldest and h6 is the smallest. Headings allow for a clear web page structure which makes crawling web pages by search engine crawler bots easier and more effective.

Meta-tags: Meta-tags are a series of descriptions and identifiers that provide search engines with information about the site and content.

Sitemap: The sitemap is a full list of the URLs in the website that is submitted to search engines for indexing.

Theme: Theme refers to the frontend and style of the website.

Layout: Layout refers to the structure of a web page. Typically refers to the width/columns breakdown of the page.

WYSIWYG: WYSIWYG is an acronym for What You See Is What You Get. This is also called the Rich Text Editor. This allows the user to design web pages by using various essential editor tools.

PreviousContent DesignersNextAccessing the Administration Area

Last updated 1 year ago