From 7d9627a696e6249565391074c0300bbb726965c4 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 24 Dec 2015 21:12:37 +0100 Subject: [PATCH] Added another note --- content/docs/api/publisher/publish/contents.lr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/docs/api/publisher/publish/contents.lr b/content/docs/api/publisher/publish/contents.lr index 508e183b..4de62a3d 100644 --- a/content/docs/api/publisher/publish/contents.lr +++ b/content/docs/api/publisher/publish/contents.lr @@ -27,6 +27,9 @@ The parameters to the function are as follows: * `**extra`: for forwards compatibility publishers are required to ignore extra keyword arguments. +Each line in the generator must be a string which is then either logged to +the output in the console or in the deploy/publish window in the admin UI. + ## Example This example implements a simple publisher that just copies all built files