Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Facyla committed Oct 26, 2018
1 parent d0d3306 commit 3ee00f9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "facyla/elgg/cmspages",
"version": "1.12.2",
"type": "elgg-plugin",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Facyla/cmspages"
}
],
"require": {
"composer/installers": ">=1.0.8"
},
"description": "CMS Pages or Static pages allow site admins to create an unlimited number of pages, templates and reusable modules.",
"homepage": "https://facyla.fr",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Florian DANIEL aka Facyla",
"email": "[email protected]"
}
],
"keywords": [
"elgg", "plugin", "admin", "content"
],
}


2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>CMS Pages</name>
<author>Florian DANIEL aka Facyla</author>
<version>1.12.1 (1.12)</version>
<version>1.12.2 (1.12)</version>
<blurb>CMS Pages editor</blurb>
<description>CMSPages is flexible CMS tool for Elgg admins, which turns Elgg into a full CMS, and enables it to act as a website, even when used in walled garden mode. It provides static pages, but also reusable views, content generator modules, and dynamic templates that can be used for interface-building and site pages management. You should enable it if you need to create site-wide pages such as Credits, Legal notice, but also to build a full public website using a navigation menu and external widgets.</description>
<website>http://facyla.fr/</website>
Expand Down

0 comments on commit 3ee00f9

Please sign in to comment.