Last active
December 19, 2015 00:49
-
-
Save devinrader/5871283 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui"> | |
<ribbon> | |
<tabs> | |
<tab id="customTab" label="TWILIOSO" insertAfterMso="TabHome"> | |
<group id="customGroup" label="Messages"> | |
<button id="customButton1" label="Send SMS" size="large" onAction="conSendSms" imageMso="twiliologo" /> | |
</group> | |
</tab> | |
</tabs> | |
</ribbon> | |
</customUI> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment