Skip to content

Commit

Permalink
Remove paragraph "object publishing", irrelevant for Plone 6 React fr…
Browse files Browse the repository at this point in the history
…ontend

Focus on Plone 6 React frontend
  • Loading branch information
ksuess committed Dec 22, 2024
1 parent 0e0b284 commit 24c6fea
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/mastering-plone/what_is_plone.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ myst:
"description": "Technical view"
"property=og:description": "Technical view"
"property=og:title": "What is Plone?"
"keywords": "Plone, Zope, security, CMS, REST, React, traversing, object publishing, database, object oriented, acquisition"
"keywords": "Plone, Zope, security, CMS, REST, React, traversing, database, object oriented, acquisition"
---

(intro-what-is-plone-label)=
Expand Down Expand Up @@ -68,20 +68,6 @@ portal['news']['conference-site-online']
<Document at /Plone/news>
```

(what-is-plone-object-publishing-label)=

### Object publishing

Objects can be called and return a representation of itself - usually HTML.

```python
>>> obj = portal['news']['conference-site-online']
>>> obj
<NewsItem at /Plone/news/conference-site-online>
>>> obj()
'\n<!DOCTYPE html>\n\n<html xmlns="http://www.w3.org/1999/xhtml...'
```

(schema-driven-types-label)=

### Schema-driven content
Expand Down

0 comments on commit 24c6fea

Please sign in to comment.