Skip to content

Commit

Permalink
Avoid error if data for lib.dynamicContent is not provided as array
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Sep 20, 2014
1 parent e8cd26a commit e8e3389
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Configuration/ContentElements/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ lib.dynamicContent {
colPos.cObject = TEXT
colPos.cObject {
field = colPos
ifEmpty = 0
ifEmpty.cObject = TEXT
ifEmpty.cObject {
value.current = 1
ifEmpty = 0
}
}
pageUid.cObject = TEXT
pageUid.cObject {
Expand Down

0 comments on commit e8e3389

Please sign in to comment.