Skip to content

Commit

Permalink
Link to presentations from ezsystems.github.io (ibexa#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikaK committed Jan 23, 2019
1 parent 85234fc commit 910bea3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/api/public_php_api.md
Expand Up @@ -5,7 +5,11 @@ The PHP API is also commonly referred to as the **public API**. Currently it exp
!!! info "API"

An Application Programming Interface (API) allows you to connect your code to eZ Platform. You can learn the basic idea behind it from [the eZ Blog article](http://ez.no/Blog/How-would-you-explain-what-an-API-is-to-your-mom).


!!! tip

For more information see a [presentation about eZ Platform APIs](https://alongosz.github.io/ezconf2018-api/).

## Public API Guide

The public API gives you an easy access to the eZ Platform content repository. This repository is the core component that manages Content, Locations, Sections, Content Types, Users, User groups, and Roles. It also provides a new, clear interface for plugging in custom Field Types.
Expand Down
4 changes: 4 additions & 0 deletions docs/api/rest_api_guide.md
Expand Up @@ -6,6 +6,10 @@ The REST API v2 introduced in eZ Platform allows you to interact with an eZ Plat

An Application Programming Interface (API) allows you to connect your code to eZ Platform. You can learn the basic idea behind it from [the eZ Blog article](http://ez.no/Blog/How-would-you-explain-what-an-API-is-to-your-mom).

!!! tip

For more information see a [presentation about eZ Platform APIs](https://alongosz.github.io/ezconf2018-api/).

## Accessing the REST API

The REST API is available at the URI `/api/ezp/v2` . HTTPS is available as long as your server is properly configured. Refer to the [Getting started with the REST API](#getting-started-with-the-rest-api) section below to start using the API.
Expand Down
7 changes: 7 additions & 0 deletions docs/guide/extending_ez_platform.md
Expand Up @@ -10,6 +10,13 @@ This interface is accessible in your browser at `http://[uri_of_platform]/admin`
The Back Office uses React-based modules that make each part of the UI easily extensible.
The interface uses Bootstrap, which facilitates adapting and styling the interface to your needs.

!!! tip

You can also see:

- [a presentation about eZ Platform extensibility](https://www.slideshare.net/sunpietro/extending-ez-platform-2x-with-symfony-and-react)
- [a case study of creating a new Field Type and extending eZ Platform UI](https://mikadamczyk.github.io/presentations/extending-ez-platform-ui/).

## General extensibility

You can extend the Back Office in the following areas:
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorials/field_type/creating_a_tweet_field_type.md
Expand Up @@ -49,3 +49,7 @@ In this tutorial you will go through the following steps:
- [8. Add a validation](8_add_a_validation.md)

![Final result of the tutorial](img/fieldtype_tutorial_final_result.png)

!!! tip

For another example, see a [presentation about creating a new Field Type and extending eZ Platform UI](https://mikadamczyk.github.io/presentations/extending-ez-platform-ui/).

0 comments on commit 910bea3

Please sign in to comment.