Skip to content

Commit

Permalink
#2 further description added
Browse files Browse the repository at this point in the history
  • Loading branch information
1stthomas committed May 24, 2021
1 parent 9a3a70d commit 776d93f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ This class provides also methods to gain the related package file/db config.

#### File Name Fixer ####
concrete 5 can not handle page paths with a dash ("-"). This helper can tranform page names with a "_"
into "-".
into "-". Simply call:

'''php
$app->make('helper/ht7/file/namefixer')->fixFilenames('/', <pkgHandle>);
'''
to fix all page paths of the submitted package.

0 comments on commit 776d93f

Please sign in to comment.