Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamic/silverstripe-elemental-image
A block to add a single image to your page.
https://github.com/dynamic/silverstripe-elemental-image
hacktoberfest silverstripe silverstripe-elemental
Last synced: 5 days ago
JSON representation
A block to add a single image to your page.
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-elemental-image
- Owner: dynamic
- License: bsd-3-clause
- Created: 2018-05-08T20:14:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T04:49:15.000Z (over 1 year ago)
- Last Synced: 2024-09-16T02:25:15.442Z (3 months ago)
- Topics: hacktoberfest, silverstripe, silverstripe-elemental
- Language: PHP
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Silverstripe Elemental Image
A block to add a single image to your page.
[![CI](https://github.com/dynamic/silverstripe-elemental-image/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-elemental-image/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/dynamic/silverstripe-elemental-image/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-elemental-image)[![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-image/v/stable)](https://packagist.org/packages/dynamic/silverstripe-elemental-image)
[![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-elemental-image/downloads)](https://packagist.org/packages/dynamic/silverstripe-elemental-image)
[![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-image/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-elemental-image)
[![License](https://poser.pugx.org/dynamic/silverstripe-elemental-image/license)](https://packagist.org/packages/dynamic/silverstripe-elemental-image)## Requirements
* dnadesign/silverstripe-elemental: ^5
* jonom/focuspoint: ^5## Installation
`composer require dynamic/silverstripe-elemental-image`
## License
See [License](LICENSE.md)
## Example usage
Adds a block to display a single image on a page. Useful to break up long sections of text.
## Screen Shots
#### Front End sample of an Image Element
![Front End sample of an Image Element](./readme-images/image-block-sample.jpg)#### CMS - Image Element Main Tab
![CMS - Image Element Main Tab](./readme-images/image-block-cms.jpg)## Getting more elements
See [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=)
## Configuration
See [SilverStripe Elemental Configuration](https://github.com/silverstripe/silverstripe-elemental#configuration)
## Maintainers
* [Dynamic](https://www.dynamicagency.com) ()
## Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
existing issues to ensure yours is unique.If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots
and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version,
Operating System, any installed SilverStripe modules.Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
## Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.