D8
Drupal 8
Making a Drupal website to learn Drupal 8.
Add placeholder attribute to user login form fields.
Installing Drupal with shared DB tables between two Drupal installation.
Add placeholder values for view filter fields.
Create new custom entity for my indicators in a custom module.
Enable simple sitemap XML contrib module and setup some SEO configurations.
Setup script to auto update stage environment.
Create new module to lock some forms and to prevent critical changes and form submissions.
Setup TFA module and enforce users to fill mobile field.
Enable revisions and enforce new revision for specific user role.
Create new custom Twig filter to return translated field value for untranslatable Group field value.
Create new custom VBO action to update specific custom value in user profile.
Installing contrib Digital Signage Framework.
Create new site as a Kitchen site for testing purposes.
Making Drupal login two steps instead of only one step by utilizing TFA contrib module.
Setup Metatag and configure Drupal for SEO.
Debugging workflow file field issue and saving files into node field instead of workflow transition.
Sync my Features and commit all new DB change into the Feature.
Fixing AJAX form issue and setting a proper element names to avoid any duplicate HTML IDs.
Creating Lando project and configure custom setup for Drupal 8.
Render content type field inside custom form.
Create custom AJAXed form with complicated addmore elements inside addmore elements.
Setup multi language site and enable auto translation.
Convert configuration files to a profile files to be easy to chosen as an installation profile.
Trying Excel importer contrib module and importing data into content type nodes.
Implementing hook_node_access and handling exceptions first to allow view for a specific users only depend on user profile field value.