Skip to content

BarFoo/UmbracoContentFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umbraco Content Files for v7.3+

Provides syncing text based content to physical files.

This package will create a new document type named 'Content File' if one doesn't already exist. You will need to update permissions for the parent document types you would like to create content files within e.g. home.

Only tested in 7.3+ so it currently has a dependency for that version or above.

Build status

Installation

Umbraco content files is available for installation from nuget only at the moment:

Source
NuGet NuGet release

Install via nuget

Install-Package UmbracoContentFiles

Usages

To allow content editors to save content as physical files on the file system, which can then be accessed directly e.g. mysite.com/robots.txt

alt text

The extension of the file will match that used in the content name, for example; .txt, .html, .csv etc. Extensionless files are also supported since version 0.2.3 with the addition of a template.

Load Balancing

To use in a load balanced environment where a CMS instance is separated from FE instances you will currently need to setup some kind of custom file replication. In future versions better support for load balanced environments with this kind of setup will be better supported out of the box.

About

Umbraco content nodes that are synced to the file system

Resources

License

Stars

Watchers

Forks

Packages

No packages published