Skip to content

Instantly share code, notes, and snippets.

@flyskyko
Last active August 29, 2015 14:01
Show Gist options
  • Save flyskyko/19eebce5aa13e0b71209 to your computer and use it in GitHub Desktop.
Save flyskyko/19eebce5aa13e0b71209 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants>
<grant name="list" default="guest">
<title xml:lang="ko">목록 보기</title>
</grant>
<grant name="view" default="guest">
<title xml:lang="ko">내용 보기</title>
</grant>
<grant name="write_document" default="guest">
<title xml:lang="ko">글 쓰기</title>
</grant>
<grant name="write_comment" default="guest">
<title xml:lang="ko">댓글 쓰기</title>
</grant>
</grants>
<permissions>
<permission action="procMyboardAdminUpdateSimpleSetup" target="manager" />
<permission action="getMyboardAdminSimpleSetup" target="manager" />
</permissions>
<actions>
<action name="procMyboardAdminUpdateSimpleSetup" type="controller" />
<action name="getMyboardAdminSimpleSetup" type="model" simple_setup_index="true" />
</actions>
</module>
Copy link

ghost commented May 16, 2014

파일 경로 : XE-ROOT/modules/myboard/conf/module.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment