Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CEP 10.0 HTML Extension Cookbook.md #510

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CEP_10.x/Documentation/CEP 10.0 HTML Extension Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ These applications support CEP HTML extensions. (For older applications, [see th
### Chromium Embedded Framework (CEF)


CEP HTML engine is based on Chromium Embedded Framework version 3 (CEF3). You can find more information about CEF [here](http://code.google.com/p/chromiumembedded/). Here are the versions used in CEP:
CEP HTML engine is based on Chromium Embedded Framework version 3 (CEF3). You can find more information about CEF [here](https://bitbucket.org/chromiumembedded/cef). Here are the versions used in CEP:


|Component| CEP 9.0|CEP 10.0|
|-------|---------------------------|-------------------------------|
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ For developing CEP 10.0 HTML/JavaScript extensions for Creative Cloud host appli
* [Extension Builder 3 Preview](http://adobe.ly/1pho2QU)
* [Extension Builder 3 forums - get help from the developer community](http://adobe.ly/1mgZ2xe)
(NOTE: EB3 is compatible with CEP 4.x only. You can [tweak it](http://adobe.ly/1v3wgiq) so that it supports CC 2014 (with limitations))
* [BOLT CEP Extension framework](https://github.com/hyperbrew/bolt-cep)
(NOTE: BOLT is a boilerplate for building CEP extensions in React, Vue or Svelte, built on TypeScript + Sass)

* **[Older CEP versions 4.x to 7.x](./README_ArchivedVersions.md)**

Expand Down