Libraries tagged by table of content
nanoblocktech/markdown
37 Downloads
PHP parsedown plugin to allow video and table of content.
mecha-cms/x.t-o-c
15 Downloads
Generates table of contents automatically.
l3aro/html-toc
17 Downloads
Generate Table of Contents from HTML for PHP
keyboardcowboy/topdown
23 Downloads
Markdown Table of Contents Generator
cms-alchemy/toc-inline
0 Downloads
Adds a [toc] token that generates a table of contents from headings in Drupal content.
cable8mm/toc
6 Downloads
The TOC is an opinionated table of contents generator.
bickyraj/toc
44 Downloads
table of content
afea/filament-pages
17 Downloads
Custom pages module for the Afea Filament CMS package ecosystem: rich CMS pages with optional table of contents and polymorphic form attachment.
shakepeers/no-toc
31 Downloads
The NoTOC MediaWiki extension hides the table of contents by default.
fusionspim/php-markdown-toc
1268 Downloads
Generates a table of contents for a Markdown document, based on the headings within
hoochicken/dbtable
23 Downloads
Display content of database table
c975l/xliff-bundle
202 Downloads
This bundle exports the content of a database table in xlf files
wdb/wdb-news-snapin
5 Downloads
Extension for EXT:news to display additional content "around" a single news-article. In templates additional areas can be defined and each area can be filled with content-elements. Imagine news enriched with tables, diagrams, footnotes or any other kind of Content-Elements.
systemiksolutions/performx
17 Downloads
This is a CKEditor plugin which adds three buttons: editor content templates, a library of accessible tables, and accessibility checking for editor content.
passbase/passbase-php
37602 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token