-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
27,250 additions
and
12,324 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: No Response | ||
|
||
# **What it does**: Closes issues where the original author doesn't respond to a request for information. | ||
# **Why we have it**: To remove the need for maintainers to remember to check back on issues periodically to see if contributors have responded. | ||
# **Who does it impact**: Everyone that works on docs or docs-internal. | ||
|
||
on: | ||
issue_comment: | ||
types: [created] | ||
schedule: | ||
# Schedule for five minutes after the hour, every hour | ||
- cron: '5 * * * *' | ||
|
||
jobs: | ||
noResponse: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: lee-dohm/[email protected] | ||
with: | ||
token: ${{ github.token }} | ||
daysUntilClose: 14 # Number of days of inactivity before an Issue is closed for lack of response | ||
responseRequiredLabel: "needs:feedback" # Label indicating that a response from the original author is required | ||
closeComment: > | ||
This issue has been automatically closed because there has been no response | ||
to our request for more information. With only the | ||
information that is currently in the issue, we don't have enough information | ||
to take action. Please reach out if you have or find the answers we need so | ||
that we can investigate further. See [this blog post on bug reports and the | ||
importance of repro steps](https://www.lee-dohm.com/2015/01/04/writing-good-bug-reports/) | ||
for more information about the kind of information that may be helpful. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
16 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"plugins": [ "." ] | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,92 @@ | ||
{ | ||
"name": "tenup/maps-block-apple", | ||
"title": "Apple Maps", | ||
"category": "embed", | ||
"icon": <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 40 52"><path fill="#333" fillRule="evenodd" d="M37.15 9.802c0 4.936-3.698 9.05-8.46 9.709v11.854l-1.304 3.92-1.303-3.92V19.521c-4.8-.626-8.536-4.757-8.536-9.72 0-5.39 4.41-9.801 9.802-9.801 5.39 0 9.801 4.41 9.801 9.802zm-15.224-2.38c.74.633 2.088.274 3.01-.802.922-1.077 1.068-2.464.327-3.098-.74-.634-2.088-.275-3.01.802-.921 1.076-1.068 2.463-.327 3.097z" clipRule="evenodd"></path><path fill="#333" d="M12.85 25l11.277 3.776v2.589l3.26 8.821 3.258-8.821v-2.483L40 25v21.736l-12.124 4.93-15.026-4.93L0 51.666V30.032L12.85 25z"></path></svg>, | ||
"description": "An Apple Maps block.", | ||
"keywords": [ "apple", __( 'map' ), "apple map" ], | ||
"attributes": { | ||
"address": { | ||
"type": "string", | ||
"default": "", | ||
}, | ||
"height": { | ||
"type": "string", | ||
"default": "450", | ||
}, | ||
"latitude": { | ||
"type": "number", | ||
"default": 51.48762585296625, | ||
}, | ||
"longitude": { | ||
"type": "number", | ||
"default": -0.1326724377053381, | ||
}, | ||
"rotation": { | ||
"type": "number", | ||
"default": 0, | ||
}, | ||
"zoom": { | ||
"type": "number", | ||
"default": 15, | ||
}, | ||
"mapType": { | ||
"type": "string", | ||
"default": "Map.MapTypes.Standard", | ||
}, | ||
"showsMapTypeControl": { | ||
"type": "boolean", | ||
"default": true, | ||
}, | ||
"isRotationEnabled": { | ||
"type": "boolean", | ||
"default": true, | ||
}, | ||
"showsCompass": { | ||
"type": "string", | ||
"default": "FeatureVisibility.Adaptive", | ||
}, | ||
"isZoomEnabled": { | ||
"type": "boolean", | ||
"default": true, | ||
}, | ||
"showsZoomControl": { | ||
"type": "boolean", | ||
"default": true, | ||
}, | ||
"isScrollEnabled": { | ||
"type": "boolean", | ||
"default": true, | ||
}, | ||
"showsScale": { | ||
"type": "string", | ||
"default": "FeatureVisibility.Adaptive", | ||
}, | ||
"markers": { | ||
"type": "array", | ||
"default": [], | ||
}, | ||
}, | ||
"editorScript": "file:build/index.js", | ||
"editorStyle": "file:editor.css", | ||
"script": "file:build/frontend.js", | ||
"style": "file:style.css" | ||
"name":"tenup/maps-block-apple", | ||
"title":"Apple Maps", | ||
"category":"embed", | ||
"description":"Add an Apple Map to your site.", | ||
"apiVersion": 2, | ||
"keywords":[ | ||
"apple", | ||
"map", | ||
"apple map" | ||
], | ||
"attributes":{ | ||
"address":{ | ||
"type":"string", | ||
"default":"" | ||
}, | ||
"height":{ | ||
"type":"string", | ||
"default":"450" | ||
}, | ||
"latitude":{ | ||
"type":"number", | ||
"default":51.48762585296625 | ||
}, | ||
"longitude":{ | ||
"type":"number", | ||
"default":-0.1326724377053381 | ||
}, | ||
"rotation":{ | ||
"type":"number", | ||
"default":0 | ||
}, | ||
"zoom":{ | ||
"type":"number", | ||
"default":15 | ||
}, | ||
"mapType":{ | ||
"type":"string", | ||
"default":"standard" | ||
}, | ||
"showsMapTypeControl":{ | ||
"type":"boolean", | ||
"default":true | ||
}, | ||
"isRotationEnabled":{ | ||
"type":"boolean", | ||
"default":true | ||
}, | ||
"showsCompass":{ | ||
"type":"string", | ||
"default":"adaptive" | ||
}, | ||
"isZoomEnabled":{ | ||
"type":"boolean", | ||
"default":true | ||
}, | ||
"showsZoomControl":{ | ||
"type":"boolean", | ||
"default":true | ||
}, | ||
"isScrollEnabled":{ | ||
"type":"boolean", | ||
"default":true | ||
}, | ||
"showsScale":{ | ||
"type":"string", | ||
"default":"adaptive" | ||
}, | ||
"markers":{ | ||
"type":"array", | ||
"default":[ | ||
|
||
] | ||
} | ||
}, | ||
"example":{ | ||
"attributes":{ | ||
"latitude":51.48762585296625, | ||
"longitude":-0.1326724377053381 | ||
} | ||
}, | ||
"supports":{ | ||
"align":[ | ||
"wide", | ||
"full" | ||
], | ||
"html":false | ||
}, | ||
"editorScript":"maps-block-apple-block", | ||
"viewScript":"maps-block-apple-frontend", | ||
"script": "apple-mapkit-js" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.