Nach Auswahl eines Kalenders werden Sie aufgefordert, Bilder hochzuladen. Sie können Bilder von Ihrem Gerät, Facebook, Instagram, Dropbox, Google Photo, Flickr und Amazon hochladen. Sie können später im Bearbeitungsprozess Fotos hinzufügen, indem Sie auf die Seite klicken, die Sie bearbeiten möchten, und dann auf das Bildsymbol in der linken Ecke klicken. Wählen Sie dann unten auf der Seite die Option Weitere Fotos hochladen.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
Vorheriger Artikel
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Nächster Artikel
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>