Skip to content

Commit 2728329

Browse files
Merge branch 'main' of github.com:TheRemoteCoder/Contao-CMS--Module-Collection into main
2 parents 13427b8 + 72a34b0 commit 2728329

File tree

6 files changed

+92
-18
lines changed

6 files changed

+92
-18
lines changed

.github/workflows/codacy-analysis.yml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This workflow checks out code, performs a Codacy security scan
2+
# and integrates the results with the
3+
# GitHub Advanced Security code scanning feature. For more information on
4+
# the Codacy security scan action usage and parameters, see
5+
# https://github.com/codacy/codacy-analysis-cli-action.
6+
# For more information on Codacy Analysis CLI in general, see
7+
# https://github.com/codacy/codacy-analysis-cli.
8+
9+
name: Codacy Security Scan
10+
11+
on:
12+
push:
13+
branches: [ "main" ]
14+
pull_request:
15+
branches: [ "main" ]
16+
17+
jobs:
18+
codacy-security-scan:
19+
name: Codacy Security Scan
20+
runs-on: ubuntu-latest
21+
steps:
22+
# Checkout the repository to the GitHub Actions runner
23+
- name: Checkout code
24+
uses: actions/checkout@v2
25+
26+
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
27+
- name: Run Codacy Analysis CLI
28+
uses: codacy/[email protected]
29+
with:
30+
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
31+
# You can also omit the token and run the tools that support default configurations
32+
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
33+
verbose: true
34+
output: results.sarif
35+
format: sarif
36+
# Force 0 exit code to allow SARIF file generation
37+
# This will handover control about PR rejection to the GitHub side
38+
max-allowed-issues: 2147483647
39+
40+
# Upload the SARIF file generated in the previous step
41+
- name: Upload SARIF results file
42+
uses: github/codeql-action/upload-sarif@v1
43+
with:
44+
sarif_file: results.sarif

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ The numbers behind the titles represent compatible Contao versions.
3333

3434
- Extend text content element with column width setting.
3535
- Extend accordion content element with teaser image.
36-
- [Readme »](/TheRemoteCoderContentElements/docs/README.md)
36+
- [Readme »](/src/TheRemoteCoderContentElements/docs/README.md)
3737

3838
### TheRemoteCoderFormListInfo (2-3+)
3939

4040
- Show more details in form overview – like email, subject and template.
4141
- Also works with the EFG module (Extended Form Generator).
42-
- [Readme »](/TheRemoteCoderFormListInfo/docs/README.md)
42+
- [Readme »](/src/TheRemoteCoderFormListInfo/docs/README.md)
4343

4444
### TheRemoteCoderFormTooltipTitle (3+)
4545

4646
- Add a custom title to form elements in the frontend (intended to be used as styled tooltip).
47-
- [Readme »](/TheRemoteCoderFormTooltipTitle/docs/README.md)
47+
- [Readme »](/src/TheRemoteCoderFormTooltipTitle/docs/README.md)
4848

4949
### TheRemoteCoderPageNavigation (3+)
5050

5151
- Extend site structure to allow hiding single pages in custom menus from the templates.
52-
- [Readme »](/TheRemoteCoderPageNavigation/docs/README.md)
52+
- [Readme »](/src/TheRemoteCoderPageNavigation/docs/README.md)
5353

5454

5555
<br><br>

src/TheRemoteCoderContentElements/docs/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TheRemoteCoderContentElements
22

33
- [About](#about)
4+
- [Examples](#examples)
45
- [How to use](#how-to-use)
56

67
---
@@ -22,6 +23,13 @@ Extend some default Contao CMS elements that cannot be extended by DCA modificat
2223
- See Screenshot: `textColumnSettings.png`
2324

2425

26+
## Examples
27+
28+
![Add image teaser](screenshots/addImageTeaser-de.png)
29+
30+
![Text column settings](screenshots/textColumnSettings-de.png)
31+
32+
2533
<br><br>
2634

2735
## How to use

src/TheRemoteCoderFormListInfo/docs/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TheRemoteCoderFormListInfo
22

33
- [About](#about)
4+
- [Examples](#examples)
45
- [How to use](#how-to-use)
56

67

@@ -11,6 +12,17 @@
1112
Adds most important form settings to the overview list, which is especially helpful for development and QA checks. Works with and without installation of the EFG module (Extended Form Generator).
1213

1314

15+
<br><br>
16+
17+
## Examples
18+
19+
![2.11](screenshots/contao-2.11.10.png)
20+
21+
### EFG module
22+
23+
![3.05 + EFG](screenshots/contao-3.0.5-EFG.png)
24+
25+
1426
<br><br>
1527

1628
## How to use

src/TheRemoteCoderFormTooltipTitle/docs/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TheRemoteCoderFormTooltipTitle / Readme
22

33
- [About](#about)
4+
- [Examples](#examples)
45
- [How to use](#how-to-use)
56

67

@@ -10,6 +11,12 @@
1011

1112
Adds a custom title field to most backend form fields. Intended use: Add title tags to form fields in the frontend and use it as styled tooltip.
1213

14+
<br><br>
15+
16+
## Examples
17+
18+
![2.11](screenshots/customTitle.png)
19+
1320

1421
<br><br>
1522

Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# TheRemoteCoderElements / Readme
22

33
- [About](#about)
4+
- [Examples](#examples)
45
- [How to use](#how-to-use)
5-
- [Example](#example)
66

77

88
<br>
@@ -14,19 +14,6 @@ Extend sites expert settings with additional navigation options that are intende
1414
You will be able to read out the new values in any of your custom navigation template and decide what to do on your own.
1515

1616

17-
<br><br>
18-
19-
## How to use
20-
21-
Copy the files into Contao's module folder. Refresh any caches and test if the content elements are still working.
22-
23-
Requirements:
24-
25-
- Tested with Contao 3+
26-
27-
There are 3 options to hide a page in any menu: `header`, `sidebar`, `footer`.
28-
29-
3017
<br><br>
3118

3219
## Example
@@ -43,3 +30,19 @@ Navigation template example:
4330
<!-- HTML rendering from here ... -->
4431
```
4532

33+
### Preview
34+
35+
![Site structure](screenshots/site-structure.png)
36+
37+
38+
<br><br>
39+
40+
## How to use
41+
42+
Copy the files into Contao's module folder. Refresh any caches and test if the content elements are still working.
43+
44+
Requirements:
45+
46+
- Tested with Contao 3+
47+
48+
There are 3 options to hide a page in any menu: `header`, `sidebar`, `footer`.

0 commit comments

Comments
 (0)