Libraries tagged by page elements
dimension/simplebepreview
0 Downloads
New Page Type and Content Element for Listing this Page Type
bokuno/yet-another-bootstrap-template
44 Downloads
An extension that simply adds Bootstrap5 Elements to the page
8fold/php-html-component
41 Downloads
A featherweight class capable of delivering a single web component, element, or entire page.
ruiadr/parser
141 Downloads
Parser HTML pour récupérer les éléments contenus dans une page.
oro/jsplumb
218199 Downloads
jsPlumb provides a means for a developer to visually connect elements on their web pages.
minimalic/silverstripe-fundamental
29 Downloads
Provides essential, foundational elements for building modular pages using Silverstripe CMS 5 and the Elemental module.
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.
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!
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.
numero2/contao-random-ce
101 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.
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.
mehrwert/ext-mw_keywordlist
29 Downloads
This extension extends the Menu/Sitemapcontent elements and inserts an A-Z index with Links to the related pages.