Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawax/visual-mode-in-cloudfront
composerから使えるようにしたのでWP公式のほうはもう更新しない
https://github.com/kawax/visual-mode-in-cloudfront
Last synced: 21 days ago
JSON representation
composerから使えるようにしたのでWP公式のほうはもう更新しない
- Host: GitHub
- URL: https://github.com/kawax/visual-mode-in-cloudfront
- Owner: kawax
- Created: 2017-03-01T14:19:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T22:50:12.000Z (over 3 years ago)
- Last Synced: 2024-11-18T09:56:16.079Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Enable Visual Mode in CloudFront #
**Contributors:** kawax
**Tags:** post,editor,cloudfront
**Requires at least:** 4.7.2
**Requires PHP:** 5.6
**Tested up to:** 5.7.0
**Stable tag:** 1.0.6
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.htmlEnable Visual Mode in CloudFront
## Description ##
When using WordPress in CloudFront, Visual mode can not be used.
Because User-Agent is rewritten.This plugin checks the `CloudFront-Is-Desktop-Viewer` header to use Visual mode.
## Installation ##
1. Install the plugin
2. Activate the plugin### CloudFront Behavior settings ###
Add `CloudFront-Is-Desktop-Viewer` to Whitelist Headers.
### Install with composer
Recommended for use with composer and Bedrock.```
composer require revolution/visual-mode-in-cloudfront
```## Frequently Asked Questions ##
## Screenshots ##
## Changelog ##
### 1.0.0 ###
* first release## Upgrade Notice ##