mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Support hash and space as valid tag separators
https://xetown.com/questions/1728094 - 해시(#) 문자와 공백도 태그 구분자로 사용할 수 있도록 지원 - 해시는 기본 지원하며, 공백은 기본 OFF - tag 모듈 설정에서 커스터마이징 가능 - document 모듈 이외의 자료에서 태그 기능 구현한 경우 적용되지 않을 수 있음
This commit is contained in:
parent
e821955129
commit
38900d4b2d
8 changed files with 242 additions and 47 deletions
21
modules/tag/conf/module.xml
Normal file
21
modules/tag/conf/module.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispTagAdminConfig" type="view" admin_index="true" menu_name="tag" />
|
||||
<action name="procTagAdminInsertConfig" type="controller" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="tag" type="all">
|
||||
<title xml:lang="ko">태그</title>
|
||||
<title xml:lang="en">Tag</title>
|
||||
<title xml:lang="zh-CN">标签</title>
|
||||
<title xml:lang="zh-TW">標籤</title>
|
||||
<title xml:lang="jp">タグ</title>
|
||||
<title xml:lang="vi">Tag</title>
|
||||
<title xml:lang="es">Etiqueta</title>
|
||||
<title xml:lang="ru">Теги</title>
|
||||
<title xml:lang="tr">Etiket</title>
|
||||
</menu>
|
||||
</menus>
|
||||
</module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue