Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
library_list_config.xml 493 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <a:appConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xsi:schemaLocation="http://arolios.org/arolios/model ../schemas/appconfig.xsd"
    	xmlns:a="http://arolios.org/arolios/model">
    	<domain name="library">
            <association name="book_position">
                <property>position</property>
            </association>
            
            <class name="book">
                <property>kind</property>
            </class>
    
        </domain>
        
    </a:appConfig>