Merge pull request #5669 from FinnStutzenstein/locationToPlace
location -> place
This commit is contained in:
commit
0b6e855254
@ -677,7 +677,7 @@ meeting:
|
|||||||
# Logos and Fonts
|
# Logos and Fonts
|
||||||
logo_$_id:
|
logo_$_id:
|
||||||
type: template
|
type: template
|
||||||
replacement: location
|
replacement: place
|
||||||
fields:
|
fields:
|
||||||
type: relation
|
type: relation
|
||||||
to:
|
to:
|
||||||
@ -685,10 +685,10 @@ meeting:
|
|||||||
field:
|
field:
|
||||||
name: used_as_logo_$_in_meeting_id
|
name: used_as_logo_$_in_meeting_id
|
||||||
type: structured-tag
|
type: structured-tag
|
||||||
replacement: location
|
replacement: place
|
||||||
font_$_id:
|
font_$_id:
|
||||||
type: template
|
type: template
|
||||||
replacement: location
|
replacement: place
|
||||||
fields:
|
fields:
|
||||||
type: relation
|
type: relation
|
||||||
to:
|
to:
|
||||||
@ -696,7 +696,7 @@ meeting:
|
|||||||
field:
|
field:
|
||||||
name: used_as_font_$_in_meeting_id
|
name: used_as_font_$_in_meeting_id
|
||||||
type: structured-tag
|
type: structured-tag
|
||||||
replacement: location
|
replacement: place
|
||||||
# Examples:
|
# Examples:
|
||||||
# logo_web_header: Mediafile;
|
# logo_web_header: Mediafile;
|
||||||
# font_italic_pdf: Mediafile;
|
# font_italic_pdf: Mediafile;
|
||||||
@ -1826,7 +1826,7 @@ mediafile:
|
|||||||
# Reverse relations for meetings, if a mediafile is used as a special resource
|
# Reverse relations for meetings, if a mediafile is used as a special resource
|
||||||
used_as_logo_$_in_meeting_id:
|
used_as_logo_$_in_meeting_id:
|
||||||
type: template
|
type: template
|
||||||
replacement: location
|
replacement: place
|
||||||
fields:
|
fields:
|
||||||
type: relation
|
type: relation
|
||||||
to:
|
to:
|
||||||
@ -1834,10 +1834,10 @@ mediafile:
|
|||||||
field:
|
field:
|
||||||
name: logo_$_id
|
name: logo_$_id
|
||||||
type: structured-tag
|
type: structured-tag
|
||||||
replacement: location
|
replacement: place
|
||||||
used_as_font_$_in_meeting_id:
|
used_as_font_$_in_meeting_id:
|
||||||
type: template
|
type: template
|
||||||
replacement: location
|
replacement: place
|
||||||
fields:
|
fields:
|
||||||
type: relation
|
type: relation
|
||||||
to:
|
to:
|
||||||
@ -1845,7 +1845,7 @@ mediafile:
|
|||||||
field:
|
field:
|
||||||
name: font_$_id
|
name: font_$_id
|
||||||
type: structured-tag
|
type: structured-tag
|
||||||
replacement: location
|
replacement: place
|
||||||
|
|
||||||
projector:
|
projector:
|
||||||
id: number
|
id: number
|
||||||
|
Loading…
Reference in New Issue
Block a user