Skip to content

Commit

Permalink
Tweak note blocks in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Feb 16, 2022
1 parent 5e64953 commit 94237da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.md]
trim_trailing_whitespace = false
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,23 +179,28 @@ It is recommended to run this command through a cron-job, ideally in combination
command. It's important to run the `removeunused`-command *after* the tagging command, because otherwise removed
images will not be untagged in the pixx.io media library.

Note: At this point, the auto-tagging feature is not really optimized for performance. The command merely
---
**NOTE**
At this point, the auto-tagging feature is not really optimized for performance. The command merely
iterates over all assets which were imported from pixx.io and checks if tags need to be updated.
---

### Category mapping from pixx.io to Neos

pixx.io offers categories to organize assets in a folder-like structure. Those
can be mapped to asset collections and tags in Neos, to make them visible for
the users.

.. note::
The pixx.io asset source declares itself read-only. Neos does not show asset
collections in the UI for read-only asset sources. This has been changed for
Neos 7.3.0 and up with https://github.com/neos/neos-development-collection/pull/3481
---
**NOTE**
The pixx.io asset source declares itself read-only. Neos does not show asset
collections in the UI for read-only asset sources. This has been changed for
Neos 7.3.0 and up with https://github.com/neos/neos-development-collection/pull/3481

If you want to use this feature with older Neos versions, you can use the PR with
[cweagans/composer-patches](https://github.com/cweagans/composer-patches#readme)
or copy the adjusted template into your project and use `Views.yaml` to activate it.
If you want to use this feature with older Neos versions, you can use the PR with
[cweagans/composer-patches](https://github.com/cweagans/composer-patches#readme)
or copy the adjusted template into your project and use `Views.yaml` to activate it.
---

The configuration for the category import looks like this:

Expand Down

0 comments on commit 94237da

Please sign in to comment.