mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
검색엔진 수집이 불필요한 페이지에 대한 robots 메타 태그 추가
xpressengine/xe-core#2293 patch by @bnu
This commit is contained in:
parent
cb66b4e5df
commit
71651c0542
14 changed files with 77 additions and 59 deletions
|
|
@ -2,12 +2,12 @@
|
|||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="dispEditorComponentInfo" type="view" />
|
||||
<action name="dispEditorFrame" type="view" />
|
||||
<action name="dispEditorPopup" type="view" />
|
||||
<action name="dispEditorPreview" type="view" />
|
||||
<action name="dispEditorSkinColorset" type="view" permission="all-managers" />
|
||||
<action name="dispEditorConfigPreview" type="view" permission="root" />
|
||||
<action name="dispEditorComponentInfo" type="view" meta-noindex="true" />
|
||||
<action name="dispEditorFrame" type="view" meta-noindex="true" />
|
||||
<action name="dispEditorPopup" type="view" meta-noindex="true" />
|
||||
<action name="dispEditorPreview" type="view" meta-noindex="true" />
|
||||
<action name="dispEditorSkinColorset" type="view" permission="all-managers" meta-noindex="true" />
|
||||
<action name="dispEditorConfigPreview" type="view" permission="root" meta-noindex="true" />
|
||||
|
||||
<action name="procEditorCall" type="controller" />
|
||||
<action name="procEditorSaveDoc" type="controller" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue