This Textpattern CMS plugin imports flat frontend themes automatically to the database while the site is set in debugging or testing mode.
Warning: this plugin will permanently remove or overwrite your current templates when installed.
Using Composer:
$ composer require rah/rah_flat
Or download an installer.
- Textpattern 4.7.0 or newer.
- PHP 5.6.0 or newer.
- Re-publish.
- Re-publish and add download links to the README.
- Correct version number in manifest file.
- Use core Textpattern >= 4.7.0 frontend theme functionality.
- Now requires Textpattern 4.7.0 or newer.
- Added: Drop access to a admin-side panel only if the specific content-type is active and has a directory set up.
- Added: Invokable
rah_flat.import
callback event. - Added: Sections and preferences get their names from the filename.
- Added: Preferences are always just updated, no strands are created.
- Added: Preference fields that are not specified in a file are kept as-is in the database.
- Added: French translation by Patrick Lefevre.
- Changed: Renamed confusing
Rah_Flat_Import_Template
interface toRah_Flat_Import_ImportInterface
.
- Reworked.
- Initial release.