Libraries tagged by content editable
hoochicken/dbtable
23 Downloads
Display content of database table
prajnaavidya/url-utils
66 Downloads
Workaround for servers with file_get_contents() disabled for urls
friartuck6000/wp-parsedown
303 Downloads
Disable the WYSIWYG editor and author content in Markdown, with a live preview
mbcx9rvt/twenty-fifteen
29 Downloads
Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
ecentral/celum-connect-fal-rest-client
2 Downloads
### Authorization If you are already logged into CELUM Content via browser, no further authorization is required. Otherwise, please use one of the below methods: 1. Click on 'Authorize' on the right and either provide an API Key, type in your username/password or use OpenID Connect to log in. 2. OpenId implicit flow is disabled for security reasons and will not work as Authorization option. ### Creating an asset 1. Request upload via [upload endpoint](#/Upload/requestUpload). The endpoint will return a URl for uploading the binary and a upload handle to identify the upload. 2. Upload the content of your asset by sending a POST request to the upload URL from step 1 and setting the ```Content-Type``` header to ```application/octet-stream```. Optionally, you can also use multipart upload with ```multipart/form-data``` as ```Content-Type``` - like our Nova UI. 3. Create the asset via [create asset endpoint](#/Assets/createAssetInCollection) by passing in the upload handle from step 1 together with other parameters.
levacic/monolog-exception-with-context-processor
67748 Downloads
A Monolog processor to automatically extract context from suitable exceptions
naoki-tsuchiya/ray-di-context
320 Downloads
Context, meta, and compile management for Ray.Di applications with separated read-only compile dir and writable tmp dir