teppokoivula / skip-inputfield-label
Adds a skipLabel config option for inputfields.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:pw-module
Requires
- php: >=7.1
- processwire/processwire: >=3.0.139
- wireframe-framework/processwire-composer-installer: ^1.0.0
README
This module makes the skipLabel option for inputfields available via the admin field editor, making it possilbe to visually hide the label or remove it completely for any given field. Since modules such as FormBuilder also use regular inputfields, this should also work for them, as long as the module in question doesn't somehow override inputfield settings.
Please note that this module may be used to create non-userfriendly admin interfaces; especially options that completely remove the label should be avoided, as they can make things harder to grasp, and they are also bad in terms of accessibility.