Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_jobs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_jobs
Commits
e7062816
Commit
e7062816
authored
7 years ago
by
Sergiu-Lucian Petrica
Browse files
Options
Downloads
Patches
Plain Diff
Removed TS example variables and added redirect example in readme
parent
0dcc1d6d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Feature/multi upload
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Configuration/TypoScript/Frontend/constants.ts
+0
-1
0 additions, 1 deletion
Configuration/TypoScript/Frontend/constants.ts
Configuration/TypoScript/Frontend/setup.ts
+0
-1
0 additions, 1 deletion
Configuration/TypoScript/Frontend/setup.ts
README.md
+5
-1
5 additions, 1 deletion
README.md
with
5 additions
and
3 deletions
Configuration/TypoScript/Frontend/constants.ts
+
0
−
1
View file @
e7062816
...
...
@@ -11,7 +11,6 @@ plugin.tx_sgjobs {
}
settings
{
#
exampleSetting
=
0
#
cat
=
plugin
.
tx_sgjobs
/
other
;
type
=
string
;
label
=
Mail
address
to
send
submitted
applications
to
applicationEmail
=
#
cat
=
plugin
.
tx_sgjobs
/
other
;
type
=
string
;
label
=
Allowed
file
extensions
for
uploads
in
the
controller
(
comma
separated
)
...
...
This diff is collapsed.
Click to expand it.
Configuration/TypoScript/Frontend/setup.ts
+
0
−
1
View file @
e7062816
...
...
@@ -22,7 +22,6 @@ plugin.tx_sgjobs {
}
settings
{
#
exampleSetting
=
{
$plugin
.
tx_tx_sgjobs
.
settings
.
exampleSetting
}
applicationEmail
=
{
$plugin
.
tx_sgjobs
.
settings
.
applicationEmail
}
allowedFileExtensions
=
{
$plugin
.
tx_sgjobs
.
settings
.
allowedFileExtensions
}
allowedMimeTypes
=
{
$plugin
.
tx_sgjobs
.
settings
.
allowedMimeTypes
}
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
1
View file @
e7062816
...
...
@@ -54,4 +54,8 @@ plugin.tx_sgjobs {
##.htaccess
The folder which contains the applications folder should be blocked from outside
access from the .htaccess file.
\ No newline at end of file
access from the .htaccess file. Example:
```
RedirectMatch 403 ^/fileadmin/ApplicationsFolder/.*$
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment