Quantcast
Channel: Adobe Community: Message List - XMP SDK
Viewing all articles
Browse latest Browse all 801

Re: Cannot get Sample Metadata UI Extensions to Show in Adobe Bridge

$
0
0

Hi David,

    You are using Bridge CC not Bridge CC 2014. The document you are referring will not work for CC.

 

    You need to follow the earlier documentation (hope you will find on devnet). For your reference I am putting the following code, save it in file name "sample.xml". Put this file on the path where you have installed bridge\Custom File Info Panels\4.0\custom. Restart bridge if it is not visible, check in bridge preferences and check the checkbox.

 

Code for sample.xml is

 

------------------------------

<?xml version='1.0' encoding='UTF-8'?>

 

<xmp_definitions>

 

  <xmp_schema prefix='mypanel' namespace='http://ns.adobe.com/mypanel/' label='$$$/my/FileInfoLib/Panels/Name=mypanel'>

 

         <!-- simple properties -->

        <xmp_property name="Text" category="external" label="$$$/Custom/Panel/Document Title=Property 1 Name:" type="text"/>

        <xmp_property name="Text2" category="external" label="$$$/Custom/Panel/Credit=Property 2 Name:" type="text"/>

        <xmp_property name="Bool1" category='external' label="$$$/Custom/Property/BooleanInput_Label=Check Box Input:" type='boolean'/>

        <xmp_property name="Bool2" category='external' label="$$$/Custom/Property/BooleanInput_Label2=Check Box Input2:" type='boolean'/>

 

  </xmp_schema>

 

</xmp_definitions>

----------------------------


Viewing all articles
Browse latest Browse all 801

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>