-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
194 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
github: [garbast] | ||
issuehunt: # Replace with a single IssueHunt username | ||
ko_fi: # Replace with a single Ko-fi username | ||
liberapay: # Replace with a single Liberapay username | ||
open_collective: # Replace with a single Open Collective username | ||
otechie: # Replace with a single Otechie username | ||
patreon: # Replace with a single Patreon username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
custom: ['https://www.paypal.me/garbast'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Build and Commit Github-Page | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
push: | ||
branches: [ develop, main ] | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
build-and-commit-github-page: | ||
runs-on: ubuntu-latest | ||
concurrency: ci-${{ github.ref }} | ||
|
||
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/checkout@v4 | ||
|
||
- name: Build documentation | ||
run: | | ||
docker run \ | ||
--rm --user $(id -u) \ | ||
-v ${PWD}:/project \ | ||
ghcr.io/typo3-documentation/render-guides:latest render Documentation | ||
echo '<html><head><meta http-equiv="refresh" content="0; url=./Index.html" /></head></html>' > Documentation-GENERATED-temp/index.html | ||
touch Documentation-GENERATED-temp/.nojekyll | ||
- name: Deploy to GitHub Pages 🚀 | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: Documentation-GENERATED-temp | ||
target-folder: / | ||
clean: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
.. include:: /Includes.rst.txt | ||
|
||
============================================================ | ||
ew_collapsible_container: Container with collapsible columns | ||
============================================================ | ||
|
||
:Extension key: | ||
ew_collapsible_container | ||
|
||
:Package name: | ||
evoweb/ew-collapsible-container | ||
|
||
:Version: | ||
|release| | ||
|
||
:Language: | ||
en | ||
|
||
:Description: | ||
Adds collapsibility to container columns and directly link | ||
into record form, if only one child type is allowed | ||
|
||
:Copyright: | ||
2024-2024 | ||
|
||
:Author: | ||
Sebastian Fischer | ||
|
||
:License: | ||
This document is published under the | ||
`Open Publication <https://www.opencontent.org/openpub/>`__. | ||
license. | ||
|
||
:Rendered: | ||
|today| | ||
|
||
---- | ||
|
||
The content of this document is related to TYPO3, | ||
a GNU/GPL CMS/Framework available from http://typo3.org | ||
|
||
---- | ||
|
||
**Table of Contents** | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:titlesonly: | ||
|
||
Installation/Index | ||
|
||
.. Meta Menu | ||
.. toctree:: | ||
:hidden: | ||
|
||
Sitemap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _installation: | ||
|
||
============ | ||
Installation | ||
============ | ||
|
||
|
||
Download via Composer | ||
===================== | ||
|
||
Add evoweb/ew-collapsible-container to the require in your composer.json. | ||
|
||
.. code-block:: bash | ||
:caption: Enter on shell | ||
composer require evoweb/ew-collapsible-container |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:template: sitemap.html | ||
|
||
.. include:: /Includes.rst.txt | ||
|
||
======= | ||
Sitemap | ||
======= | ||
|
||
.. The sitemap.html template will insert here the page tree automatically. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<guides xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd" | ||
links-are-relative="true" | ||
max-menu-depth="2" | ||
> | ||
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension" | ||
project-home="https://github.com/evoweb/ew_collapsible_container" | ||
project-contact="[email protected]" | ||
project-repository="https://github.com/evoweb/ew_collapsible_container" | ||
project-issues="https://github.com/evoweb/ew_collapsible_container/issues" | ||
edit-on-github-branch="develop" | ||
edit-on-github="evoWeb/ew_collapsible_container" | ||
edit-on-github-directory="Documentation/" | ||
typo3-core-preferred="stable" | ||
interlink-shortcode="evoweb/sf-books" | ||
/> | ||
<project title="ew_collapsible_container" | ||
release="1.4.0" | ||
version="1.4.0" | ||
copyright="since 2024 by evoWeb" | ||
/> | ||
<inventory id="t3tsref" url="https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/"/> | ||
</guides> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
'author_email' => '[email protected]', | ||
'author_company' => 'evoWeb', | ||
'state' => 'stable', | ||
'version' => '1.3.1', | ||
'version' => '1.4.0', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.5.0-12.4.99', | ||
'typo3' => '11.5.0-13.4.99', | ||
], | ||
], | ||
]; |