enable sharing
This commit is contained in:
		@@ -125,13 +125,13 @@
 | 
			
		||||
  "PulseValue.Low|block": "low",
 | 
			
		||||
  "Rotation.Pitch|block": "pitch",
 | 
			
		||||
  "Rotation.Roll|block": "roll",
 | 
			
		||||
  "String.charAt|block": "char from %this|at %pos",
 | 
			
		||||
  "String.compare|block": "compare %this| to %that",
 | 
			
		||||
  "String.concat|block": "join %this|%other",
 | 
			
		||||
  "String.charAt|block": "char from %this=text|at %pos",
 | 
			
		||||
  "String.compare|block": "compare %this=text| to %that",
 | 
			
		||||
  "String.concat|block": "join %this=text|%other",
 | 
			
		||||
  "String.fromCharCode|block": "text from char code %code",
 | 
			
		||||
  "String.isEmpty|block": "%this| is empty",
 | 
			
		||||
  "String.isEmpty|block": "%this=text| is empty",
 | 
			
		||||
  "String.length|block": "length of %VALUE",
 | 
			
		||||
  "String.substr|block": "substring of %this|from %start|of length %length",
 | 
			
		||||
  "String.substr|block": "substring of %this=text|from %start|of length %length",
 | 
			
		||||
  "String|block": "String",
 | 
			
		||||
  "basic.clearScreen|block": "clear screen",
 | 
			
		||||
  "basic.forever|block": "forever",
 | 
			
		||||
 
 | 
			
		||||
@@ -14,8 +14,8 @@
 | 
			
		||||
    "cloud": {
 | 
			
		||||
        "workspace": false,
 | 
			
		||||
        "packages": true,
 | 
			
		||||
        "sharing": false,
 | 
			
		||||
        "publish": false,
 | 
			
		||||
        "sharing": true,
 | 
			
		||||
        "publishing": true,
 | 
			
		||||
        "preferredPackages": [
 | 
			
		||||
            "Microsoft/pxt-neopixel",
 | 
			
		||||
            "Microsoft/pxt-filesystem"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user