Questions tagged [content-model]

20 questions
4
votes
2 answers

Create an aspect in Alfresco Content Model

I am starting currently using Alfresco CMS. I need to create an "aspect" in my content model which must contains a number of properties as: Aspect: property 1 : String property 2 : int property 3 : int property 4 : long Moreover it…
3
votes
1 answer

What is the categorization name for HTML elements when listed according to function, opposed to content model?

The WHATWG, the W3C and Mozilla all categorize the HTML elements by content model, i.e.,: Metadata content Flow content Sectioning content Heading content Phrasing content Embedded content Interactive content Form-associated content Transparent…
Mattypants
  • 514
  • 5
  • 15
2
votes
2 answers

Alfresco issue, residual=true and "property type" is empty while "value type" is filled in

I have an issue while creating a content model , in the Node Browser it says "true" under residual and under Property Type it is empty field and under Value Type it says "{http://www.alfresco.org/model/cms/1.0/cs01}id" which is weird cause it's…
aoulhent
  • 301
  • 1
  • 4
  • 18
2
votes
1 answer

angular directive leaking child contents out

I have a custom tag created with an Angular directive, and replace it with a simple
in the directive definition code: .directive('myTag',function(){ return { restrict: 'E', template: '
contents in template
', …
old9
  • 21
  • 3
1
vote
0 answers

Visualizing hierarchical content/taxonomy in prismic.io admin

I am trying to create a taxonomy similar to this: Category 1 Category 1.1 Category 1.2 Category 2 Category 2.1 Category 2.2 etc. It is possible to create taxonomies based on group selections of hierarchical content, but at the time of the…
aaandre
  • 2,502
  • 5
  • 33
  • 46
1
vote
1 answer

Unable to set the list constraint property on the document

This is my property and I am not able to set this on any document. The | separates the value in a pair like value and text. d:text Approve
Vikash Patel
  • 1,328
  • 9
  • 28
1
vote
1 answer

How to add child associations in alfresco webscripts

I'm finding it really difficult to find useful documentation on this. Basically I have two custom types 'Concept' and 'ConceptScheme' defined in my alfresco content model. Concept scheme has an association to many child concepts. Like this: …
Andy
  • 3,228
  • 8
  • 40
  • 65
1
vote
1 answer

What is different between Aspect and Associations in context of Content Model?

I am very new to Alfresco and trying to understand the Content Model from here. I am trying to find the answer of following question, but not getting. What is different between Aspect and Associations in context of Content Model?
Vishal Zanzrukia
  • 4,902
  • 4
  • 38
  • 82
1
vote
0 answers

Content model is not working in 4.2.f

Okay, so I had a working content model and share config in alfresco community 4.2.e. I had to reinstall alfresco and I updated to version 4.2.f. When I start tomcat I can log into alfresco, but when I try to load share it takes like 10 minutes to…
Wevgri
  • 19
  • 2
0
votes
1 answer

How to design a content model for a page with multiple sections in Headless CMS?

I have been looking into headless cms concepts and would like to design a page like below? In an headless cms, we can create individual input pages with the respective content model, "main page" will have one and "company" will have one. We cannot…
Matt
  • 79
  • 1
  • 4
0
votes
2 answers

iOS: UIImage scale to fill inside a UIView

I am subclassing UIView, retrieving a remote image then drawing it to the view using drawRect. This works fine, but the image is then skewed based upon what I set for my views frame. I can add a contentMode of UIViewContentModeScaleAspectFill to…
Nic Hubbard
  • 41,587
  • 63
  • 251
  • 412
0
votes
1 answer

Taxonomy in multilingual environment

How to organize a list of content items (i.e. projects in portfolio) into different categories (i.e. industries) in Kentico Cloud content as a service platform. i.e. Project 1 (content type project) - Commercial (industry) Project 2 (content type…
0
votes
2 answers

Alfresco - Storing every single form labels as custom content

Our team is building a rather large enterprise application. Alfresco is the ECM that will be storing all the content. However, we're being told that they literally mean ALL static content, including small things like form labels, such as "Gender",…
Jung Lee
  • 105
  • 1
  • 5
0
votes
1 answer

How link context model value to data list item in alfresco?

The problem There is a content model with conractType property, and data list with conractType column. It is needed to point contextModel.conractType to dataList.conractType. E.g. before insert a property value it should be checked that this valu is…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
2 answers

Alfresco content modelling: referencing properties multiple times

I'm trying to build a content model in alfresco, and I have the following content model xml:
Andy
  • 3,228
  • 8
  • 40
  • 65
1
2