Releases: backdrop-contrib/node_css
1.x-1.0.2
New Feature
"Copy code" Feature: Added a convenient "Copy the code" link positioned at the top-right corner of the CodeMirror editor, allowing users to copy their custom CSS code with a single click. This streamlines the editing process and makes it easy to reuse or share CSS rules.
Full Changelog: 1.x-1.0.1...1.x-1.0.2
1.x-1.0.1
The CodeMirror CSS editor introduced to enhance the editing experience, allowing custom CSS rules to be added directly on the node edit page. It is designed with simplicity in mind to meet the specific need of per-node CSS customization without the additional complexity of site-wide CSS management. We utilize CodeMirror's syntax highlighting and theme support to provide a more robust and user-friendly CSS editing environment.
Fixed issues:
1.x-1.0.0
Node CSS Module - First Release
The Node CSS module for Backdrop CMS provides a simple way for administrators to add custom CSS to individual nodes, tailored by content type. This release allows selective styling on a per-node basis without affecting the entire site, perfect for users seeking fine-tuned control over specific node presentations. Key features include:
- Content-Type Targeting: Enable custom CSS for specific content types, or apply globally if no types are selected.
- Configurable Positioning: Display the CSS editor at the top, bottom, or within a vertical tab on the node edit page.
- CodeMirror Integration: Enhanced CSS editing with syntax highlighting, line numbering, and autocompletion.
- Customizable Editor Settings: Adjust editor height, theme, and placement based on admin preferences.
This release brings flexibility and ease of use to styling individual nodes, ideal for those needing unique designs without custom themes.