{
	"name": "govpack/profile-self",
    "editorScript": "file:./../../../dist/profile_self_block.js",
	"category": "govpack-blocks",
	"attributes": {
		"className": {
			"type": "string",
			"default": ""
		},
		"profileId": {
			"type": "number",
			"default": 0
		},
		"showAvatar": {
			"type": "boolean",
			"default": true
		},
        "avatarAlignment": {
			"type": "string",
			"default": "left"
		},
		"avatarBorderRadius": {
			"type": "string",
			"default": "0%"
		},
		
		"avatarHideDefault": {
			"type": "boolean",
			"default": false
		},
        "showBio": {
			"type": "boolean",
			"default": false
		},  
        "showName": {
			"type": "boolean",
			"default": false
		},   
		"showWebsites": {
			"type": "boolean",
			"default": true
		},
        "showLegislativeBody": {
			"type": "boolean",
			"default": true
		},
        "showPosition": {
			"type": "boolean",
			"default": true
		},
        "showParty": {
			"type": "boolean",
			"default": true
		},
		"showDistrict": {
			"type": "boolean",
			"default": false
		},
        "showState": {
			"type": "boolean",
			"default": true
		},
		
        "showStatus": {
			"type": "boolean",
			"default": true
		},
        "showSocial": {
			"type": "boolean",
			"default": true
		},
		"selectedSocial": {
			"type": "object",
			"default": {
				"showOfficial" : true,
				"showCampaign" : true,
				"showPersonal" : true
			}
		},
        "showEmail": {
			"type": "boolean",
			"default": true
		},
      
        "align": {
			"type": "string",
            "default": "full"
		},
		"width": {
			"type": "string",
            "default": "full"
		},		
		"showCapitolCommunicationDetails": {
			"type": "boolean",
			"default": true
		},
		"selectedCapitolCommunicationDetails": {
			"type": "object",
			"default": {
				"showPhone" : true,
				"showFax" : true,
				"showEmail" : true,
				"showAddress" : true,
				"showWebsite" : true
			}
		},
		"showDistrictCommunicationDetails": {
			"type": "boolean",
			"default": true
		},
		"selectedDistrictCommunicationDetails": {
			"type": "object",
			"default": {
				"showPhone" : true,
				"showFax" : true,
				"showEmail" : true,
				"showAddress" : true,
				"showWebsite" : true
			}
		},
		"showCampaignCommunicationDetails": {
			"type": "boolean",
			"default": true
		},
		"selectedCampaignCommunicationDetails": {
			"type": "object",
			"default": {
				"showPhone" : true,
				"showFax" : true,
				"showEmail" : true,
				"showAddress" : true,
				"showWebsite" : true
			}
		},
		"showOtherCommunicationDetails": {
			"type": "boolean",
			"default": true
		},
		"selectedOtherCommunicationDetails": {
			"type": "object",
			"default": {}
		}
	}
}