Partial Date v8
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Attempt of porting Partial Date to version 8.
Attempt of porting Partial Date to version 8.
This is a companion to the Drupal 8 version of the Prepopulate module, although technically you can pre-fill the field values any other way you choose and this module can still work with them.
You can choose the form IDs (by string or regex pattern), and the fields within those forms to check. Each configured field will be checked for a value and hidden from the form if a value exists.
It works great with Prepopulate--put a configured field's value in the URL, and the field is magically hidden from display, but its value still exists in the form.
This module is not like node expire like after some time interval node gets expired so same kind of thing this module does but with the field.
We have field in some form , it may be any form custom or administrative and in all the forms this module will have total control over the visibility of the field. You can hide the field or eliminate it totally from the view. It will totally depend on ones choice.
The contributed module Link allows a Drupal 7 site builder to display a link in plain text. The text displayed is the link's title when there is one, or the link's URL if there is none.
Since Link was included in core in Drupal 8, it's no longer possible to display the link's title as plain text. You can however display the link's URL as plain text. This is where Link Plain Text Formatter comes in, it provides an extra Link Formatter with the behaviour outlined above.
Protected file module provide a new field type which extends File field and permit to enable/disable for each file the possibility to prevent users to download the file, if they don't have the right permission, whereas the file is still visible on the page.
This module is useful if you want to prevent users to download file, but you want display the file regardless.
This module provide a new field type "Protected file" based on the File field type. File is provided by Drupal core.
With this module you can create a field with a specific format and display a twitter widget.
The user must insert a twitter username or a hashtag, with that information and the right configuration on the field format you can display:
AddressField module for Nigeria local address. It comprises of street numbers, Street name, Bus stop, Town and state.
This module creates a Field API type and widget which allows a field to be created with the value containing tokens. A simple field formatter is also provided to allow for the field value to be output on the page.
The value and tokens for the field are set within the instance settings with the field value being set in a presave.
The module exposes an entity field condition which can be configured to hide or show a block based on the host entity field value. Not only does this condition work with blocks, it can be used with any contributed module that utilizes the condition plugin system. Currently this only works for node entities, but there are plans to expand this concept to other entity types.