D8
Drupal 8
Making a Drupal website to learn Drupal 8.
Automate default content sync using Drush commands.
Create default taxonomy terms content using default_content contrib module.
Exclude specific configurations from import.
Create custom form that taking node parent relation from the route.
Trying views_conditional contrib module to show conditional values.
Hide view field if empty and add conditions to show parent values for some fields.
Review used contrib modules updates.
Allow user to export view as Excel sheet using Views Data Export contrib module.
Create custom route to add new taxonomy term using form mode contrib module.
Allow user to download node data as Word file using custom HTML template.
Create and import custom theme library.
Alter form to and remove some textlist field options depend on user role.
Define new views bulk operation with custom fields as parameter for the operation.
Create theme settings variable for my custom theme.
Install CKEditor plugin to allow user to open link in a new window.
Add alert in system reports page if there are any changes in database site configuration.
Create custom form to read and import Excel sheet rows as nodes with custom calculation.
Create view with multiple displays for specific workflow states with custom permission for each display.
Making the default form display show nothing to avoid any access check issues.
Add custom field as a serial number for approved nodes only.
Making node getting next workflow state depend on node field value.
Importing a default core language file on installation of my main module.
Disable translation download from remote source.
Remove workflow add comment state and enforce user to change state.
Alter view filter value depend on current user role and set value from user profile.