Skip to content

Commit

Permalink
Add DLR as a sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Jun 8, 2023
1 parent f2e2b54 commit bb8acd4
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Due to a change on how Volto handles defaults, this add-on changed the way of de

This are the recommended versions:

|Version |Volto version |
|----------|--------------|
|>=3.0.0 |>=16.0.0-rc.2 |
|<=2.1.0 |<=16.0.0-a50 |
| Version | Volto version |
| ------- | ------------- |
| >=3.0.0 | >=16.0.0-rc.2 |
| <=2.1.0 | <=16.0.0-a50 |

## Installation

Expand Down Expand Up @@ -218,16 +218,18 @@ The underlying library used in this add-on is `react-slick`. This library has a
To workaround it, it's required to anchor the width to an external element that has the same desired size than the block wrapper. This is set to the default Volto header using a CSS selector ('.container .header') which is the most common use case and can be overriden using the block setting: `referenceContainerQuery` like:
```js
config.blocks.blocksConfig.slider = {
referenceContainerQuery: '.container .header',
};
config.blocks.blocksConfig.slider = {
referenceContainerQuery: '.container .header',
};
```
# Credits
<img alt="Forschungszentrum Jülich" src="https://github.com/kitconcept/volto-blocks/raw/master/fz-juelich.svg" width="200px" />
<img alt="Forschungszentrum Jülich" src="https://github.com/kitconcept/volto-slider-block/raw/master/fz-juelich.svg" width="200px" />
<img alt="Deutsches Zentrum für Luft- und Raumfahrt" src="https://github.com/kitconcept/volto-slider-block/raw/master/dlr.svg" width="200px" />
The development of this plugin has been kindly sponsored by [Forschungszentrum Jülich](https://fz-juelich.de).
The development of this plugin has been kindly sponsored by [Forschungszentrum Jülich](https://fz-juelich.de) and the [German Aerospace Center (DLR)](https://dlr.de).
# License
Expand Down
49 changes: 49 additions & 0 deletions dlr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bb8acd4

Please sign in to comment.