Skip to content

Commit

Permalink
MARKDOWN CHANGES TO THE README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
bubi-luka committed Jun 13, 2017
1 parent bee20e2 commit 3ba9429
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
# mod-custom-fields
Display custom fields of an Joomla article in a module.
# Custom Fields Module
**Display custom fields of an Joomla article in a module.**

Roadmap
0.3.*
## Roadmap
### 0.3.*
- module has a backend editor field, where users can enter the code to display in the frontend,
- module can find the shortcode for the fields,
- module can parse the shortcode for the fields,
- module can display the content of the editor field with data from custom fields.

0.4.*
### 0.4.*
- module has a backend modal field,
- this modal field has the content of all the custom fields,
- user can with a click on a button select desired custom field and put the shortcode in the editor field.

0.5.*
### 0.5.*
- modal field has the option to use both the label and the data for custom fields,
- editor field has modified shortcode to contain option to display the label or not,
- module can parse the new shortcode and display label or not.

0.6.*
### 0.6.*
- module conforts with user levels and on the frontend displays only the levels that are visible to this user <= might already be included with the Joomla! system

1.0.0
### 1.0.0
- final release, nothing new

---
Change Log
0.2.0
## Change Log
### 0.2.0
- working module, but not really usable,
- reading the database,
- reading custom fields data,
Expand All @@ -35,7 +34,7 @@ Change Log
- manipulating the stored input of the article,
- displaying all the fields that are part of the article in the module.

0.1.0
### 0.1.0
- initial release,
- most of the file structure is in place,
- no working code,
Expand Down

0 comments on commit 3ba9429

Please sign in to comment.