LogoLogo
10.0.x
10.0.x
  • Overview
    • About Varbase
    • Roadmap
    • Release Cycle and Supported Versions
    • How to Get Support
  • Developers
    • Getting Started
    • Installing Varbase
      • Requirements
      • Installing Varbase locally with DDEV
      • Installing Varbase locally 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 Dashboards
        • 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 Components
        • Vartheme Claro
        • Vartheme BS5
      • Optional Components
        • Varbase AI
          • Varbase AI Default recipe
          • Varbase AI Editor Assistant recipe
          • Varbase AI Image Alt recipe
          • Varbase AI Taxonomy Tagging recipe
          • Varbase AI Agents recipe
        • Varbase API
        • Varbase Internationalization
        • Varbase 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
        • Reroute Email
        • Varbase Updates Helper
      • Deprecated Components
        • Varbase Media Hero Slider
        • Varbase Style Guide
        • Vartheme BS4
        • Varbase Total Control Dashboard
    • 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 Level of Logging and Errors
      • Entity Definition Update Manager Class
      • Module Installer Factory Class
      • Configure Ckeditor 5 Media Embed
    • Theme Development with Varbase
      • Understanding The Vartheme Starterkit Theme
      • Creating Your Own Theme
      • Integration of Varbase with Storybook 1.0 - CL Server
      • Integration of Varbase with Storybook 2.0
      • Customize a Varbase Single Directory Components (SDC) In a Custom Theme
      • Local Tasks and Moderation Sidebar
      • Add Preloaded Fonts in Vartheme
      • Command to Install Needed Theming Tools
      • Manually Install Needed Theming Tools
    • 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
        • Updating from Varbase 8.x to 9.x
    • Varbase Patches
    • Frequently Asked Questions (FAQs)
    • Extending Varbase
      • Overriding Varbase
      • Creating Your Own Feature
      • Install Needed YARN and Webpack Tools
      • Compiling Provided Component Styles
      • Check Standards/Practice Coding And Linting
  • Content Designers
    • Accessing the Administration Area
      • Website Environments
    • Dashboard
      • Reports
    • Content Management
      • Create Content
        • Rich-Text Editor “WYSIWYG”
      • Modify Content
      • Delete Content
      • Preview Content
      • Bulk Edit Content
      • Publish Content
      • Authoring Information
    • Content Structure
      • EntityQueues
        • Add a New Term
      • Menu Management
        • Add Menu Items
        • Update Menu Items
        • Adding a Page to the Menu
      • Taxonomies
        • List Terms
        • Add Terms
        • Reorder and Edit Terms
    • Content Translation
      • Translating Content
      • Language Switcher
      • Deleting a Translation
      • Editing a Translation
    • Content Workflow
    • Layout Builder
      • Section
        • Section Styles
      • Block Management
        • Block Styles
      • Reordering Blocks
    • Webforms
      • Create New Webform View
      • Setting up Emails Handler Conditions
      • Setting up Confirmations Message Settings Types
    • Media Management
      • Accessing the Media Library
      • Uploading Media Files
        • Image
        • Remote Video
        • Video
      • Applying Metadata and Descriptions
      • Resizing Images
    • User Management
      • Login & Registration
      • Add User
      • Edit User
      • Delete User
      • Simulating Another User
      • Default Roles and Site Personas
        • Edit Roles' Permissions
        • Managing Roles
    • URL Management
      • URL Aliases
      • Generating URL Alias
      • URL Redirects
      • Domain Redirects
    • SEO Management
      • XML Sitemap
      • Meta Tags in Varbase
      • Disallow Indexing for Content Items
    • Site Configuration
      • System
        • Clearing Varbase Cache
        • Google Analytics
        • Mail Templates
      • User Interface
        • Coffee
        • External Links
        • Gin Moderation Sidebar
        • Layout Builder Modal
        • Moderation Sidebar
        • Shortcuts
        • Taxonomy Manager
        • Tours
        • CL Components
        • Antibot
        • Responsive Preview
        • Navigation Settings
      • Development
      • Varbase Settings
      • Web Services
        • OpenAPI
    • Additional Tips
      • Content Uploading Standards
      • Common Error Handling Tips
      • Glossary
  • Contributing
    • Contributing to Documentation
