Skip to content

Commit a8e6f84

Browse files
committed
FileMan 3.0.0-beta1
0 parents  commit a8e6f84

68 files changed

Lines changed: 5158 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea
2+
.vscode
3+
config.core.php

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## FileMan
2+
3+
EN:
4+
-------------------------------------------------------------------------------
5+
FileMan is an add-on for MODX Revolution that allows you to attach files to MODX documents, including additional features such as grouping, extended descriptions, download count, etc.
6+
7+
RU:
8+
-------------------------------------------------------------------------------
9+
FileMan это дополнение для MODX Revolution, которое позволяет прикреплять файлы к документам MODX, включая дополнительные возможности, такие как группировка, расширенное описания, учет количества скачиваний и пр.
10+

0 commit comments

Comments
 (0)