Remove post redirects
This commit is contained in:
parent
8080640147
commit
9ba45e74e3
87 changed files with 0 additions and 176 deletions
|
@ -10,8 +10,6 @@ tags:
|
|||
- entity-api
|
||||
- multigroup
|
||||
use: [posts]
|
||||
redirect:
|
||||
- blog/create-multigroups-drupal-7-using-field-collections/
|
||||
---
|
||||
One of my favourite things lately in Drupal 6 has been CCK 3, and more specifically, the Content Multigroups sub-module. Basically this allows you to create a fieldset of various CCK fields, and then repeat that multiple times. For example, I use it on this site whist creating invoices for clients. I have a fieldset called 'Line Item', containing 'Description', 'Quantity' and 'Price' fields. With a standard fieldset, I could only have one instance of each field - however, using a multigroup, I can create multiple groups of line items which I then use within the invoice.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue