Bug #2501
using fielda // fieldb // fieldc
| Status: | New | Start date: | 2009-01-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Martin Holtz | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
- reading configuration from file creator.1 = creator creator.2 = Artist creator.3 = by-line
- configuration for writing tags to file creator.tag.1 = creator creator.tag.2 = Artist creator.tag.3 = -IPTC:by-line
where 1/2/3 is the order.
By reading: the 2 will only used, if 1 is empty.
Why not using the standard way of refering to fields in TS:
creator = creator // Artist // by-line
to have typoscript typical syntax:)