brettp / anypage
Installs: 918
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 7
Open Issues: 3
Type:elgg-plugin
Requires
- composer/installers: >=1.0.8
This package is not auto-updated.
Last update: 2024-10-26 20:15:19 UTC
README
Static page management UI for Elgg
Features
- Create static pages with custom slugs (page addresses)
- Pages can be populated by an editor or from a view
Examples
Defined slug: /privacy_policy View file: views/default/anypage/privacy_policy.php
Defined slug: /about/users View file: views/default/anypage/about/users.php
Defined page: about/users/index.html View file: views/default/anypage/about/users/index.html
Dev Notes
To add a custom layout, use 'layouts','anypage'
plugin hook.