Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-l-robinson/drupal-paragraphs-sidebar
GitPod demo of the configuration for adding a contact person sidebar
https://github.com/ryan-l-robinson/drupal-paragraphs-sidebar
Last synced: 3 days ago
JSON representation
GitPod demo of the configuration for adding a contact person sidebar
- Host: GitHub
- URL: https://github.com/ryan-l-robinson/drupal-paragraphs-sidebar
- Owner: ryan-l-robinson
- Created: 2023-03-15T21:44:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T22:05:11.000Z (over 1 year ago)
- Last Synced: 2024-11-06T05:13:08.037Z (about 2 months ago)
- Language: PHP
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This provides a base Drupal site that can function within [GitPod](https://gitpod.io), with a demonstration of how to use a block view to show contact information in the sidebar of content.
## Usage
1. Install GitPod and sign up for an account with your GitLab, GitHub, or Bitbucket account, if you haven't already. Add the browser extension.
1. Click the "GitPod" button that now appears beside this repository or your own repository.
1. Optionally launch Visual Studio Code to edit from the desktop app instead of the browser.## Includes
- PHP 8.1 and PHP extensions recommended for Drupal 9: APCU and UploadProgress
- Latest version of composer.
- Pa11y accessibility testing tool.
- module_filter and admin_toolbar modules for easier administration.
- [Drupal console](https://drupalconsole.com/) to aid in custom development.## Default Admin User
Username: admin
Password: ZNB*ufm1tyz4rwc@yzk## TODO
- Complete the sidebar view
- Complete the corresponding blog post