This plug-in will show the services your business provides. It adds some service text, a title and a link to read more about the service. For now it's hard coded to get three services. See the screenshot above.
Requires the following plugin
Used in following themes
The following plugin is required
The following theme uses this plugin
Contents
- Components
- Services component
- Backend
- Future plans
- ContrIbutions
Components
This plugin has the following components:
- Services
Services component
The services component is registered with the name 'ServiceBlocks', doensn't have any properties but renders three blocks of services default, see the screenshot of how it looks like. The component uses the following data:
- Title;
- Text;
- Read more link;
To use this component you should add this on top of your page [ServiceBlocks]
before the ==
and include
this {% component 'ServiceBlocks' %}
in body of your page. See https://octobercms.com/docs/cms/components for more details.
Backend
In the backend of the plugin (see the screenshots) you can edit/create and update the services.
Future plans
If you know some great features for this plugin, please let me know in Support forum. Here are some features that will be implemented soon:
- Instead of only showing three services. This plugin should have a property to set amount of services.
Contributions
If you would like to contribute feel free to make some changes and upgrades by sending pull requests on gitHub
-
This plugin has not been reviewed yet.
-
1.0.3 |
Seed services table Jun 21, 2017 |
---|---|
1.0.2 |
Create services table Jun 21, 2017 |
1.0.1 |
First version of Services Jun 21, 2017 |