Skip to content

Commit

Permalink
Updated: Minor documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
brookinsconsulting committed May 19, 2015
1 parent 7e2372c commit ed03e0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,13 @@ This solution provides the following twig filters and functions

### Dependencies

* This solution does not depend on eZ Publish Legacy in any way

* Persistent storage of pagedata and document reader file link extensions

* Underlying persistant storage of pagedata variables is provided by the [BcPageData](https://bitbucket.org/brookinsconsulting/bcpagedatabundle) bundle.
* Underlying persistent storage of pagedata variables is provided by the [BcPageData](https://bitbucket.org/brookinsconsulting/bcpagedatabundle) bundle.

* If you install via composer this dependency will be installed automatically.
* If you install via composer this dependency will be installed automatically


Installation
Expand Down Expand Up @@ -319,6 +321,7 @@ Troubleshooting

Some problems are more common than others. The most common ones are listed in the the [doc/FAQ.md](doc/FAQ.md)


### Support

If you have find any problems not handled by this document or the FAQ you can contact Brookins Consulting through the support system: [http:https://brookinsconsulting.com/contact](http:https://brookinsconsulting.com/contact)
Expand Down
4 changes: 2 additions & 2 deletions Services/BcDocumentReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct( ContainerInterface $container, Repository $reposito
}

/**
* Adds a file extension and related meta information into the document readers extension persistant storage
* Adds a file extension and related meta information into the document readers extension persistent storage
*
* @param string $url Url of the file extension to add
* @param string $fileMimeType File extension mimetype
Expand Down Expand Up @@ -136,7 +136,7 @@ public function addFileUrl( $url, $fileMimeType = null, &$link = false, $message
}

/**
* Adds a file extension and related meta information into the document readers extension persistant storage from a eZ\Publish\Core\Repository\Values\Content\Content object
* Adds a file extension and related meta information into the document readers extension persistent storage from a eZ\Publish\Core\Repository\Values\Content\Content object
*
* @param eZ\Publish\Core\Repository\Values\Content\Content $content Content object containing a file field's file extension to add
* @param \DOMElement $link Reference to the DOMElement object
Expand Down

0 comments on commit ed03e0d

Please sign in to comment.