-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbaseBlock.xml
More file actions
27 lines (25 loc) · 930 Bytes
/
baseBlock.xml
File metadata and controls
27 lines (25 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<xml>
<type>feature</type>
<title>Base task for asynchronous coding</title>
<description>Sets a toolbox category that blocks can attach to</description>
<!--
This is the default target for any components within this feature. Commponents are loaded relative to this.
-->
<location>blocklyCode</location>
<component type="define">
<file>baseBlock_define.js</file>
</component>
<component type="edit">
<location>mixin</location>
<!-- With no <targetDirectory/> specified the default is the mixin directory such as "wwwpub\\blocklyCode\\mixin" -->
<file>baseBlock.js</file>
<!-- The language part will default to en if a match cannot be found -->
<locale>baseBlock_{locale}.js</locale>
<!-- The target template -->
<template>index.html.template</template>
</component>
<component type="generate">
<location>mixin</location>
<file>baseBlock_{language}.js</file>
</component>
</xml>