By editor, 5 January, 2016 GRUNT, The JavaScript Task Runner Tags Shell Linux Windows Install in Windows. Install npm (Node.js) : https://www.npmjs.com/package/npm Install grunt-cli (npm install -g grunt-cli)
By editor, 5 January, 2016 Apache Virtual host configuration Tags Server Linux Windows Host file (Like Local DNS) Unix /Linux : /etc/hosts Windows : C:\WINDOWS\system32\drivers\etc\hosts Example :
By editor, 24 December, 2015 Build a From from another Form Tags Drupal 8 Code Form Example : (From user login block)
By editor, 23 December, 2015 Delete a source string and the target translations in Drupal 8 Tags Drupal 8 Code Translation As you haven't a Delete button on interface translation page, you can't do that from the translation interface. But you can do in a small custom module. Example : Delete string ID 346, 'Home' $lid = 346;