Add a New Appearance to the Product Content-Type for the Page Builder on Magento 2 EE The recent addition of Page Builder (formely known as BlueFoot when it was available as a separate extension), allows for a more user-friendly way to create CMS Pages. However, when using a Products
Moving .drush/ Folder to a Custom Location on Drupal 7 To work properly, Drush needs to create a .drush/ folder in the home directory of the user that's launching the command. If you wish to change the location of the .drush directory, you
Understanding #ajax_processed on Drupal 7 Form API Working on a complex multi-steps AJAX form? Stuck trying to attach AJAX to a field? You may as well be informed on the usage of the internal property #ajax_processed, it could help
Git Clone: Prompted for Password with TortoisePlink on Windows If you get prompted for password by TortoisePlink each time you try to use git clone, even with the guest machine knowing your public key, the following could help you: Open the Environment
How to Use Hierarchical Select Hooks in Drupal 7 Hierarchical Select differs from other modules when dealing with hooks, here's the right way to implement one. First, each HS field implementation needs a set of functions to work. The needed functions are
Create User with entity_metadata_wrapper() in Drupal 7 Here's a little snippet to use when creating a new user with entity_metadata_wrapper(): // Get an empty object with the is_new attribute set to TRUE. $user = entity_create('user', array()); // Define
Entity Malformed Exception with field_attach_load() in Drupal 7 While using field_attach_load() to add not loaded fields to a node object, I found myself stubling across that particular error multiple times : Entity Malformed Exception : Missing bundle property on entity of