Libraries tagged by on page
effectivesoft/htmlcache
71 Downloads
Cache pages to HTML and boost website performance on Craft CMS 3.
dashifen/acf-sharing-settings
66 Downloads
An ACF field group for a settings page relating to how a site appears on Twitter and Facebook.
critiq/laravel-head-manifest
124 Downloads
Define your HTML head attributes in a manifest shared between Laravel and an SPA project so that robots crawling the page have access to up too path-specific metadata without requiring server side rendering on the SPA side
creativestyle/magesuite-skuter
1 Downloads
The module allows finding a product on the frontend faster - if a user opens domain.com/sku/{product_sku}, he will be redirected to the correct PDP page.
clickstorm/cs-image-point
153 Downloads
[clickstorm] Image Point provides a new render type with a wizard for determining coordinates on an image. Coordinates can be set on the image of a data record (e.g. content element, page, ...), which are then output as percentages.
boots/media
150 Downloads
Easily empower your pages with the wp media uploader and utility for image resizing on the fly.
alissonlinneker/statuspage-php-sdk
4 Downloads
# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication
alejandro-sanchez1992/gutenberg-section-block
12 Downloads
One of the main elements used for layout in pages, a section / container block is on the roadmap, but I needed one. Now. So Here it is!
aceitdesign/aceitrouter
4 Downloads
A simple router that allows for nested pages as well as middleware before and after th main matching process. It functions on callbacks provided by the routes themselves. It also has support for default behaviour (404 etc)
bitmotion/marketing-automation
1875 Downloads
Base TYPO3 extension that allows targeting and personalization of TYPO3 content: Limit pages, content-elements etc. to certain "Marketing Personas". Determination of Personas can come from various sources (requires add-on extensions).
arminvieweg/pw_teaser
347 Downloads
Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.
aozisik/translatable
29 Downloads
Translatable is a package that helps you have translatable fields on models. These fields will store your translations in JSON format and will be automatically fetched to your current app locale when you try to reach them. You can also get a specific language of your choice by using certain methods. Please refer to the Github page for further details.
almasaeed2010/adminlte
7626658 Downloads
AdminLTE - admin control panel and dashboard that's based on Bootstrap 4
payum/payum-bundle
9230008 Downloads
One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.
payum/payum
6409266 Downloads
One million downloads of Payum already! Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Laminas, Yii, Silex). Check more visiting site.