mlathrom / craft-remix
A Craft CMS plugin. The Remix field outputs the transformed value of your title or slug based on rules you define.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: >=8.2
- craftcms/cms: ^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
README
English, Deutsch, Schwiizerdüütsch Français, Français canadien, Norsk, Norsk bokmål, Nederlands, 한국어, Español
Overview
The Remix field outputs the transformed value of your title or slug based on rules you define, including:
- Find and replace
- Uppercase, lowercase, and title case transformations
- Append text
- Prepend text
Features
- Live Refresh - as you type your title or slug
- Regular Expressions - for find and replace
- Ignore Case - for find and replace
- Filter Elements - in the Control Panel
- Sort Elements - in the Control Panel
Use Cases
Sorting, Filtering, Translation, Redaction, Formatting, SEO
How to Use
- Create a Remix field
- Select a target (Title or Slug)
- Define your rules
- Add the field to your element
- Remix autofills when you add or modify the title or slug of an element
Remix in Action
Origin Story
This field was built to address a specific need: strip "The" and "A" from titles to create a sorting field. In fact, the original name of this plugin was Sort Title. But after some tinkering, it became clear that this field had more potential.
Thus, the Remix field was born.
Installation
You can install this plugin from the Plugin Store or with Composer.
Requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.
With Composer
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require mlathrom/craft-remix # tell Craft to install the plugin ./craft plugin/install remix