default-github-labels.json Add default github labels (JSON file) (#1306) Apr 1, 2021 README Code of conduct License Mozilla Add-ons This is the general root project for add-ons at Mozilla. Filing bugs If you're looking to file a bug relating to the addons.mozilla.org (AMO) website...
Code Folders and files Name Last commit message Last commit date Latest commit haraldschilly Merge pull request#157from mkoeppe/master Sep 9, 2024 e35f1f5·Sep 9, 2024 History 589 Commits .github/workflows test: add setuptools Oct 30, 2023 ...
const location = "my office"; Office.context.mailbox.item.location.setAsync(location, (result) => { if (result.status !== Office.AsyncResultStatus.Succeeded) { console.error(`Action failed with message ${result.error.message}`); return; } console.log(`Successfully set location to ${...
In theOffice Add-insdialog, select theMY ADD-INStab, chooseManage My Add-ins, and thenUpload My Add-in. Browse to the add-in manifest file, and then selectUpload. Verify the add-in loaded successfully. You'll see aCustom settingsbutton on theHometab on the ribbon. ...
Launchpad. The GitKraken Browser Extension organizes your pull requests by status, and identifies which pull requests need your attention. OPEN PRS INSTANTLY: Open PRs in GitHub, GitLab, Azure DevOps, or Bitbucket to take action on a PR by opening it in a new browser tab. ACCESS CODE ...
The following code specifies the custom field, Requestor, with a reference name ofFabrikamFiber.MyTeam.Requestorand a pick list of allowed values, with the default value of Customer. XML <FIELDname="Requestor"refname="FabrikamFiber.MyTeam.Requestor"type="String"reportable="Dimension"><ALLOWEDVALUES...
The following code specifies the custom field, Requestor, with a reference name ofFabrikamFiber.MyTeam.Requestorand a pick list of allowed values, with the default value of Customer. XML <FIELDname="Requestor"refname="FabrikamFiber.MyTeam.Requestor"type="String"reportable="Dimension"><ALLOWEDVALUES...
Within the applyCustomStyle() function, replace TODO1 with the following code. Note that the code applies a custom style that does not exist yet. You'll create a style with the name MyCustomStyle in the Test the add-in step. JavaScript Copy const lastParagraph = context.document.body.pa...
I've added four lines of code. These are the green lines denoted with a plus sign at the beginning of the line. These are all the changes I'd like to make for now. So I'm certain I'm ready commit. It's always a good idea to run git status. Remember, my file is still...
pbcopy< ~/.ssh/myname_rsakey.pub # 进入github,设置ssh密钥 # 1. Edit Profile # 2. SSH Keys # 3. Add SSH Key # 4. 将刚刚复制的Key粘贴,然后提交 # 添加rsa密钥 ssh-addmyname_rsakey # 测试github连接 ssh-T git@github.com # 关联项目 ...