ar.com.softwareperonista.Pace.gschema.xml 671 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="pace">
  3. <schema id="ar.com.softwareperonista.Pace" path="/ar/com/softwareperonista/pace/">
  4. <key name="enable-preview" type="b">
  5. <default>true</default>
  6. <summary>Enable preview</summary>
  7. <description>If enable preview page si shown. If disable pacman.conf file will be writen directly.</description>
  8. </key>
  9. <key name="full-preview" type="b">
  10. <default>true</default>
  11. <summary>Show the full file preview</summary>
  12. <description>If enable preview page shows the full file. If disable will show only the diff.</description>
  13. </key>
  14. </schema>
  15. </schemalist>