Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axllent/silverstripe-meta-editor
Meta editor for Silverstripe
https://github.com/axllent/silverstripe-meta-editor
meta-tags module seo silverstripe-4 silverstripe-seo-editor
Last synced: 8 days ago
JSON representation
Meta editor for Silverstripe
- Host: GitHub
- URL: https://github.com/axllent/silverstripe-meta-editor
- Owner: axllent
- License: mit
- Created: 2017-08-24T21:51:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T02:42:43.000Z (over 1 year ago)
- Last Synced: 2024-10-07T01:45:13.582Z (about 1 month ago)
- Topics: meta-tags, module, seo, silverstripe-4, silverstripe-seo-editor
- Language: PHP
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Silverstripe Meta Editor
The Silverstripe Meta Editor interface allows easy editing of Meta Titles and Meta Descriptions
for pages within a customised ModelAdmin interface.Values are updated directly via Ajax, and provide handy warnings about value length and duplicates.
This module is a complete rebuild of [axllent/silverstripe-seo-editor](https://github.com/axllent/silverstripe-seo-editor)
for Silverstripe 4 & 5.![Silverstripe Meta Editor](images/Screenshot.png "Silverstripe Meta Editor")
## Features
- Tree-like navigation, browse down into sub-pages
- Ajax updates, character counter
- Input validation (too long or short, duplicates)
- Data cleaning - excess whitespace removed
- Search, including selecting all pages with warnings
- Set non-editable pages (eg: RedirectPage)
- Set hidden pages (eg: ErrorPage)
- Works transparently with [Fluent](https://github.com/tractorcow-farm/silverstripe-fluent) (optional)## Requirements
- Silverstripe ^4 || ^5
## Configuration
Please refer to the [Configuration docs](docs/en/Configuration.md).
## Installation
```
composer require axllent/silverstripe-meta-editor
```