MySql update query - Update column by string replacement in all records
Problem Statement In a mysql table, I wanted to replace the hostname of the…
April 06, 2020
In my previous article, I explained How to have set of fields and single Add More button.
In this post, we will see how we can have nested set of fields and we can have a single Add More button for that subset.
Let me set context of this article flow. We will discuss following:
Create a content type having fields:
Each Product Details will have following fields:
Each Sub-Product Details will have following fields:
In simpler terms, we will have a content type for a product, in which we can do following:
Lets have a look at the step by step guide:
Create a Paragraph Type This is for our Sub-Product details
Create another paragraph Type This is for our Product Details
Now, create actual Content Type This the actual node for our Product.
Lets look at the interested section only.
A more refined image
If you are using Field Groups module, you can have more fun with setting different options for displaying fieldsets.
Problem Statement In a mysql table, I wanted to replace the hostname of the…
Introduction We will list few interesting automation techniques with powershell…
Introduction to problem This post is applicable for those who has already an SSL…
Static websites have several advantages over dyanamic websites. If you are…
Introduction Drupal is an awesome CMS. Drupal content type form, allows you to…
If your youtube video looks like:https://www.youtube.com/watch?v=g0kFl7sBdDQ…
Introduction This post has the complete code to send email through smtp server…
Introduction In a normal email sending code from python, I’m getting following…
Introduction In one of my app, I was using to talk to . I have used some event…
Introduction So you have a Django project, and want to run it using docker image…
Introduction It is very important to introduce few process so that your code and…
Introduction In this post, we will see a sample Jenkin Pipeline Groovy script…