Libraries tagged by page elements

nickjbedford/block-cache

2 Favers
191 Downloads

Provides code block level HTML, text and object caching to aggressively cache the generated elements of PHP web pages.

Go to Download


netinventors/pw-teaser

2 Favers
49 Downloads

Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.

Go to Download


minimalic/silverstripe-fundamental

0 Favers
32 Downloads

Provides essential, foundational elements for building modular pages using Silverstripe CMS 5 and the Elemental module.

Go to Download


jovibarba/contao-glightbox

0 Favers
2 Downloads

Fork of inspiredminds/contao-glightbox: GLightbox options configurable in the page layout and per gallery element. Replaces the original package.

Go to Download


arminvieweg/pw_teaser

0 Favers
348 Downloads

Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.

Go to Download


in2code/in2shortcutcache

1 Favers
17 Downloads

Fixes cache lifetime for pages with shortcut (Insert Records) content elements in TYPO3

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
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

Go to Download


alejandro-sanchez1992/gutenberg-section-block

0 Favers
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!

Go to Download


wdb/wdb-content-conditions

0 Favers
5 Downloads

This extension adds two different TypoScript conditions to check if content elements with special values on a page exist.

Go to Download


sbtheke/backgroundimage

0 Favers
110 Downloads

Enables uploading of an image in page properties, which then is shown on page as background image for a predefined element.

Go to Download


numero2/contao-random-ce

0 Favers
111 Downloads

Provides a wrapper (like accordion) for content elements to show a different, random element on each reload of the page.

Go to Download


zephni/trigger-on-view-js

0 Favers
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.

Go to Download


yjmorales/img_video_lazy_loader

0 Favers
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.

Go to Download


vtinnovations/draggo

0 Favers
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.

Go to Download


safalweb/pagescrollup

1 Favers
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.

Go to Download


<< Previous Next >>