Powered by GitBook
On this page
  1. Developers
  2. Understanding Varbase
  3. Core Components
  4. Varbase Core

Varbase Admin

PreviousVarbase CoreNextVarbase Page

Last updated 2 months ago

Manage administration configurations.

Varbase Admin Module

Varbase admin features are bundled through the Varbase Admin module as part of the Varbase Core module. GitHub: Drupal.org:

After building a project using the varbase-project template, you can see the code of the Varbase Admin module in:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_core
                |-- contrib
                    |-- modules
                        |-- varbase_admin

Brings in the following core and contributed modules to your site:

Module

Purpose

Shortcut

(in Drupal core)

Allows users to manage customizable lists of shortcut links.

Toolbar

(in Drupal core)

Provides a toolbar that shows the top-level administration menu links and links from other modules.

Syslog

(in Drupal core)

Logs and records system events to syslog.

Settings Tray

(in Drupal core)

Allows users to directly edit the configuration of blocks on the current page.' package: Core

Update Manager

(in Drupal core)

Checks for available updates, and can securely install or update modules and themes via a web interface.

Navigation (in Drupal core)

New administration navigation

Adds menu links like flush cache, run cron, and run updates to the Drupal core Navigation menu.

Allows additional permissions to be created and managed through an administration form.

This module removes the delete option for the front page.

Allows site administrators to further delegate the task of managing user's roles.

Allows admins to protect users from being edited or cancelled, on a per-user basis.

Logs general CUD events performed by the user (using the forms) on the website.

Logs file CUD events performed by the user.

Logs node CUD events performed by the user.

Logs user CUD events performed by the user.

Logs taxonomy vocabulary and term CUD events performed by the user.

Logs node CUD events performed by the user.

Logs menu CUD events performed by the user.

Logs user authentication (login logout and request password).

Adds an ability to perform bulk operations on selected entities from view results.

Allows bulk edition of entity field values.

Provides an improved drop-down menu interface to the site Toolbar.

Allows privileged users to masquerade as another user.

Allows to give roles per menu admin permissions without giving them full administer menu permission.

Provides a component that previews a page in various device dimensions.

Provides sensible defaults for revision logs, if none are given.

Add a clone action for all entities

Tool for administrating taxonomy terms.

Fixes the crooked access checks for Taxonomy pages.

Provides an Alfred like search box to navigate within your site.

Adds an optional length indicator to fields

Gin Toolbar for Gin Theme

Custom Drupal Login for Gin theme

Adds Gin admin theme compatibility for Moderation Sidebar

Enables Gin’s edit form layout for every content entity.

Themes the Type Tray module for the Gin administrative theme.

Adds autosave feature on forms.

https://github.com/Vardot/varbase_core
https://www.drupal.org/project/varbase_core
Navigation Extra Tools
Custom Permissions
Prevent Homepage Deletion
RoleAssign
User Protect
Admin Audit Trail
Admin Audit Trail File
Admin Audit Trail Media
Admin Audit Trail User
Admin Audit Trail Taxonomy
Admin Audit Trail Node
Admin Audit Trail Menu
Admin Audit Trail User Authentication
Views Bulk Operations (VBO)
Views Bulk Edit
Admin Toolbar
Masquerade
Menu Admin per Menu
Responsive Theme Preview
Revision Log Default
Entity Clone
Taxonomy Manager
Taxonomy Access Fix
Coffee
Length Indicator
Gin Toolbar
Gin Login
Gin Moderation Sidebar
Gin Everywhere
Gin Type Tray
Autosave Form