mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge pull request #3049 from alchemy-fr/PHRAS-2598_field_type_in_model
PHRAS-2598 #comment Merge pull request #3049 from alchemy-fr/PHRAS-2598_field_type_in_model
This commit is contained in:
@@ -182,27 +182,27 @@
|
||||
</subdefs>
|
||||
|
||||
<description>
|
||||
<Object src="IPTC:ObjectName" />
|
||||
<Category src="IPTC:Category"/>
|
||||
<SupplCategory src="IPTC:SupplementalCategories" multi="1"/>
|
||||
<Keywords src="IPTC:Keywords" multi="1"/>
|
||||
<SpecialInstruct src="IPTC:SpecialInstructions"/>
|
||||
<Object src="IPTC:ObjectName" type="string"/>
|
||||
<Category src="IPTC:Category" type="string"/>
|
||||
<SupplCategory src="IPTC:SupplementalCategories" type="string" multi="1"/>
|
||||
<Keywords src="IPTC:Keywords" type="string" multi="1"/>
|
||||
<SpecialInstruct src="IPTC:SpecialInstructions" type="string"/>
|
||||
<Date src="IPTC:DateCreated" type="date" />
|
||||
<Byline src="IPTC:By-line"/>
|
||||
<BylineTitle src="IPTC:By-lineTitle"/>
|
||||
<City src="IPTC:City" />
|
||||
<Province src="IPTC:Province-State" />
|
||||
<Country src="IPTC:Country-PrimaryLocationName" />
|
||||
<OriginalRef src="IPTC:OriginalTransmissionReference" />
|
||||
<Headline src="IPTC:Headline" report="1" thumbtitle="1" />
|
||||
<Credit src="IPTC:Credit" report="1" />
|
||||
<Source src="IPTC:Source" />
|
||||
<Caption src="IPTC:Caption-Abstract" />
|
||||
<CaptionWriter src="IPTC:Writer-Editor" />
|
||||
<Longitude src="GPS:GPSLongitude" readonly="1"/>
|
||||
<Latitude src="GPS:GPSLatitude" readonly="1"/>
|
||||
<CameraModel src="IFD0:Model" readonly="1"/>
|
||||
<FileName src="Phraseanet:tf-basename" readonly="1" type="string" />
|
||||
<Byline src="IPTC:By-line" type="string"/>
|
||||
<BylineTitle src="IPTC:By-lineTitle" type="string"/>
|
||||
<City src="IPTC:City" type="string"/>
|
||||
<Province src="IPTC:Province-State" type="string"/>
|
||||
<Country src="IPTC:Country-PrimaryLocationName" type="string"/>
|
||||
<OriginalRef src="IPTC:OriginalTransmissionReference" type="string"/>
|
||||
<Headline src="IPTC:Headline" type="string" report="1" thumbtitle="1"/>
|
||||
<Credit src="IPTC:Credit" type="string" report="1"/>
|
||||
<Source src="IPTC:Source" type="string"/>
|
||||
<Caption src="IPTC:Caption-Abstract" type="string"/>
|
||||
<CaptionWriter src="IPTC:Writer-Editor" type="string"/>
|
||||
<Longitude src="GPS:GPSLongitude" type="number" readonly="1"/>
|
||||
<Latitude src="GPS:GPSLatitude" type="number" readonly="1"/>
|
||||
<CameraModel src="IFD0:Model" type="string" readonly="1"/>
|
||||
<FileName src="Phraseanet:tf-basename" type="string" readonly="1"/>
|
||||
</description>
|
||||
|
||||
<statbits>
|
||||
|
@@ -182,27 +182,27 @@
|
||||
</subdefs>
|
||||
|
||||
<description>
|
||||
<Objet src="IPTC:ObjectName" />
|
||||
<Categorie src="IPTC:Category"/>
|
||||
<AutresCategories src="IPTC:SupplementalCategories" multi="1"/>
|
||||
<MotsCles src="IPTC:Keywords" multi="1"/>
|
||||
<Observations src="IPTC:SpecialInstructions"/>
|
||||
<Date src="IPTC:DateCreated" type="date" />
|
||||
<Signature src="IPTC:By-line"/>
|
||||
<TitreCredits src="IPTC:By-lineTitle"/>
|
||||
<Ville src="IPTC:City" />
|
||||
<Province src="IPTC:Province-State" />
|
||||
<Pays src="IPTC:Country-PrimaryLocationName" />
|
||||
<ReferencesOriginales src="IPTC:OriginalTransmissionReference" />
|
||||
<Titre src="IPTC:Headline" report="1" thumbtitle="1" />
|
||||
<Credit src="IPTC:Credit" report="1" />
|
||||
<Source src="IPTC:Source" />
|
||||
<Legende src="IPTC:Caption-Abstract" />
|
||||
<Redacteur src="IPTC:Writer-Editor" />
|
||||
<Longitude src="GPS:GPSLongitude" readonly="1"/>
|
||||
<Latitude src="GPS:GPSLatitude" readonly="1"/>
|
||||
<AppareilPhoto src="IFD0:Model" readonly="1"/>
|
||||
<NomDeFichier src="Phraseanet:tf-basename" readonly="1" type="string" />
|
||||
<Objet src="IPTC:ObjectName" type="string"/>
|
||||
<Categorie src="IPTC:Category" type="string"/>
|
||||
<AutresCategories src="IPTC:SupplementalCategories" type="string" multi="1"/>
|
||||
<MotsCles src="IPTC:Keywords" type="string" multi="1"/>
|
||||
<Observations src="IPTC:SpecialInstructions" type="string"/>
|
||||
<Date src="IPTC:DateCreated" type="date"/>
|
||||
<Signature src="IPTC:By-line" type="string"/>
|
||||
<TitreCredits src="IPTC:By-lineTitle" type="string"/>
|
||||
<Ville src="IPTC:City" type="string" />
|
||||
<Province src="IPTC:Province-State" type="string"/>
|
||||
<Pays src="IPTC:Country-PrimaryLocationName" type="string"/>
|
||||
<ReferencesOriginales src="IPTC:OriginalTransmissionReference" type="string"/>
|
||||
<Titre src="IPTC:Headline" type="string" report="1" thumbtitle="1" />
|
||||
<Credit src="IPTC:Credit" type="string" report="1" />
|
||||
<Source src="IPTC:Source" type="string"/>
|
||||
<Legende src="IPTC:Caption-Abstract" type="string"/>
|
||||
<Redacteur src="IPTC:Writer-Editor" type="string"/>
|
||||
<Longitude src="GPS:GPSLongitude" type="number" readonly="1"/>
|
||||
<Latitude src="GPS:GPSLatitude" type="number" readonly="1"/>
|
||||
<AppareilPhoto src="IFD0:Model" type="string" readonly="1"/>
|
||||
<NomDeFichier src="Phraseanet:tf-basename" type="string" readonly="1"/>
|
||||
</description>
|
||||
|
||||
<statbits>
|
||||
|
Reference in New Issue
Block a user