Download the PHP package sprintive/seeds without Composer
On this page you can find all versions of the php package sprintive/seeds. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sprintive/seeds
More information about sprintive/seeds
Files in sprintive/seeds
Package seeds
Short Description Kickoff distro for SME's, Curated by Sprintive
License GPL-2.0-or-later
Informations about the package seeds
Seeds: Kickoff distribution for SMEs
Light distribution to kick off all projects regardless scale, you can use it to speed up your projects.
Pre-packaged Feature Modules
Seeds includes a curated set of modules organized into functional bundles to enhance site building, administration, performance, and content experience:
- Seeds Dashboard: A control panel to help site administrators manage key features easily.
- Seeds Security: Installs and configures essential security modules.
- Seeds SEO: Adds modules and settings to optimize your site's visibility in search engines.
- Seeds Performance: Integrates performance-related modules to boost speed and caching.
- Seeds Media: Improves media management and the file uploading experience.
- Seeds Editor: Pre-configured CKEditor setups tailored for various content needs.
- Seeds Administration: Installs tools for smoother site building and backend management.
- Seeds Helper: Adds handy tools and developer utilities to streamline your workflow.
- Seeds Layout: Enhances the Layout Builder with extended features and flexibility.
- Seeds Widgets: Provides ready-made content blocks for a richer content authoring experience.
- Seeds Pollination: Enriches the Drupal core with extended user and editorial capabilities.
- Seeds UI: Provides a modern, responsive, and customizable Drupal theme based on best practices. Seeds UI includes a flexible grid system, RFS-based typography, utility mixins, and a robust component library to accelerate front-end development and ensure a consistent user experience.
Seeds UI Developer Guide
Migration from Seeds Coat
Important: Seeds UI is replacing Seeds Coat in the Seeds distribution.
- Seeds UI is now the default theme in Seeds distro
- Seeds Coat has been removed from the distribution
- If you want to continue using Seeds Coat, you must download it separately
External Library Integration
Seeds UI automatically loads default styles from an external library:
This external package provides:
- Default styling system - Base styles and components
- Grid system - Bootstrap-compatible layout system
- Responsive mixins - Breakpoint and utility mixins
- Typography system - RFS responsive font sizing
When you run npm install
, this external library is automatically installed in node_modules/seeds_ui/
and provides the foundation styles that your subtheme extends.
Creating a Subtheme
Quick Setup with Automated Script
Follow prompts for:
- Machine name:
my_custom_theme
- Display name:
My Custom Theme
- Destination:
/path/to/drupal/themes/custom
Script handles:
- ✅ File copying and renaming
- ✅ Configuration updates
- ✅ npm install and build
- ✅ Drush theme enable
Subtheme File Structure
After creation, your subtheme will have:
Styling with SASS
SASS File Organization
Seeds UI imports default styles from the external library:
In your subtheme, organize SASS files as follows:
Variables Configuration
Define custom variables in scss/_variables.scss
:
Build Commands
Enabling RTL Styling
RTL (Right-to-Left) support is automatically handled by Seeds UI's build system.
Automatic RTL Generation
When you run npm run css
, the system:
- Compiles your SASS to standard CSS
- Processes with RTLCss to flip directional properties
- Generates RTL versions with
.rtl.css
suffix - Creates minified versions for production
RTL Output Files
RTL-Specific Styling
For manual RTL adjustments, use direction-specific properties:
Testing RTL
- Enable RTL language in Drupal (Arabic, Hebrew)
- RTL stylesheets auto-load based on language direction
- Test components in both LTR and RTL modes
- Adjust as needed using direction-specific selectors
Available SASS Mixins
Subtheme Mixins (scss/_mixin.scss
)
@include image-shadow()
- Adds shadow overlay to images@include equal-height()
- Creates equal height flex containers@include inline-form($gutter, $break)
- Inline form layouts@include form($gutter, $min-width)
- Multi-column forms@include fontawesome($content, $pseudo)
- FontAwesome icons@include responsive-image-blazy($lg, $md, $sm)
- Aspect ratio for responsive images%center
- Absolute center positioning%absolute-full
- Full absolute positioning%blazy-image
- Blazy image setup
Core Mixins (node_modules/seeds_ui/scss/mixins/
)
Responsive Breakpoints
@include media-breakpoint-min($breakpoint)
- Min-width media queries@include media-breakpoint-max($breakpoint)
- Max-width media queries@include media-breakpoint-between($lower, $upper)
- Between breakpoints@include media-breakpoint-only($breakpoint)
- Single breakpoint only
Available breakpoints: xs
(0px), sm
(576px), md
(768px), lg
(992px), xl
(1200px), xxl
(1400px)
Grid System
@include make-row($gutter)
- Custom grid rows@include make-col($size)
- Custom grid columns@include make-col-auto()
- Auto-width columns@include make-col-offset($size)
- Column offsets@include row-cols($count)
- Equal-width children
Layout & Styling
@include make-container($gutter)
- Custom containers@include border-radius($radius)
- Border radius@include border-top-radius($radius)
- Top border radius@include border-bottom-radius($radius)
- Bottom border radius@include img-fluid()
- Responsive images (max-width: 100%)@include reset-text()
- Reset text styling
Responsive Font Sizes (RFS)
Seeds UI uses RFS (Responsive Font Size) for fluid typography that scales with viewport size.
RFS Mixins
@include font-size($size)
- Responsive font sizing that scales down on smaller screens@include rfs($value, $property: font-size)
- Advanced RFS with custom property
Configuration Variables
$rfs-minimum-font-size
- Minimum font size (default: 1rem)$rfs-factor
- Scaling factor (default: 10)$rfs-breakpoint
- Breakpoint for scaling (default: 1200px)$rfs-two-dimensional
- Enable height-based scaling (default: false)
Disable bootstrap container in certian content types
Go to /admin/structure/types
, Click edit on a content type. You will be met with various settings. At the bottom, you will see Container settings
, Navigate there and enable Fluid container
to disable the bootstrap container.
Override blazy loader
Go to /admin/config/seeds_media
. You will see blazy settings. Check the Override blazy loader?
then set the background image and color to something you like, hit save and flush the cache, you should see the loader takes a different appearence.
Set default medias
We also provide a neat feature, you can set some default medias to not allow accidental edits by the client. Simply, go edit any media, you will see at the bottom a checkbox, Default media
, check it and save, now only users with Bypass Default Media Access
permission can edit the media.
Sponsored and developed by:
Sprintive is a web solution provider which transform ideas into realities, where humans are the center of everything, and Drupal is the heart of our actions, it has built and delivered Drupal projects focusing on a deep understanding of business goals and objective to help companies innovate and grow.
All versions of seeds with dependencies
drush/drush Version ^13.3.3
drupal/coder Version *
composer/composer Version ^2
cweagans/composer-patches Version 1.7.3
drupal/core-composer-scaffold Version ^10.0
drupal/core Version 11.2.2
drupal/seeds_editor Version ^1.1
drupal/seeds_media Version ^1.0
drupal/seeds_pollination Version ^1.0
drupal/seeds_development Version ^1.0
drupal/seeds_security Version ^2.0
drupal/seeds_seo Version ^2.0
drupal/seeds_performance Version ^1.0
drupal/seeds_layouts Version ^2.0
drupal/seeds_toolbar Version ^2.0
drupal/seeds_ui Version ^1.0
drupal/seeds_page Version ^1.0
drupal/seeds_administration Version ^2.0