IndivisibleTemplate / BasicTemplate

The basic Indivisible Template Beta. By Sahadeva Hammari.
http://IndivisibleTemplate.com/
GNU General Public License v3.0
7 stars 80 forks source link

Set up default fields for representative phone numbers #10

Closed sahadeva closed 7 years ago

sahadeva commented 7 years ago

Currently the default field for a phone number is a simple field. The code requires that it be an object (sort of like an array) rather than a single field in order to generate the office name (e.g. D.C. Office + corresponding phone number: 555.555.5555.

phone-numbers:

should be something like:

phone-numbers: 
   office name: phone number
   office name 2: phone number 2
sahadeva commented 7 years ago

Fixed with https://github.com/IndivisibleTemplate/BasicTemplate/pull/22#pullrequestreview-31169597