Skip to content

Commit

Permalink
extended model for handling images in named locations on page
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Dec 15, 2010
1 parent ac3a13f commit 3258772
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions models/schemas.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Schema xmlns="http://www.midgard-project.org/repligard/1.4">
<type name="midgardmvc_helper_attachmentserver_attachment" extends="midgard_attachment">
<property name="locationname" type="string" index="yes">
<description>named location for the attachment like "main_lift_image" or "right_banner_image"</description>
</property>
</type>
</Schema>

0 comments on commit 3258772

Please sign in to comment.