mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
처음 사용 안 함이 기본값으로 생각하였으나 그렇게 하지 않고 사용에 기본값을 두고 있으므로 설정이 없을 경우 사용이 먼저 노출되도록 수정함. 여전히 설정값이 없으면 block 이 기본값.
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon version="0.2">
|
|
<title xml:lang="ko">넘겨보는 사진</title>
|
|
<title xml:lang="en">PhotoSwipe</title>
|
|
<description xml:lang="ko">
|
|
본문 이미지를 하나의 갤러리 처럼 볼 수 있도록 하는 애드온입니다.
|
|
</description>
|
|
<description xml:lang="en">
|
|
Swipe your images of an document on your screens.
|
|
</description>
|
|
<license>MIT License (codes from http://photoswipe.com/), GPLv2 (other codes by Rhymix contributors)</license>
|
|
<version>1.0.1</version>
|
|
<date>2016-04-27</date>
|
|
|
|
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
|
|
<name xml:lang="ko">misol</name>
|
|
<name xml:lang="en">misol</name>
|
|
</author>
|
|
<author email_address="devops@rhymix.org" link="https://github.com/rhymix">
|
|
<name xml:lang="ko">Rhymix contributors</name>
|
|
<name xml:lang="en">Rhymix contributors</name>
|
|
</author>
|
|
<extra_vars>
|
|
<var name="display_name" type="select">
|
|
<title xml:lang="ko">파일이름 출력 설정</title>
|
|
<description xml:lang="ko">넘겨보기 실행시 하단에 파일이름을 출력할 것인지 여부를 선택합니다. 기본값은 사용하도록 되어있습니다.</description>
|
|
<options value="block">
|
|
<title xml:lang="ko">사용</title>
|
|
</options>
|
|
<options value="none">
|
|
<title xml:lang="ko">사용 안함</title>
|
|
</options>
|
|
</var>
|
|
</extra_vars>
|
|
</addon>
|