Skip to content

Commit

Permalink
doctrine mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
szabogyula committed Mar 13, 2016
1 parent 1b746db commit 36c5cd8
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Resources/config/doctrine/Event.orm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
AncaRebeca\FullCalendarBundle\Model\Event:
type: mappedSuperclass
fields:
title:
type: string
allDay:
type: boolean
startDate:
type: datetime
endDate:
type: datetime
url:
type: string
nullable: true
className:
type: string
nullable: true
editable:
type: boolean
startEditable:
type: boolean
durationEditable:
type: boolean
rendering:
nullable: true
type: string
overlap:
type: boolean
constraint:
type: integer
column: const
nullable: true
source:
nullable: true
type: string
color:
nullable: true
type: string
backgroundColor:
nullable: true
type: string
textColor:
nullable: true
type: string
customFields:
nullable: true
type: array

0 comments on commit 36c5cd8

Please sign in to comment.