https://github.com/backdrop-contrib/simplify
Hide particular fields from the user interface in your Backdrop CMS site
https://github.com/backdrop-contrib/simplify
administration backdrop backdropcms cms user-interface
Last synced: 7 months ago
JSON representation
Hide particular fields from the user interface in your Backdrop CMS site
- Host: GitHub
- URL: https://github.com/backdrop-contrib/simplify
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2014-10-22T03:38:58.000Z (over 11 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-09-18T16:33:26.000Z (over 1 year ago)
- Last Synced: 2025-04-01T09:52:17.337Z (10 months ago)
- Topics: administration, backdrop, backdropcms, cms, user-interface
- Language: PHP
- Homepage: https://backdropcms.org/project/simplify
- Size: 73.2 KB
- Stars: 6
- Watchers: 34
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Simplify
========
Simplify allows particular fields to be hidden from the user interface. This
helps to de-clutter forms and present a more user-friendly experience to content
editors.
Different types of fields can be hidden with Simplify. Currently supported field
types include:
- Nodes
- Users
- Comments
- Taxonomy
- Blocks
Fields can be hidden globally or per field type.
Globally hidden fields are hidden from all forms of that field type (e.g. a
field can be hidden from all node forms (Pages, Articles, etc.)).
Fields can also be hidden more specifically based on their field type:
- Node fields per content type
- Comment fields per content type
- Taxonomy fields per vocabulary
(e.g. a field can be hidden from the Article content type but still be visible
on the Page content type).
Installation
------------
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules.
- Visit the permissions page under Administration > Configuration > People >
Permissions (admin/config/people/permissions) and choose which role(s) should
be allowed to administer Simplify and which role(s) should be allowed to view
hidden fields.
- Visit the configuration page under Administration > Configuration > User
Interface > Simplify (admin/config/user-interface/simplify) and choose which
fields you want to be hidden globally.
- Visit the content type edit pages under Administration > Structure > Content
Types > [Content Type Name] > Edit (admin/structure/types/manage/[type]/edit)
and choose which fields you want to be hidden per content type, and/or visit
the taxonomy vocabulary edit pages under Administration > Structure >
Taxonomy > Edit Vocabulary (admin/structure/taxonomy/[vocabulary]/edit) and
choose which fields you want to be hidden per vocabulary.
Issues
------
Bugs and Feature requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/simplify/issues.
Current Maintainers
-------------------
- [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk)
- Collaboration and co-maintainers welcome!
Credits
-------
- Ported to Backdrop CMS by Peter Anderson (https://github.com/BWPanda).
- Originally written for Drupal by Mark Shust
(https://www.drupal.org/u/markoshust).
License
-------
This project is GPL v2 software. See the LICENSE.txt file in this directory for
complete text.