upanupstudios / upanup_admin
Admin functionality and styling updates for Upanup's base state
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Twig
Type:drupal-module
Requires
- drupal/admin_toolbar: ^3.4
- drupal/ckeditor: ^1.0
README
Module that handles styling, functionality in the admin area of Upanup sites.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Example:
### [#.#.#] - YYYY-MM-DD
#### Added
- for new features.
#### Changed
- for changes in existing functionality.
#### Deprecated
- for soon-to-be removed features.
#### Removed
- for now removed features.
#### Fixed
- for any bug fixes.
#### Security
- in case of vulnerabilities.
[Unreleased]
[1.0.3] - 2024-02-27
Fixed
- Added
.js .paragraph-type-title { flex-basis: 25% !important; min-width: 80px !important; }
inlayout.scss
. This matches styling from thedrupal.paragraphs.admin
library, but the load order ofdrupal.paragraphs.admin
anddrupal.paragraphs.widget
libraries in the Paragraphs module means this is required in some cases.
[1.0.2] - 2024-02-22
Added
- Added JS to node-edit library that checks for a required form element within the Advanced settings details element and opens it if so
[1.0.1] - 2024-01-24
Fixed
- Template suggestion in
upanup_admin.module
now checks to ensure the bundle iscontent_row
, which avoids issues where this template would be used for anypreview
template
[1.0.0] - 2023-10-12
Added
- Initial commit