Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Abdul #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EngineerAbdul
Copy link

{
"$schema": "http://json.schemastore.org/install",
"resources": {
"body": [
{
"type": "style",
"src": "./build/styles.css"
},
{
"type": "script",
"src": "./build/index.js"
}
]
},
"workers": [
{
"src": "./build/worker.js"
}
],
"dns": [
{
"type": "TXT",
"content": "Managed TXT Record",
"name": "Created by create-cloudflare-app",
"ttl": 120
}
],
"preview": {
"handlers": [
{
"options": ["_default"],
"execute": "INSTALL_SCOPE.setOptions(INSTALL_OPTIONS)"
}
]
},
"options": {
"properties": {
"location": {
"title": "Message Location",
"description": "Where should the message appear?",
"order": 0,
"type": "object",
"format": "element",
"default": {
"selector": "body",
"method": "prepend"
}
},
"message": {
"title": "Message",
"description": "A short example message.",
"type": "string",
"format": "richtext",
"order": 1,
"default": "

Welcome to Cloudflare Apps!

Download this app every time you want to make a new project.

This app renders a message to the user's website, installs a Cloudflare Worker that adds a 'Hello-Workers' header to each request, and sets a TXT DNS record with a value of 'Hello DNS'. The first Cloudflare Workers script in install.json will run on every request to the user's website. Currently, one Worker is allowed per app, but you may set an unlimited number of DNS records.

"
}
}
}
}

mpint pushed a commit that referenced this pull request Sep 14, 2020
…ils-1.4.3

Bump eslint-utils from 1.3.1 to 1.4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants