Download the PHP package teppokoivula/snippets without Composer
On this page you can find all versions of the php package teppokoivula/snippets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teppokoivula/snippets
More information about teppokoivula/snippets
Files in teppokoivula/snippets
Package snippets
Short Description ProcessWire CMS/CMF module for allows embedding HTML/JS/CSS snippets into page markup.
License GPL-2.0-only
Homepage https://github.com/teppokoivula/Snippets
Informations about the package snippets
Snippets module for ProcessWire
This module can be used to inject simple (HTML/JS/CSS) snippets into rendered page content. Snippets can be injected before, after, or in place of existing markup tags, and they can be applied to specific pages only by matching pages selected from a list or by matching a selector.
Requirements
- ProcessWire 3.0.112+
- PHP 7.1+
Installing
This module is installed just like any other ProcessWire module: copy or clone the directory containing this module to your /site/modules/ directory, log in, go to Admin > Modules, click "Check for new modules", and install "Snippets".
Process Snippets will be automatically installed along with the main module Snippets.
How to use
When this module is installed, a new Admin page Snippets is automatically added under Settings. This page contains a list of snippets and provides a GUI for managing them. Note that only users with the "snippets" permission will be allowed to view/edit snippets.
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(See included LICENSE file for full license text.)
All versions of snippets with dependencies
processwire/processwire Version >=3.0.112
composer/installers Version ~1.0