Libraries tagged by page elements
nickjbedford/block-cache
191 Downloads
Provides code block level HTML, text and object caching to aggressively cache the generated elements of PHP web pages.
netinventors/pw-teaser
49 Downloads
Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.
minimalic/silverstripe-fundamental
32 Downloads
Provides essential, foundational elements for building modular pages using Silverstripe CMS 5 and the Elemental module.
jovibarba/contao-glightbox
2 Downloads
Fork of inspiredminds/contao-glightbox: GLightbox options configurable in the page layout and per gallery element. Replaces the original package.
arminvieweg/pw_teaser
348 Downloads
Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.
in2code/in2shortcutcache
17 Downloads
Fixes cache lifetime for pages with shortcut (Insert Records) content elements in TYPO3
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
18 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!
wdb/wdb-content-conditions
5 Downloads
This extension adds two different TypoScript conditions to check if content elements with special values on a page exist.
sbtheke/backgroundimage
110 Downloads
Enables uploading of an image in page properties, which then is shown on page as background image for a predefined element.
numero2/contao-random-ce
111 Downloads
Provides a wrapper (like accordion) for content elements to show a different, random element on each reload of the page.
zephni/trigger-on-view-js
7 Downloads
Set a trigger and a reaction for any element. Allowing them to animate in to/out of view or as the page scrolls with CSS animations or customised functions. Requires JQuery.
yjmorales/img_video_lazy_loader
16 Downloads
This project lazy loads the videos and images present in html to speed up the loading of web pages. It also parses an html containing search for images or YouTube videos. If you find them, modify those tags and replace them with quick-to-load elements.
vtinnovations/draggo
3 Downloads
Draggo — Frontend page builder (Elementor-style) for Contao 5 with an AI-assisted backend that generates and extends Contao content elements within controlled, validated boundaries.
safalweb/pagescrollup
16 Downloads
Page Scroll Up module add 'scroll to top' element on storefront and provide to wide range of options in backend for this feature.