brainsum / tieto_base

Tieto base Drupal 8 theme
0 stars 0 forks source link

Custom field formatters for certain fields #12

Open gergelypap opened 7 years ago

gergelypap commented 7 years ago

We could write our custom form fields using Drupal's field formatter classes: https://www.drupal.org/docs/8/creating-custom-modules/create-a-custom-field-formatter

Examples:

Image/File upload widgets: https://www.drupal.org/node/2113931

Replace jQuery autocomplete with Select2 or other: https://www.drupal.org/node/2346973