Skip to content

Commit

Permalink
Updates for Drupal 10.4 (#56)
Browse files Browse the repository at this point in the history
* Adds version constraints

* Adds config strict for field storage configs

* Removes media config as they should be in saplings-media

* Requires saplings media, not editorial

* Adds dependency to Full HTML editor recipe
  • Loading branch information
thejimbirch authored Dec 6, 2024
1 parent 73f5068 commit c8611c2
Show file tree
Hide file tree
Showing 34 changed files with 74 additions and 1,281 deletions.
32 changes: 19 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Saplings Component Types
![saplings](https://github.com/kanopi/saplings/assets/5177009/a6377e32-deb2-49d8-873a-f3dd5a36fa7c)

## Overview
# Saplings - Components

Welcome to the Saplings Component Types repository! This repository handles Paragraphs component types within the Saplings application.
Creates Saplings components.

## Features

- Manages Paragraphs component types used in Saplings.

## Getting Started

To start using Saplings Component Types, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/kanopi/saplings-component-types.git
``
* Creates the following Paragraphs components:
* Accordion/Accordion Item
* Block
* Card
* Card (Existing)
* Carousel/Carousel Item
* Columns
* FAQ/FAQ Item
* Filtered List
* Hero
* Media
* Media Collection
* Side by Side
* Statistics
* Tab/Tabs
* Text
22 changes: 12 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kanopi/saplings-component-types",
"description": "Installs Saplings component types.",
"description": "Creates Saplings components.",
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
Expand All @@ -12,16 +12,18 @@
],
"require": {
"drupal/block_field": "^1.0@RC",
"drupal/ds": "*",
"drupal/core": ">=10.4",
"drupal/ds": "^3.24",
"drupal/element_class_formatter": "^2.0@beta",
"drupal/entity_reference_revisions": "*",
"drupal/entity_reference_revisions": "^1.12",
"drupal/nomarkup": "^1.0",
"drupal/paragraphs": "*",
"drupal/paragraphs_edit": "*",
"drupal/ui_patterns_field_formatters": "*",
"drupal/ui_patterns_field_group": "*",
"drupal/paragraphs": "^1.18",
"drupal/paragraphs_edit": "^3.0",
"drupal/ui_patterns_field_formatters": "^2.1",
"drupal/ui_patterns_field_group": "^2.0.x-dev@dev",
"drupal/viewsreference": "^2.0@beta",
"kanopi/saplings-component-base": "*",
"kanopi/saplings-editorial": "*"
}
"kanopi/saplings-component-base": "^1",
"kanopi/saplings-full-html-editor": "^1",
"kanopi/saplings-media": "^1"
}
}
72 changes: 0 additions & 72 deletions config/core.entity_form_display.media.image.default.yml

This file was deleted.

47 changes: 0 additions & 47 deletions config/core.entity_form_display.media.image.media_library.yml

This file was deleted.

69 changes: 0 additions & 69 deletions config/core.entity_form_display.media.remote_video.default.yml

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions config/core.entity_view_display.media.image.1_1.yml

This file was deleted.

41 changes: 0 additions & 41 deletions config/core.entity_view_display.media.image.default.yml

This file was deleted.

Loading

0 comments on commit c8611c2

Please sign in to comment.