adiwidjaja/silverstripe-elemental-textimage

TextImage Element for Silverstripe

Installs: 247

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2018-09-04 14:14 UTC

This package is auto-updated.

Last update: 2024-03-20 03:25:25 UTC


README

This repository contains a base set of CMS content blocks for the silverstripe-elemental module.

Installation

Install using Composer:

composer require adiwidjaja/silverstripe-elemental-textimage

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting Issues

Please create an issue for any bugs you've found, or features you're missing.