mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Change types from text/x-red to text/html in node html files
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<script type="text/x-red" data-help-name="split">
|
||||
<script type="text/html" data-help-name="split">
|
||||
<p>메세지를 메세지열로 분할합니다.</p>
|
||||
|
||||
<h3>입력</h3>
|
||||
@@ -53,7 +53,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/x-red" data-help-name="join">
|
||||
<script type="text/html" data-help-name="join">
|
||||
<p>메세지열를 결합하여 하나의 메세지로 만듭니다.</p>
|
||||
<p>메세지의 결합에는 다음 3개의 모드를 이용할 수 있습니다.</p>
|
||||
<dl>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<script type="text/x-red" data-help-name="sort">
|
||||
<script type="text/html" data-help-name="sort">
|
||||
<p>메세지 열 혹은 배열형의 페이로드를 정렬합니다.</p>
|
||||
<p><b>split</b>노드와 조합하여 메세지의 순서를 정렬할 수 있습니다.</p>
|
||||
<p>아래의 정렬순서를 지정할 수 있습니다.</p>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<script type="text/x-red" data-help-name="batch">
|
||||
<script type="text/html" data-help-name="batch">
|
||||
<p>지정한 룰에 의해 메세지열을 생성합니다.</p>
|
||||
<h3>상세</h3>
|
||||
<p>메세지열의 생성에는 아래의 3가지 모드를 이용할 수 있습니다.</p>
|
||||
|
Reference in New Issue
Block a user